Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Ruby

Ruby

910 projects

Showing 36 of 910 projects

administrate
administrateJavaScript

A Rails engine for generating flexible, customizable admin dashboards with clean interfaces.

#rails#backend-administration#crud-interface
Stars6.0k
Forks1.1k
Last commit4 days ago
Faraday
FaradayRuby

A flexible HTTP client library for Ruby with adapter abstraction and Rack middleware support.

#typhoeus#net-http#rest-client
Stars5.9k
Forks1.0k
Last commit1 month ago
httparty
httpartyRuby

A Ruby library that simplifies HTTP requests with an intuitive API and built-in command-line interface.

#rest-client#web-services#http
Stars5.9k
Forks969
Last commit4 months ago
ransack
ransackRuby

A Ruby gem for adding object-based search and filtering to Rails applications without external dependencies.

#search#rails#database-querying
Stars5.9k
Forks823
Last commit1 month ago
ransack
ransackRuby

A Ruby gem for adding object-based search and filtering to Rails applications without external dependencies.

#search#rails#database-querying
Stars5.9k
Forks823
Last commit1 month ago
Concurrent Ruby
Concurrent RubyRuby

A comprehensive suite of modern concurrency abstractions and thread-safe utilities for Ruby, inspired by Erlang, Clojure, and Java.

#futures#parallel-computing#thread-safety
Stars5.8k
Forks413
Last commit5 days ago
Zammad
ZammadRuby

Zammad is a web based open source helpdesk/customer support system.

#zammad#rails#ticketing
Stars5.8k
Forks1.0k
Last commit1 day ago
Rack Attack
Rack AttackRuby

Rack middleware for blocking and throttling abusive requests in Ruby web applications.

#rails#rack-middleware#rack
Stars5.8k
Forks344
Last commit22 days ago
fast-ruby
fast-rubyRuby

A collection of Ruby idioms with performance benchmarks to help developers write faster Ruby code.

#hacktoberfest#ruby-performance#idioms
Stars5.7k
Forks374
Last commit26 days ago
will_paginate
will_paginateRuby

A pagination library for Ruby on Rails, Sinatra, Hanami::View, and Sequel applications.

#hanami#rails#ruby-gem
Stars5.7k
Forks857
Last commit8 months ago
cancancan
cancancanRuby

An authorization library for Ruby and Ruby on Rails that centralizes permission logic and restricts resource access.

#rails#rest-api#gem
Stars5.7k
Forks635
Last commit27 days ago
cancancan
cancancanRuby

An authorization library for Ruby and Ruby on Rails that centralizes permission logic and restricts resource access.

#rails#gem#authorization
Stars5.7k
Forks635
Last commit27 days ago
MRuby
MRubyC

A lightweight Ruby implementation designed for embedding and linking within applications, with ISO standard compliance.

#programming-language#embedded-systems#mrbgems
Stars5.6k
Forks845
Last commit22 hours ago
graphql-ruby
graphql-rubyRuby

A Ruby implementation of the GraphQL specification for building type-safe APIs.

#hacktoberfest#rails#api
Stars5.5k
Forks1.4k
Last commit1 day ago
Slim
SlimRuby

A fast, lightweight Ruby template language that reduces HTML syntax to essential parts using indentation.

#html-templating#slim#rails
Stars5.4k
Forks497
Last commit2 months ago
ActiveModel::Serializers
ActiveModel::SerializersRuby

A Rails library for serializing Active Model objects into JSON, with built-in hooks and flexible adapter support.

#json-api#rails-gem#rest-api
Stars5.3k
Forks1.4k
Last commit7 months ago
solidus
solidusRuby

A complete open-source e-commerce framework built with Ruby on Rails, offering full control over your online store.

#ecommerce#online-store#ecommerce-framework
Stars5.3k
Forks1.4k
Last commit3 days ago
draper
draperRuby

A decorator/view-model library for Rails applications that adds an object-oriented layer of presentation logic.

#view-models#object-oriented-design#decorator-pattern
Stars5.3k
Forks526
Last commit1 month ago
AASM
AASMRuby

AASM is a Ruby library for adding finite state machines to plain Ruby classes and ORM models like ActiveRecord and Mongoid.

#mongoid#hacktoberfest#orm
Stars5.2k
Forks644
Last commit19 days ago
rest-client
rest-clientRuby

A simple HTTP and REST client for Ruby with a Sinatra-inspired DSL for specifying actions.

#net-http#web-services#ssl-tls
Stars5.2k
Forks931
Last commit2 years ago
colorls
colorlsRuby

A Ruby gem that beautifies the terminal's ls command with color and Font Awesome icons.

#developer-tools#ls#productivity
Stars5.1k
Forks397
Last commit4 months ago
colorls
colorlsRuby

A Ruby gem that beautifies the terminal's ls command with color and Font Awesome icons.

#developer-tools#ls#productivity
Stars5.1k
Forks397
Last commit4 months ago
Phusion Passenger
Phusion PassengerC++

A fast, robust web and application server for Ruby, Python, and Node.js that simplifies deployment and adds enterprise features.

#deployment#web-server#enterprise
Stars5.1k
Forks559
Last commit1 day ago
Phusion Passenger: Meteor tutorial
Phusion Passenger: Meteor tutorialC++

A fast, robust web and application server for Ruby, Python, and Node.js that simplifies deployment and adds enterprise-grade features.

#deployment#web-server#production
Stars5.1k
Forks559
Last commit1 day ago
Evil icons
Evil iconsJavaScript

A simple and clean SVG icon pack with seamless integration for Rails, Node.js, Gulp, Grunt, and CDN.

#sprite-system#rails-gem#icons
Stars5.0k
Forks217
Last commit4 years ago
Pagy
PagyRuby

A fast, lightweight, and agnostic pagination gem for Ruby applications with multiple pagination techniques and frontend helpers.

#foundation#json-api#hanami
Stars5.0k
Forks445
Last commit1 day ago
Opal
OpalRuby

Opal is a Ruby to JavaScript source-to-source compiler with a complete Ruby corelib and stdlib implementation.

#ruby-ecosystem#js#compiler
Stars4.9k
Forks336
Last commit2 months ago
MockServer (.8k)
MockServer (.8k)Java

MockServer is an HTTP(S) mock server and proxy for mocking, recording, and debugging integrations with external systems.

#ai#proxy#integration-testing
Stars4.9k
Forks1.1k
Last commit23 hours ago
SimpleCov
SimpleCovRuby

A code coverage analysis tool for Ruby with powerful configuration and automatic merging across test suites.

#developer-tools#rails#test-coverage
Stars4.9k
Forks576
Last commit1 day ago
Backup
BackupRuby

A RubyGem utility for modeling and performing full-stack backup operations on UNIX-like systems.

#modular-architecture#database#unix-like
Stars4.9k
Forks666
Last commit2 years ago
Delayed Job
Delayed JobRuby

A database-backed asynchronous priority queue system for Ruby on Rails, extracted from Shopify.

#mongoid#asynchronous-processing#priority-queue
Stars4.8k
Forks946
Last commit11 days ago
Prawn
PrawnRuby

A pure Ruby library for generating PDF documents with extensive text, vector drawing, and internationalization support.

#pdf-generator#internationalization#ruby-gem
Stars4.8k
Forks695
Last commit3 months ago
lobsters
lobstersRuby

A computing-focused community platform for link aggregation and discussion, built with Ruby on Rails.

#hacktoberfest#open-source#rails
Stars4.8k
Forks981
Last commit23 hours ago
Kaitai Struct
Kaitai StructShell

A declarative language to generate binary data parsers in multiple programming languages from a single format description.

#data-serialization#csharp#protocol-analyser
Stars4.6k
Forks209
Last commit4 days ago
Active Merchant
Active MerchantRuby

A Ruby payment abstraction library extracted from Shopify, providing a unified interface to dozens of payment gateways.

#ecommerce#payment-gateway#credit-card-processing
Stars4.6k
Forks2.5k
Last commit8 months ago
code2flow
code2flowPython

Generates call graphs for Python, JavaScript, Ruby, and PHP to visualize code structure and dependencies.

#python#code-understanding#javascript
Stars4.6k
Forks332
Last commit1 year ago
PreviousPage 3 of 26Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Ruby Gem358
#Rails261
#Ruby On Rails165
#Developer Tools73
#Hacktoberfest67
#Activerecord57
#Self Hosted52
#Devops52
#Automation49
#Docker47
#Cli Tool46
#Testing45