Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

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

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Stacks
  3. Rails
R

Rails

Framework
228 projects430.4k total stars65.2k total forks6 languages

Open-source projects built with Rails

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

Showing 228 open-source projects · page 6 of 7

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
stackneveroverflow
stackneveroverflowliaoziyang/stackneveroverflow

A simple Q&A platform built with Ruby on Rails that supports Markdown formatting.

16634Ruby
3 years ago
activerecord-pg_enum
activerecord-pg_enumalassek/activerecord-pg_enum

Integrate PostgreSQL enumerated types with Rails enum feature for type-safe, efficient database columns.

1639Ruby
4 years ago
cache_crispies
cache_crispiescodenoble/cache-crispies

A fast Rails JSON serialization gem with built-in caching and a flexible DSL.

16115Ruby
12 days ago
activerecord_cursor_paginate
activerecord_cursor_paginatehealthie/activerecord_cursor_paginate

A Ruby gem providing cursor-based pagination for ActiveRecord relations with support for custom ordering.

1577Ruby
1 year ago
Validates
Validateskaize/validates

A collection of custom validators for Rails applications, including email, URL, EAN, and association length validators.

15126Ruby
9 years ago
validates_zipcode
validates_zipcodedgilperez/validates_zipcode

A Rails gem for validating and formatting postal codes/zipcodes with support for 233 country codes.

14252Ruby
1 month ago
Lowkiq
Lowkiqbia-technologies/lowkiq

A Ruby background job processor that guarantees ordered execution for jobs with the same ID, preventing race conditions and data overwrites.

14212Ruby
3 years ago
arel_extensions
arel_extensionsfaveod/arel-extensions

A Ruby gem that extends Arel with shortcuts, fixes, and new ORM mappings for advanced SQL functions across multiple databases.

14228Ruby
1 day ago
quant
quantjdjkelly/quant

An open-source Rails API for tracking quantified self data like weight, sleep, meals, and locations from various hardware devices.

13622Ruby
11 years ago
ace-rails-ap
ace-rails-apcodykrieger/ace-rails-ap

Integrates the Ajax.org Cloud9 Editor (Ace) with the Rails 3.1+ asset pipeline for seamless code editing.

13462Ruby
3 years ago
Simple Scheduler
Simple Schedulersimplymadeapps/simple_scheduler

A scheduling add-on for Sidekiq and Heroku Scheduler that enables jobs to run at any interval without a clock process.

1339Ruby
9 months ago
rails-templates(nimblehq)
rails-templates(nimblehq)nimblehq/rails-templates

Optimized Rails application templates with production-ready configurations and optional addons for rapid development.

10423Ruby
1 month ago
refinerycms-page-images
refinerycms-page-imagesrefinery/refinerycms-page-images

Adds an images tab to Refinery CMS pages for creating simple image galleries with captions and lightbox popups.

103119Ruby
6 months ago
reform-rails
reform-railstrailblazer/reform-rails

Rails-specific support for Reform, automatically loading common form features and ActiveModel integration.

10048Ruby
8 months ago
Daru::View
Daru::ViewSciRuby/daru-view

A Ruby gem for easy and interactive plotting in web applications and IRuby notebooks, built as a plugin for the Daru data analysis library.

9819Jupyter Notebook
4 years ago
CarrierWave Crop
CarrierWave Cropkirtithorat/carrierwave-crop

A CarrierWave extension for cropping uploaded images with Jcrop preview in Ruby on Rails applications.

9356Ruby
11 years ago
dcaf_case_management
dcaf_case_managementDARIAEngineering/dcaf_case_management

A Rails-based case management system for abortion funds to track patient data, pledges, and contact information.

92240Ruby
1 month ago
es6_module_transpiler-rails
es6_module_transpiler-railsDavyJonesLocker/es6_module_transpiler-rails

Transpile ES6 modules to AMD, CommonJS, or globals within the Rails Asset Pipeline.

8711JavaScript
11 years ago
Slackbotsy
Slackbotsyrlister/slackbotsy

A Ruby library for building Slack bots with flexible message handling and multiple integration options.

7611Ruby
9 years ago
metka
metkajetrockets/metka

A Rails gem for managing tags using PostgreSQL array columns with efficient querying and tag cloud strategies.

763Ruby
10 days ago
drifthound
drifthoundtreezio/drifthound

A Rails web application that receives Terraform drift reports via API to provide visibility and historical tracking of infrastructure changes.

714Ruby
4 months ago
Rating
Ratingwbotelhos/rating

A Ruby gem implementing a true Bayesian rating system with scoped ratings and caching for Rails applications.

7021Ruby
2 months ago
Econfig
Econfigelabs/econfig

A Ruby gem for flexible, multi-backend configuration management with strict and permissive modes.

6513Ruby
5 years ago
Peatio
Peatiorubykube/peatio

Open-source cryptocurrency exchange software built with Rails, featuring a high-performance matching engine and microservices architecture.

6114Ruby
6 months ago
rentmybikes-rails
rentmybikes-railsbalanced/rentmybikes-rails

A deployable marketplace example using Balanced API for payments, built with Ruby on Rails.

6034JavaScript
12 years ago
ActsAsTextcaptcha
ActsAsTextcaptchamatthutchinson/acts_as_textcaptcha

A Rails gem that adds spam protection using text-based logic question captchas fetched from textcaptcha.com.

5412Ruby
1 year ago
PluggableJs
PluggableJsperesleguine/pluggable_js

A Rails gem for loading page-specific JavaScript and passing data from controllers to frontend functions.

533Ruby
10 years ago
passive_columns
passive_columnsheadmandev/passive_columns

An ActiveRecord module for Ruby on Rails that skips specific columns by default and loads them on-demand.

500Ruby
3 months ago
Warclight
Warclightarchivesunleashed/warclight

A Rails engine for discovering web archives in WARC and ARC formats with faceted search and advanced discovery options.

509Ruby
3 years ago
transloadit-rails
transloadit-railstransloadit/rails-sdk

A Rails SDK for integrating Transloadit's file uploading and encoding service into Ruby on Rails applications.

4721Ruby
2 months ago
factory_factory_girl
factory_factory_girlst0012/factory_factory_girl

A Ruby gem that automatically generates FactoryGirl factory files based on configurable column name patterns.

452Ruby
11 years ago
pgcli-rails
pgcli-railsmattbrictson/pgcli-rails

Replaces Rails PostgreSQL dbconsole with the much nicer pgcli command-line interface.

353Ruby
28 days ago
coRM
coRMSIGIRE/CoRM

A lightweight, non-intrusive Customer Relationship Manager for small to medium-sized teams (1-100 collaborators).

2712HTML
9 years ago
kaminari
kaminariamatsuda/kaminari

A scope and engine based, clean, powerful, customizable paginator for Ruby web applications.

265Ruby
1 year ago
graphql-auth
graphql-autho2web/graphql-auth

A Ruby gem providing JWT-based authentication for GraphQL APIs using Devise logic.

2625Ruby
3 years ago
refinerycms-settings
refinerycms-settingsrefinery/refinerycms-settings

A Rails engine for managing dynamic settings in Refinery CMS, allowing easy creation and modification of site configuration.

2550Ruby
4 years ago
1
2
3
4
5
6
7