Ruby Programming Language
ruby-lang.org βΊ en βΊ libraries
Libraries | Ruby
It has categories for various common development tasks, collects a lot of information about the projects like release and commit activity or dependencies and rates projects based on their popularity on RubyGems.org and GitHub. This makes it easy to find a gem which solves a particular problem such as web frameworks, documentation tools and code quality libraries.
Factsheet
Stable release 4.0.10
/ 8 April 2026; 10 days ago (8 April 2026)
/ 8 April 2026; 10 days ago (8 April 2026)
Written in Ruby
Operating system Cross-platform
Stable release 4.0.10
/ 8 April 2026; 10 days ago (8 April 2026)
/ 8 April 2026; 10 days ago (8 April 2026)
Written in Ruby
Operating system Cross-platform
RubyGems.org
rubygems.org
RubyGems.org | your community gem host
β¬’ RubyGems Navigation menu Β· Install RubyGems Β·
Videos
36:07
Building a Ruby web app using the Ruby Standard Library (Maple ...
Top 5 Ruby Libraries
01:05:18
dry-rb, collection of next-generation Ruby libraries - YouTube
44:56
Trying more UI Libraries for Ruby on Rails - YouTube
01:25:02
Adding Tests to a Messy Ruby Library - YouTube
25:37
Ruby on Rails Tutorial - Building a Library - YouTube
Ruby Toolbox
ruby-toolbox.com
The Ruby Toolbox - Know your options!
The Ruby Toolbox is a catalog of all Rubygems that keeps track of popularity and health metrics to help you choose a reliable library
Rubymonstas
ruby-for-beginners.rubymonstas.org βΊ advanced βΊ libraries.html
Using Libraries (1) | Ruby for Beginners
So far, all the Ruby features and methods that we have used are available right away when the Ruby runtime ruby executes your code. However, Ruby also comes with a ton of functionality that is not available (loaded) right away. Instead it is stored in so called libraries (which are just Ruby ...
GitHub
github.com βΊ markets βΊ awesome-ruby
GitHub - markets/awesome-ruby: π A collection of awesome Ruby libraries, tools, frameworks and software
Alba - A JSON serializer for Ruby, JRuby and TruffleRuby. Blanket - A dead simple API wrapper. Blueprinter - Simple, Fast, and Declarative Serialization Library for Ruby.
Starred by 14.1K users
Forked by 1.8K users
Ruby-Doc.org
ruby-doc.org
Ruby-Doc.org: Documenting the Ruby Language
Help and documentation for the Ruby programming language. These are the complete API documents for base classes, modules, and included libraries in the current stables releases of Ruby.
Ruby-Doc.org
ruby-doc.org βΊ stdlib
Ruby 2.5.2 Standard Library Documentation
Help and documentation for the Ruby programming language. These are the complete API documents for base classes, modules, and included libraries in the current stables releases of Ruby.
Rubyreferences
rubyreferences.github.io βΊ rubyref βΊ stdlib.html
Standard Library - Ruby Reference
The Ruby Standard Library is a vast collection of classes and modules that you can require in your code for additional features.
Ruby-lang
docs.ruby-lang.org βΊ en βΊ master βΊ standard_library_md.html
standard_library - Documentation for Ruby 4.1
Ruby Standard Library The Ruby Standard Library is a large collection of classes and modules you can require in your code to gain additional features
Ruby-Doc.org
ruby-doc.org βΊ stdlib-2.7.1
Ruby 2.7.1 Standard Library Documentation
Help and documentation for the Ruby programming language. These are the complete API documents for base classes, modules, and included libraries in the current stables releases of Ruby.
Ruby-lang
docs.ruby-lang.org βΊ en βΊ 3.3 βΊ standard_library_rdoc.html
standard_library - Documentation for Ruby 3.3
The Ruby Standard Library is a vast collection of classes and modules that you can require in your code for additional features.
GitHub
github.com βΊ sdogruyol βΊ awesome-ruby
GitHub - sdogruyol/awesome-ruby: A curated list of awesome Ruby frameworks, libraries and resources. Inspired by awesome-php & awesome-python. Β· GitHub
Libraries and tools for analyzing, parsing and manipulation codebases. sonarlint-intellij - An IDE extension that helps you detect and fix quality issues as you write code. Rubocop - A Ruby static code analyzer, based on the community Ruby style ...
Starred by 1.3K users
Forked by 174 users
Top answer 1 of 16
87
Ruby Shoes (by why) is intended to be a really simple GUI framework. I don't know how fully featured it is, though.
Some good code samples can be found in the tutorials.
Also, I think shoes powers hackety hack, a compelling programming learning environment for youngsters.
2 of 16
32
Here is a good resource for you:
http://en.wikibooks.org/wiki/Ruby_Programming/GUI_Toolkit_Modules
has links comparing basically all of them.
GitHub
github.com βΊ ruby βΊ rubygems
GitHub - ruby/rubygems: Library packaging and distribution for Ruby. Β· GitHub
2 weeks ago - RubyGems is a package management framework for Ruby. A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file.
Starred by 3.9K users
Forked by 1.9K users
Languages Β Ruby 97.4% | Roff 2.5%
Ruby Toolbox
ruby-toolbox.com βΊ categories βΊ game_libraries
Category: Game libraries - The Ruby Toolbox
LiteRGSS is a Game library that allows you to easly make Games with Ruby.
Medium
imvishalpandey.medium.com βΊ explain-what-are-class-libraries-in-ruby-8383df9c67f7
Explain what are class libraries in Ruby? | by Vishal Pandey | Medium
April 16, 2024 - Explain what are class libraries in Ruby? In Ruby, class libraries are collections of reusable code organized into classes and modules that provide specific functionality. These libraries often β¦
Ruby-lang
docs.ruby-lang.org βΊ en βΊ 3.4 βΊ standard_library_md.html
standard_library - Documentation for Ruby 3.4
standard_library: Ruby Standard Library The Ruby Standard Library is a large collection of classes and modules you can require in your code to gain additional features