Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Ruby

Ruby

779 projects

Showing 36 of 779 projects

Cuprite
CupriteRuby

A pure Ruby driver for Capybara that runs tests on headless Chrome/Chromium without Selenium dependencies.

#ferrum#chrome#driver
Stars1.4k
Forks98
Last commit1 month ago
Ohm
OhmRuby

A Ruby library for object-hash mapping with Redis, providing a simple way to store and query objects.

#object-hash-mapping#lesscode#data-persistence
Stars1.4k
Forks163
Last commit3 years ago
HexaPDF
HexaPDFRuby

A pure Ruby library for creating, manipulating, merging, securing, and optimizing PDF files with a Ruby-esque API.

#open-source#pdf-manipulation#command-line-tool
Stars1.4k
Forks81
Last commit5 days ago
brimir
brimirRuby

A simple, self-hosted email helpdesk system built with Ruby on Rails for handling customer support requests.

#support-system#email-ticketing#open-source
Stars1.4k
Forks292
Last commit7 years ago
Wombat
WombatRuby

A lightweight Ruby web crawler and scraper with an elegant DSL for extracting structured data from web pages.

#dsl#crawler#ruby-gem
Stars1.4k
Forks128
Last commit2 months ago
pry-rails
pry-railsRuby

A Rails gem that replaces IRB with Pry for the rails console, providing enhanced debugging and introspection.

#rails-gem#rails-console#repl
Stars1.4k
Forks89
Last commit2 years ago
Bridgetown
BridgetownRuby

A next-generation progressive site generator and fullstack Ruby framework for building modern websites and web applications.

#esbuild#content-management#bridgetown
Stars1.4k
Forks129
Last commit3 days ago
spreadsheet_architect
spreadsheet_architectRuby

A Ruby library for easily generating XLSX, ODS, and CSV spreadsheets from ActiveRecord relations, plain Ruby objects, or tabular data.

#reporting#rails#spreadsheet
Stars1.3k
Forks43
Last commit1 month ago
DIP
DIPRuby

A CLI tool that provides native-like interaction with Dockerized applications, simplifying development workflows.

#devops#container-orchestration#development-workflow
Stars1.3k
Forks50
Last commit22 days ago
Appraisal
AppraisalRuby

A Ruby library for testing your library against different versions of dependencies in repeatable scenarios.

#rubygems#appraisal#bundler
Stars1.3k
Forks114
Last commit9 months ago
Seeing Is Believing
Seeing Is BelievingRuby

A Ruby tool that evaluates code and displays the result of every line, similar to Swift Playgrounds.

#development-workflow#editor-integration#code-evaluation
Stars1.3k
Forks54
Last commit3 months ago
Blueprinter
BlueprinterRuby

A simple, fast, and declarative JSON serialization library for Ruby objects, designed as a Rails serializer alternative.

#json-api#serialization-library#rails
Stars1.3k
Forks115
Last commit2 days ago
JobIteration
JobIterationRuby

An ActiveJob extension that makes background jobs interruptible and resumable by design, saving progress with checkpoints.

#activejob#sidekiq#rails
Stars1.3k
Forks59
Last commit3 days ago
Mocha
MochaRuby

A Ruby library for mocking and stubbing objects in unit tests with a unified syntax for Minitest, Test::Unit, and RSpec.

#test-unit#unit-testing#stub
Stars1.3k
Forks159
Last commit4 days ago
colorize
colorizeRuby

A Ruby gem that extends the String class with ANSI escape sequences for easy console text colorization.

#ruby-gem#gem#terminal-styling
Stars1.3k
Forks142
Last commit2 years ago
debug
debugRuby

A modern debugger for Ruby (MRI) 2.7+ with remote debugging, VSCode/Chrome integration, and performance optimizations.

#rdbg#ruby-debugger#debug
Stars1.3k
Forks147
Last commit3 days ago
GeoPattern
GeoPatternRuby

Generate unique tiling SVG background patterns from any string using deterministic algorithms.

#generative-art#web-design#generative
Stars1.3k
Forks87
Last commit1 year ago
omniauth-facebook
omniauth-facebookRuby

A Facebook OAuth2 strategy for OmniAuth, enabling Ruby applications to authenticate users via Facebook.

#rails#facebook-login#rack-middleware
Stars1.3k
Forks399
Last commit14 days ago
tracks
tracksRuby

A web-based Getting Things Done (GTD) application built with Ruby on Rails for personal task management.

#todo#rails#productivity
Stars1.2k
Forks531
Last commit20 days ago
New Relic
New RelicRuby

A Ruby agent for monitoring application performance and business data with New Relic.

#hacktoberfest#newrelic-integration#rails
Stars1.2k
Forks610
Last commit2 days ago
jumpstart(excid3)
jumpstart(excid3)HTML

A Rails template that jumpstarts new applications with authentication, admin panels, and modern tooling pre-configured.

#hacktoberfest#template#rails-template
Stars1.2k
Forks315
Last commit1 year ago
ActiveAttr
ActiveAttrRuby

A Ruby gem providing ActiveModel-like functionality for plain Ruby objects, including attributes, typecasting, mass assignment, and serialization.

#orm#rails#model-layer
Stars1.2k
Forks91
Last commit3 months ago
DatabaseConsistency
DatabaseConsistencyRuby

A Ruby gem that detects inconsistencies between ActiveRecord models and database schema to prevent data issues.

#database#developer-tools#rails
Stars1.2k
Forks61
Last commit22 days ago
alba
albaRuby

A fast, easy, and feature-rich JSON serializer for Ruby, JRuby, and TruffleRuby with no runtime dependencies.

#hacktoberfest#jruby#fast
Stars1.2k
Forks59
Last commit1 day ago
excon
exconRuby

A usable, fast, and simple HTTP 1.1 client library for Ruby, ideal for API clients and general HTTP requests.

#proxy#http#excon
Stars1.2k
Forks286
Last commit11 days ago
Carmen
CarmenRuby

A Ruby library providing a clean API for accessing and managing geographic country and region data with internationalization support.

#iso3166#geographic-data#internationalization
Stars1.2k
Forks273
Last commit4 years ago
Phonelib
PhonelibRuby

A Ruby gem for phone number validation, formatting, and parsing using Google's libphonenumber data.

#parsing#phone-parse#internationalization
Stars1.2k
Forks137
Last commit2 days ago
Spreadsheet
SpreadsheetRuby

A Ruby library for reading, writing, and modifying Microsoft Excel-compatible spreadsheet documents (XLS format).

#spreadsheet#xls#ruby-gem
Stars1.1k
Forks235
Last commit1 month ago
Itamae
ItamaeRuby

A simple and lightweight configuration management tool inspired by Chef, using a Ruby DSL for idempotent server provisioning.

#devops#chef#itamae
Stars1.1k
Forks121
Last commit11 days ago
active_decorator
active_decoratorRuby

An ORM-agnostic decorator pattern library for Rails that automatically enhances models with view-specific logic.

#rails#model-decorators#decorator-pattern
Stars1.1k
Forks110
Last commit3 months ago
Slop
SlopRuby

A simple, lightweight Ruby gem for parsing command-line options with an intuitive DSL.

#beginner-friendly#developer-tools#option-parsing
Stars1.1k
Forks72
Last commit8 months ago
kitchen-terraform
kitchen-terraformRuby

Test Kitchen plugins for verifying infrastructure provisioned with Terraform configurations.

#rubygems#provisioner#kitchen-terraform
Stars1.1k
Forks146
Last commit1 year ago
batch-loader
batch-loaderRuby

A Ruby gem providing a generic lazy batching mechanism to avoid N+1 database queries and HTTP requests.

#n-plus-1#graphql#performance-optimization
Stars1.1k
Forks51
Last commit6 months ago
PyCall
PyCallC

A Ruby library that enables direct calling of Python functions and modules with automatic type conversion.

#ruby-python-bridge#scientific-computing#rubydatascience
Stars1.1k
Forks87
Last commit1 month ago
docker-rails
docker-railsRuby

A production-ready Rails 7 demo application with Docker, featuring ActionCable, OpenSearch, Sidekiq, and a multi-container architecture.

#real-time-updates#alpine-linux#deployment
Stars1.1k
Forks170
Last commit1 year ago
tweetstream
tweetstreamRuby

A Ruby library for consuming Twitter's Streaming API using EventMachine.

#proxy-support#oauth#social-media
Stars1.1k
Forks153
Last commit4 years ago
PreviousPage 10 of 22Next

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 Gem326
#Rails235
#Ruby On Rails153
#Developer Tools64
#Hacktoberfest62
#Activerecord55
#Self Hosted48
#Devops46
#Cli Tool43
#Docker42
#Performance41
#Automation41