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

Falcon
FalconRuby

A high-performance, multi-process, multi-fiber Rack-compatible web server for Ruby with native HTTP/1, HTTP/2, and TLS support.

#http-server#deployment#web-server
Stars3.0k
Forks102
Last commit22 hours ago
public_activity
public_activityRuby

A Ruby gem for tracking model changes and creating activity feeds in Rails applications, similar to GitHub's public activity.

#mongoid#rails#activity-stream
Stars3.0k
Forks330
Last commit1 month ago
good_job
good_jobRuby

A multithreaded, Postgres-based Active Job backend for Ruby on Rails, designed for simplicity and performance.

#activejob#hacktoberfest#rails
Stars3.0k
Forks245
Last commit4 days ago
sunspot
sunspotJavaScript

A Ruby library for expressive, powerful interaction with the Solr search engine, enabling full-text search and indexing for Ruby objects.

#faceting#orm#rails
Stars3.0k
Forks910
Last commit1 year ago
Database Cleaner
Database CleanerRuby

Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.

#database-cleaner#testing#testing-tools
Stars3.0k
Forks485
Last commit1 month ago
Pdfkit
PdfkitRuby

A Ruby gem that converts HTML and CSS into PDF documents using the wkhtmltopdf command-line utility.

#html-to-pdf#pdfkit#rack-app
Stars2.9k
Forks419
Last commit2 years ago
Paranoia
ParanoiaRuby

A Rails gem for soft-deleting records by setting a deleted_at timestamp instead of removing them from the database.

#orm#database#data-persistence
Stars2.9k
Forks524
Last commit8 months ago
paranoia
paranoiaRuby

A Rails gem for soft-deleting records by setting a deleted_at timestamp instead of removing them from the database.

#database#rails-gem#data-recovery
Stars2.9k
Forks524
Last commit8 months ago
Standard Ruby
Standard RubyRuby

A Ruby linter and formatter with an unconfigurable, opinionated ruleset built on RuboCop.

#developer-tools#automated-fixes#linter
Stars2.9k
Forks232
Last commit9 days ago
Rollout
RolloutRuby

A fast Redis-based feature flag library for Ruby applications, enabling gradual rollouts and targeted feature activation.

#redis#ruby-gem#feature-flags
Stars2.9k
Forks214
Last commit1 month ago
google-api-client
google-api-clientRuby

Official Ruby client libraries for accessing Google APIs via HTTP/JSON REST endpoints with authentication and request control.

#rest-client#google-apis#authentication
Stars2.9k
Forks885
Last commit4 days ago
Money
MoneyRuby

A Ruby library for handling monetary values and currency conversion with precision and flexibility.

#precision-arithmetic#currency-conversion#money
Stars2.9k
Forks642
Last commit1 month ago
Roo
RooRuby

A Ruby library for reading and parsing spreadsheet files (Excel, OpenOffice, CSV) with a unified interface.

#libreoffice#file-processing#ruby-gem
Stars2.9k
Forks501
Last commit9 months ago
meta-tags
meta-tagsRuby

A Ruby on Rails gem for managing HTML head metadata including SEO tags, Open Graph, Twitter Cards, and canonical URLs.

#seo-meta#rails#rails-gem
Stars2.8k
Forks280
Last commit23 hours ago
SecGen
SecGenPython

A framework that generates randomly vulnerable virtual machines for security education, labs, and CTF events.

#cybersecurity-labs#randomization#cybok
Stars2.8k
Forks327
Last commit4 days ago
openstreetmap-website
openstreetmap-websiteRuby

The Ruby on Rails application that powers the OpenStreetMap website and its editing API.

#api#collaborative-editing#geospatial
Stars2.8k
Forks1.1k
Last commit1 day ago
danbooru
danbooruRuby

A self-hostable, taggable image board built with Ruby on Rails for organizing and browsing large image collections.

#image-board#community-driven#danbooru
Stars2.8k
Forks448
Last commit1 day ago
bundle-audit
bundle-auditRuby

A security audit tool for Ruby projects that checks Gemfile.lock for vulnerable gem versions and insecure sources.

#dependency-checker#patch-management#bundler-audit
Stars2.8k
Forks249
Last commit6 days ago
bootsnap
bootsnapRuby

A Ruby library that speeds up application boot time by caching expensive computations like path lookups and code compilation.

#load-path#rails#development-tool
Stars2.7k
Forks207
Last commit26 days ago
ComfortableMexicanSofa
ComfortableMexicanSofaRuby

A powerful Ruby on Rails CMS engine for seamless content management integration.

#rails#multi-site#rails-gem
Stars2.7k
Forks618
Last commit2 years ago
Split
SplitRuby

A Rack-based A/B testing framework for Ruby web applications, designed to work with Rails, Sinatra, or any Rack-based app.

#experimentation#rails#redis
Stars2.7k
Forks369
Last commit4 days ago
Noticed
NoticedRuby

A Ruby on Rails gem for sending notifications across multiple channels like email, SMS, Slack, and real-time UI updates.

#real-time-updates#email-notifications#rails
Stars2.7k
Forks202
Last commit3 months ago
Coverband
CoverbandRuby

A Ruby gem for collecting and reporting production code coverage, tracking line-of-code execution frequency.

#developer-tools#rails#rack-middleware
Stars2.7k
Forks169
Last commit1 month ago
Sucker Punch
Sucker PunchRuby

A single-process Ruby asynchronous processing library using in-memory queues, perfect for fast background jobs.

#async-processing#rails#lightweight
Stars2.6k
Forks109
Last commit7 months ago
Betty
BettyRuby

A friendly English-like interface for your command line that translates natural language phrases into executable commands.

#developer-tools#productivity#shell-scripting
Stars2.6k
Forks210
Last commit5 years ago
Jets
JetsRuby

A Ruby serverless framework that deploys Rails, Sinatra, and Rack apps to AWS Lambda with full control over concurrency and scaling.

#deployment#lambda#rails
Stars2.6k
Forks180
Last commit8 months ago
rbspy
rbspyRust

A low-overhead sampling CPU profiler for Ruby that can profile running processes without restarting them.

#production-profiling#cpu#cli-tool
Stars2.6k
Forks104
Last commit1 day ago
TTY
TTYRuby

A Ruby toolkit for building beautiful, interactive command line applications with modular components and project scaffolding.

#cli-app#developer-tools#ruby-cli
Stars2.5k
Forks82
Last commit3 years ago
SitemapGenerator
SitemapGeneratorRuby

A framework-agnostic Ruby gem for generating XML sitemaps with Rails integration and support for multiple sitemap extensions.

#web-crawling#search-engine-optimization#ruby-gem
Stars2.5k
Forks277
Last commit1 day ago
Reform
ReformRuby

A Ruby form object library that decouples forms from models, providing validation, nesting, and composition.

#nested-forms#trailblazer#rails
Stars2.5k
Forks181
Last commit11 months ago
poltergeist
poltergeistRuby

A PhantomJS driver for Capybara that enables headless browser testing for Ruby applications.

#integration-testing#headless-browser#automated-testing
Stars2.5k
Forks407
Last commit6 years ago
ice_cube
ice_cubeRuby

A Ruby library for creating and querying recurring schedules with an iCalendar-inspired API.

#datetime#time-management#event-scheduling
Stars2.5k
Forks354
Last commit6 months ago
Rake
RakeRuby

A make-like build utility for Ruby.

#hacktoberfest#rakefile#rake
Stars2.5k
Forks645
Last commit4 days ago
Rufus-Scheduler
Rufus-SchedulerRuby

A Ruby job scheduler supporting at, in, cron, and every jobs using threads.

#time-based-jobs#job-scheduler#time
Stars2.4k
Forks201
Last commit1 month ago
refile
refileRuby

A modern Ruby file upload library with configurable backends, direct uploads, and on-the-fly processing.

#orm-integration#amazon-s3#rails
Stars2.4k
Forks296
Last commit2 years ago
rubygems.org
rubygems.orgRuby

The Ruby community's open-source gem hosting service, providing a public repository for Ruby libraries.

#rubygems#ruby-ecosystem#rails
Stars2.4k
Forks1.0k
Last commit1 day ago
PreviousPage 6 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