Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Ruby
R

Ruby

Language
383 projects1937.6k total stars301.0k total forks15 languages

Open-source projects built with Ruby

There are currently 383 open-source projects built with Ruby, with a combined total of 1937.6k GitHub stars. The most common language among these projects is Ruby.

Showing 383 open-source projects · page 8 of 11

……
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
Countries
Countrieshexorx/countries

A Ruby gem providing structured data for every country, including ISO 3166 subdivisions, ISO 4217 currencies, and E.164 phone numbers.

2.3k681Ruby
1 month ago
HTML::Pipeline
HTML::Pipelinejch/html-pipeline

A Ruby framework for defining and applying chainable content filters to transform user-provided text into safe HTML.

2.3k384Ruby
3 months ago
minicron
minicronjamesrwhite/minicron

A monitoring system for cron jobs with a web UI and alerting via email, SMS, PagerDuty, AWS SNS, and Slack.

2.3k150Ruby
5 years ago
one_gadget
one_gadgetdavid942j/one_gadget

A command-line tool that finds one-gadget RCE (execve('/bin/sh')) offsets in libc binaries for CTF pwn challenges.

2.3k148Ruby
3 days ago
Que
Quechanks/que

A Ruby job queue that uses PostgreSQL's advisory locks for high performance and ACID reliability.

2.3k194Ruby
3 months ago
Rugged
Ruggedlibgit2/rugged

Ruby bindings to libgit2, providing native Git operations in Ruby with speed and portability.

2.3k287C
1 month ago
Ruby Mysql2 gem
Ruby Mysql2 gembrianmario/mysql2

A modern, simple, and very fast MySQL client library for Ruby that binds to libmysql.

2.3k559Ruby
6 months ago
Thin
Thinmacournoyer/thin

A small, fast, and simple Ruby web server designed for Rack applications.

2.3k345Ruby
10 months ago
Sneakers
Sneakersjondot/sneakers

A high-performance RabbitMQ background processing framework for Ruby, designed for production workloads.

2.2k323Ruby
1 year ago
Karafka
Karafkakarafka/karafka

A Ruby and Rails multi-threaded framework for building efficient Kafka-based event-driven applications.

2.2k189Ruby
2 days ago
CKEditor
CKEditorgaletahub/ckeditor

A Ruby on Rails integration gem for CKEditor 4.x, providing WYSIWYG editor functionality with file upload support.

2.2k867Ruby
1 year ago
God
Godmojombo/god

A Ruby framework for monitoring and managing server processes with easy configuration and extensibility.

2.2k513Ruby
2 years ago
Rpush
Rpushrpush/rpush

A Ruby gem for sending push notifications to iOS, Android, Windows, and web platforms with reliability and advanced features.

2.2k381Ruby
9 months ago
Hologram
Hologramtrulia/hologram

A Ruby gem that parses CSS/JS comments to generate customizable style guide documentation from markdown.

2.2k201Ruby
2 years ago
stackprof
stackproftmm1/stackprof

A sampling call-stack profiler for Ruby 2.2+ that collects performance data with low overhead.

2.2k137Ruby
1 month ago
Exception Notification
Exception Notificationsmartinez87/exception_notification

A Rails plugin that sends email notifications when exceptions occur in your application.

2.2k420Ruby
1 year ago
OAuth2
OAuth2intridea/oauth2

A Ruby wrapper for OAuth 2.0, 2.1, and OpenID Connect (OIDC) client implementations.

2.2k624Ruby
4 days ago
Config
Configrailsconfig/config

A Ruby gem for managing multi-environment YAML settings in Rails, Sinatra, Padrino, and other Ruby projects.

2.2k231Ruby
2 months ago
i18n-tasks
i18n-tasksglebm/i18n-tasks

A Ruby gem that manages translation and localization with static analysis to find missing and unused i18n keys.

2.2k284Ruby
4 days ago
globalize
globalizeglobalize/globalize

Rails I18n library for ActiveRecord model translations, enabling multilingual content storage in separate tables.

2.2k498Ruby
4 months ago
ActiveInteraction
ActiveInteractionAaronLasseigne/active_interaction

A service object framework for Rails that encapsulates business logic with input validation and type safety.

2.1k146Ruby
4 months ago
mutant
mutantmbj/mutant

Mutation testing for Ruby that systematically modifies code to verify test effectiveness, especially important with AI-generated code.

2.1k158Ruby
2 days ago
shoryuken
shoryukenphstc/shoryuken

A super efficient thread-based Amazon SQS message processor for Ruby applications.

2.1k290Ruby
2 days ago
stripe-ruby
stripe-rubystripe/stripe-ruby

Official Ruby library for interacting with the Stripe API, providing dynamic resource classes and comprehensive request handling.

2.1k642Ruby
3 days ago
guard-livereload
guard-livereloadguard/guard-livereload

A Guard plugin that automatically reloads your browser when view files are modified during development.

2.1k142JavaScript
3 years ago
ROM
ROMrom-rb/rom

A data mapping and persistence toolkit for Ruby that provides powerful object mapping without limiting database capabilities.

2.1k166Ruby
3 months ago
DragonFly
DragonFlymarkevans/dragonfly

A Ruby gem for on-the-fly processing of images and attachments in Rails, Sinatra, and other web apps.

2.1k242Ruby
1 year ago
zeitwerk
zeitwerkfxn/zeitwerk

An efficient and thread-safe code loader for Ruby that autoloads classes and modules from a conventional file structure.

2.1k128Ruby
1 month ago
counter_culture
counter_culturemagnusvk/counter_culture

A Rails gem providing advanced, flexible counter caches that update on value changes and support multi-level relations.

2.1k224Ruby
4 days ago
Her
Herremiprev/her

A Ruby ORM that maps REST resources to objects, enabling applications powered by RESTful APIs instead of databases.

2.1k324Ruby
1 year ago
Redis-Objects
Redis-Objectsnateware/redis-objects

A Ruby library that maps Redis data types directly to Ruby objects with atomic operations.

2.1k231Ruby
3 months ago
prmd
prmdinteragent/prmd

A Ruby CLI tool for scaffolding, verifying, and generating documentation from JSON Schema for HTTP APIs.

2.1k169Ruby
1 year ago
Feedjira
Feedjirafeedjira/feedjira

A Ruby library for parsing RSS, Atom, and JSON feeds with flexible configuration and extensible parsers.

2.1k368Ruby
4 days ago
ActsAsList
ActsAsListswanandp/acts_as_list

An ActiveRecord plugin for managing ordered lists of items with scoped positioning and reordering methods.

2.1k360Ruby
5 months ago
Savon
Savonsavonrb/savon

A Ruby library for building SOAP clients with a clean, object-oriented interface.

2.1k611Ruby
3 months ago
dexter
dexterankane/dexter

An automatic indexer for Postgres that analyzes query patterns and suggests optimal indexes to improve database performance.

2.1k58Ruby
3 months ago
1
7
8
9
11