Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Ruby
R

Ruby

Language
1103 projects2326.1k total stars361.3k total forks27 languages

Open-source projects built with Ruby

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

Showing 1,103 open-source projects · page 11 of 31

……
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
tailwindcss-rails
tailwindcss-railsrails/tailwindcss-rails

A Ruby gem that integrates Tailwind CSS with the Rails asset pipeline, providing a seamless workflow for utility-first CSS in Rails applications.

1.6k190Ruby
1 day ago
Security-Enhanced Linux
Security-Enhanced LinuxSELinuxProject/selinux

Upstream repository for the Security Enhanced Linux (SELinux) userland libraries and tools, complementing the kernel's mandatory access control features.

1.6k401C
3 days ago
Vite Ruby
Vite Rubyelmassimo/vite_ruby

Integrates Vite.js with Ruby frameworks like Rails and Hanami for fast JavaScript development and asset bundling.

1.6k145Ruby
1 month ago
de4js
de4jslelinhtinh/de4js

A web-based tool for deobfuscating and unpacking JavaScript code, supporting multiple obfuscation formats.

1.6k362JavaScript
4 years ago
Zsteg
Zstegzed-0xff/zsteg

A command-line tool that detects steganographically hidden data in PNG and BMP image files.

1.6k163Ruby
4 months ago
ffaker
ffakerffaker/ffaker

A Ruby library for generating fake data, originally forked from Faker with an expanded API and unique value generation.

1.6k559Ruby
1 month ago
Terminal Table
Terminal Tabletj/terminal-table

A fast, simple, and feature-rich ASCII and Unicode table generator for Ruby command-line applications.

1.6k124Ruby
6 months ago
pg_search
pg_searchCasecommons/pg_search

Adds PostgreSQL full-text search capabilities to ActiveRecord models with named scopes and multi-model search.

1.6k380Ruby
3 days ago
action_policy
action_policypalkan/action_policy

A composable, extensible, and performant authorization framework for Ruby and Rails applications.

1.6k90Ruby
2 months ago
cocoapods-keys
cocoapods-keysorta/cocoapods-keys

A CocoaPods plugin that securely stores environment and application keys in the developer's keychain, keeping them out of source control.

1.6k90Ruby
2 years ago
Word-to-Markdown
Word-to-Markdownbenbalter/word-to-markdown

A Ruby gem that converts Microsoft Word documents to Markdown, liberating content for the web.

1.5k153Ruby
7 months ago
Watir
Watirwatir/watir

A Ruby library for automating web browsers using a clean, readable API powered by Selenium.

1.5k246Ruby
2 years ago
Gem in a box
Gem in a boxgeminabox/geminabox

A simple Ruby web application for hosting your own private RubyGems server with full push/yank API support.

1.5k324Ruby
6 days ago
smarter_csv
smarter_csvtilo/smarter_csv

A high-performance CSV ingestion and generation library for Ruby with C acceleration, designed for real-world data with intelligent defaults.

1.5k191Ruby
6 days ago
rails_event_store
rails_event_storeRailsEventStore/rails_event_store

A Ruby library for implementing event-driven architectures in Rails applications, providing event publishing, storage, and subscription.

1.5k128Ruby
12 days ago
aggregate_root
aggregate_rootRailsEventStore/rails_event_store

A Ruby library for implementing event-driven architectures in Rails applications, providing event publishing, storage, and subscription.

1.5k128Ruby
12 days ago
Vanity
Vanityassaf/vanity

A/B testing framework for Ruby on Rails applications with datastore agnostic experiment tracking.

1.5k266Ruby
3 years ago
Merit
Meritmerit-gem/merit

A Rails reputation engine that adds badges, points, and rankings to your application.

1.5k196Ruby
9 months ago
Lelylan
Lelylanlelylan/lelylan

An open-source, hardware-agnostic IoT cloud platform built on a lightweight microservices architecture.

1.5k90
9 years ago
rails-footnotes
rails-footnotesjosevalim/rails-footnotes

A Rails gem that displays debugging footnotes on every page with session, params, queries, and editor links.

1.5k163Ruby
1 day ago
omniauth-google-oauth2
omniauth-google-oauth2zquestz/omniauth-google-oauth2

An OmniAuth strategy for Google OAuth2 authentication in Ruby applications.

1.5k417Ruby
3 months ago
Phlex
Phlexjoeldrapper/phlex

Build object-oriented web views in pure Ruby with a declarative, component-based approach.

1.5k105Ruby
19 days ago
Timetrap
Timetrapsamg/timetrap

A simple command-line time tracker written in Ruby for tracking work hours across multiple timesheets.

1.5k115Ruby
1 year ago
ActsAsParanoid
ActsAsParanoidActsAsParanoid/acts_as_paranoid

A Rails plugin that adds soft delete functionality to ActiveRecord models, hiding records instead of permanently deleting them.

1.5k196Ruby
3 months ago
jsduck
jsducksenchalabs/jsduck

API documentation generator for Sencha JavaScript frameworks with Markdown support and DRY principles.

1.5k237Ruby
6 years ago
git_reflow
git_reflowreenhanced/gitreflow

A command-line tool that automates the Git workflow by creating pull requests, enforcing code reviews, and squash merging branches.

1.5k58Ruby
4 years ago
yajl-ruby
yajl-rubybrianmario/yajl-ruby

A high-performance streaming JSON parsing and encoding library for Ruby with C bindings to YAJL.

1.5k178C
5 months ago
Slack Notifier
Slack Notifierstevenosloan/slack-notifier

A Ruby gem for sending notifications to Slack via webhooks with formatting, middleware, and custom HTTP client support.

1.5k155Ruby
3 years ago
Steep
Steepsoutaro/steep

A static type checker for Ruby that supports gradual typing through explicit type annotations and signatures.

1.5k114Ruby
7 days ago
prettier
prettierprettier/plugin-ruby

A Prettier plugin that formats Ruby code using the Syntax Tree gem, bringing consistent style to Ruby projects.

1.5k101JavaScript
1 year ago
decisiontree
decisiontreeigrigorik/decisiontree

A Ruby library implementing the ID3 algorithm for decision tree learning with support for continuous and discrete datasets.

1.5k130Ruby
7 years ago
Sorcery
SorcerySorcery/sorcery

A stripped-down, bare-bones authentication library for Ruby on Rails applications.

1.5k229Ruby
28 days ago
s3git
s3gits3git/s3git

A CLI tool that applies Git-like version control to cloud storage, enabling distributed, decentralized, and deduplicated data repositories.

1.5k63Go
9 years ago
rspec_api_documentation
rspec_api_documentationzipmark/rspec_api_documentation

Automatically generate API documentation from RSpec acceptance tests for Rails applications.

1.5k368Ruby
10 months ago
bower-rails
bower-railsrharriso/bower-rails

A Ruby gem providing Bundler-like DSL and Rake tasks for managing Bower packages in Rails applications.

1.5k127Ruby
3 years ago
Rubber
Rubberrubber/rubber

A Capistrano/Rails plugin for deploying and managing multi-instance Rails applications across various cloud providers and bare metal.

1.4k241Ruby
5 years ago
1
10
11
12
31