๐ŸŒ
GitHub
github.com โ€บ arohl โ€บ ruby_xyz_tools
GitHub - arohl/ruby_xyz_tools: Ruby tools for dealing with xyz files ยท GitHub
Ruby tools for dealing with xyz files . Contribute to arohl/ruby_xyz_tools development by creating an account on GitHub.
Author ย  arohl
๐ŸŒ
Ruby Toolbox
ruby-toolbox.com
The Ruby Toolbox - Know your options!
Explore and compare open source Ruby libraries
๐ŸŒ
Rubytool
rubytool.xyz
Home
Welcome or welcome back to rubytool! This website was created by Mason. I have decided to start working on the website more, and will be working on a lot of stuff this coming break!
๐ŸŒ
Ruby
ruby.xyz
Ruby Protocol | Intent-Centric Account & Access Layer for Web3
Ruby is building an intent-centric, interoperable, and privacy-preserving infrastructure for Web3 future. Our services include Account Abstraction (AA), Assets Bridge (AB), Access Control (AC) and more.
๐ŸŒ
DNSstuff
dnsstuff.com โ€บ home โ€บ 5 ruby tools and extensions you should know
5 Ruby Tools and Extensions You Should Know
May 13, 2024 - Developers utilizing Ruby can take advantage of the fact that many tools exist to streamline this process. Creating, testing, and implementing a Ruby-based project can be easier with programs for Ruby performance monitoring, Rubby logging, Ruby user authentication, and more.
๐ŸŒ
Ruby Programming Language
ruby-lang.org โ€บ en
Ruby Programming Language
Ruby has a vast collection of libraries called gems, supporting everything from web development to data processing. With mature frameworks like Rails and comprehensive toolchains, you can combine excellent existing resources to build high-quality applications quickly without reinventing the wheel.
๐ŸŒ
Debian
sources.debian.org โ€บ src โ€บ ruby-tool
Package: ruby-tool | Debian Sources
Browse by prefix: 0 1 2 3 4 6 7 8 9 a b c d e f g h i j k l lib- lib2 lib3 lib6 liba libb libc libd libe libf libg libh libi libj libk libl libm libn libo libp libq libr libs libt libu libv libw libx liby libz m n o p q r s t u v w x y z | Browse by page ยท Debsources โ€” Copyright (C) 2011โ€“2021, ...
Find elsewhere
๐ŸŒ
GitHub
github.com โ€บ markets โ€บ awesome-ruby
GitHub - markets/awesome-ruby: ๐Ÿ’Ž A collection of awesome Ruby libraries, tools, frameworks and software
Roar - Resource-Oriented Architectures in Ruby. Spyke - Interact with REST services in an ActiveRecord-like manner. Version Cake - An unobtrusive way to version APIs in your Rails app. versionist - A plugin for versioning Rails based RESTful APIs. Asset Sync - Synchronises Assets between Rails and S3. Autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use. Bourbon - A Lightweight Sass Tool Set.
Starred by 14.1K users
Forked by 1.8K users
๐ŸŒ
JDoodle
jdoodle.com โ€บ execute-ruby-online
Ruby Online Compiler | Online Ruby Editor
Write, compile and debug ruby code with JDoodle's Ruby online editor
๐ŸŒ
Rubular
rubular.com
Rubular: a Ruby regular expression editor
Ruby-based regular expression editor/tester
๐ŸŒ
Test Double
testdouble.com โ€บ home โ€บ insights โ€บ 14 tools every ruby developer will love for performance and debugging
14 tools every Ruby developer will love for performance and debugging"
January 7, 2026 - Discover 14 essential tools and gems for Ruby developers. Enhance your Ruby programming with top picks for feedback loops, performance, debugging, and data management.
๐ŸŒ
RubyInstaller
rubyinstaller.org โ€บ downloads
Downloads
If you donโ€™t know what version to install and youโ€™re getting started with Ruby, we recommend that you use the Ruby+Devkit 4.0.X (x64) installer. It provides the biggest number of compatible gems and installs the MSYS2 Devkit alongside Ruby, so gems with C-extensions can be compiled immediately.
๐ŸŒ
GitHub
github.com โ€บ ankane โ€บ or-tools-ruby
GitHub - ankane/or-tools-ruby: Operations research tools for Ruby ยท GitHub
OR-Tools - operations research tools - for Ruby ยท Add this line to your applicationโ€™s Gemfile: gem "or-tools" Installation can take a few minutes as OR-Tools downloads and builds. Higher Level Interfaces ยท Scheduling ยท Seating ยท Traveling Salesperson Problem (TSP) Sudoku ยท
Starred by 216 users
Forked by 34 users
Languages ย  Ruby 70.3% | C++ 29.7%
๐ŸŒ
Angels && Daemons
petersouter.xyz โ€บ testing-cli-apps-with-aruba-ruby-or-not
Testing CLI apps with Aruba (Ruby or Not)
April 9, 2024 - Because Aruba is a ruby tool, we can also leverage existing Ruby libraries if we want to as well, such as the Docker gem
๐ŸŒ
RubyInstaller
rubyinstaller.org
Ruby Installer
This is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.
๐ŸŒ
Yardoc
yardoc.org
YARD - A Ruby Documentation Tool
YARD is an extensible Ruby Documentation Tool (Yay!) for consistent documentation.
๐ŸŒ
RubyLLM
rubyllm.com
Home | RubyLLM
# Define an agent with instructions + tools class WeatherAssistant < RubyLLM::Agent model "gpt-5-nano" instructions "Be concise and always use tools for weather." tools Weather end WeatherAssistant.new.ask "What's the weather in Berlin?"