Ruby on Rails
@railsOrganizationOn the leaderboard
| Rank | Repository | Stars |
|---|---|---|
| 298 | rails/rails | 58,313 |
Top repositories by stars
- Ruby58,204
- rails/webpacker
Use Webpack to manage app-like JavaScript modules in Rails
Ruby5,283 - rails/thor
Thor is a toolkit for building powerful command-line interfaces.
Ruby5,240 - rails/jbuilder
Jbuilder: generate JSON objects with a Builder-style DSL
Ruby4,409 - rails/spring
Rails application preloader
Ruby2,811 - rails/bootsnap
Boot large Ruby/Rails apps faster
Ruby2,718 - rails/jquery-ujs
Ruby on Rails unobtrusive scripting adapter for jQuery
JavaScript2,607 - rails/solid_queue
Database-backed Active Job backend
Ruby2,393 - rails/arel
A Relational Algebra
Ruby2,053 - rails/rails-dev-box
A virtual machine for Ruby on Rails core development
Shell2,047 - Ruby1,578
- rails/web-console
Rails Console on the Browser.
Ruby1,418 - rails/activeresource
Connects business objects and REST web services
Ruby1,400 - rails/kredis
Higher-level data structures built on Redis
Ruby1,395 - rails/docked
Running Rails from Docker for easy start to development
Dockerfile1,311 - rails/strong_parameters
Taint and required checking for Action Pack and enforcement in Active Model
Ruby1,261 - rails/globalid
Identify app models with a URI
Ruby1,260 - rails/importmap-rails
Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bundling.
Ruby1,143 - rails/actioncable
Framework for real-time communication over websockets
1,082 - rails/propshaft
Deliver assets for Rails
Ruby1,023 - rails/solid_cache
A database-backed ActiveSupport::Cache::Store
Ruby1,004 - rails/mission_control-jobs
Dashboard and Active Job extensions to operate and troubleshoot background jobs
Ruby983 - rails/sprockets
Rack-based asset packaging system
Ruby974 - rails/jquery-rails
A gem to automate using jQuery with Rails
Ruby949 - rails/jsbundling-rails
Bundle and transpile JavaScript in Rails with esbuild, rollup.js, bun, or Webpack.
Ruby915 - rails/sass-rails
Ruby on Rails stylesheet engine for Sass
Ruby865 - rails/exception_notification
NOTICE: official repository moved to https://github.com/smartinez87/exception_notification
Ruby834 - rails/sdoc
Standalone sdoc generator
JavaScript820 - rails/rails-perftest
Benchmark and profile your Rails apps
Ruby800 - rails/activejob
Declare job classes that can be run by a variety of queueing backends
Ruby739 - rails/activestorage
Store files in Rails applications
730 - rails/actioncable-examples
Action Cable Examples
Ruby665 - rails/pjax_rails
PJAX integration for Rails
Ruby658 - Ruby635
- rails/cssbundling-rails
Bundle and process CSS in Rails with Tailwind, PostCSS, and Sass via Node.js.
Ruby628 - rails/sprockets-rails
Sprockets Rails integration
Ruby591 - rails/activerecord-session_store
Active Record's Session Store extracted from Rails
Ruby575 - rails/execjs
Run JavaScript code from Ruby
Ruby554 - rails/rubocop-rails-omakase
Omakase Ruby styling for Rails
Ruby543 - rails/rails-observers
Rails observer (removed from core in Rails 4.0)
Ruby522 - rails/action_push_native
Rails push notifications for mobile platforms
Ruby450 - rails/rails_upgrade
Plugin to run checks on your Rails 2.x/3.x to check for obvious upgrade points on the path to 3.0
Ruby441 - JavaScript436
- rails/marcel
Find the mime type of files, examining file, filename and declared type
Ruby435 - rails/actiontext
Edit and display rich text in Rails applications
405 - rails/acts_as_list
NOTICE: official repository moved to https://github.com/swanandp/acts_as_list
Ruby383 - rails/actionpack-page_caching
Static page caching for Action Pack (removed from core in Rails 4.0)
Ruby353 - rails/commands
Run Rake/Rails commands through the console
Ruby339 - Ruby327
- rails/solid_cable
A database backed ActionCable adapter
Ruby324 - rails/rails-controller-testing
Brings back `assigns` and `assert_template` to your Rails tests
Ruby320 - rails/ssl_requirement
NOTICE: official repository moved to https://github.com/retr0h/ssl_requirement
Ruby316 - rails/rails-new
Create Rails projects without Ruby installed
Rust314 - rails/acts_as_tree
NOTICE: official repository moved to https://github.com/amerine/acts_as_tree
Ruby285 - rails/open_id_authentication
NOTICE: official repository moved to https://github.com/Velir/open_id_authentication
Ruby283 - rails/actionpack-action_caching
Action caching for Action Pack (removed from core in Rails 4.0)
Ruby265 - rails/dartsass-rails
Integrate Dart Sass with the asset pipeline in Rails
Ruby248 - rails/coffee-rails
CoffeeScript adapter for the Rails asset pipeline. Also adds support for .coffee views.
Ruby233 - rails/in_place_editing
NOTICE: official repository moved to https://github.com/amerine/in_place_editing
Ruby233 - rails/protected_attributes
Protect attributes from mass-assignment in ActiveRecord models.
Ruby231 - rails/journey
A router for rails
Ruby215 - rails/auto_complete
NOTICE: official repository moved to https://github.com/david-kerins/auto_complete
Ruby210 - rails/dynamic_form
NOTICE: official repository moved to https://github.com/joelmoss/dynamic_form
Ruby191 - rails/rails-dom-testing
Extracting DomAssertions and SelectorAssertions from ActionView.
Ruby182 - rails/country_select
NOTICE: official repository moved to https://github.com/stefanpenner/country_select
Ruby176 - JavaScript154
- rails/routing_concerns
Abstract common routing resource concerns to cut down on duplication.
Ruby153 - rails/esbuild-rails
Bundle and transpile JavaScript in Rails with esbuild
Ruby144 - rails/rails-contributors
The web application that runs https://contributors.rubyonrails.org
Ruby138 - rails/actionmailbox
Receive and process incoming emails in Rails
126 - rails/rails_xss
A plugin for rails 2.3 apps which switches the default to escape by default
Ruby105 - Ruby100
- HTML98
- rails/activemodel-globalid
Serializing models to a single string makes it easy to pass references around
Ruby90 - rails/account_location
NOTICE: official repository moved to https://github.com/bbommarito/account_location
Ruby74 - rails/iso-3166-country-select
WARNING: this repo is not maintained anymore, if you want to maintain it, please send an mail to rails-core
Ruby70 - rails/acts_as_nested_set
NOTICE: official repository moved to https://github.com/bbommarito/acts_as_nested_set
Ruby70 - rails/weblog
Superseded by https://github.com/rails/website
HTML62 - JavaScript61
- rails/prototype_legacy_helper
WARNING: this repo is not maintained anymore, if you want to maintain it, please send an mail to rails-core
Ruby60 - rails/verification
NOTICE: official repository moved to https://github.com/sikachu/verification
Ruby58 - rails/conductor
Conductor is a Rails engine that lets you do through a web UI what you'd normally do with the rails shell command.
Ruby54 - rails/prototype-rails
Add RJS, Prototype, and Scriptaculous helpers to Rails 3.1+ apps
Ruby53 - rails/homepage
Superseded by https://github.com/rails/website
HTML50 - rails/record_tag_helper
ActionView Record Tag Helpers
Ruby50 - rails/actionpack-xml_parser
XML parameters parser for Action Pack (removed from core in Rails 4.0)
Ruby49 - rails/rollupjs-rails
Bundle and transpile JavaScript in Rails with rollup.js
Ruby48 - rails/etagger
Declare what goes in to your ETags: asset versions, account ID, etc.
Ruby41 - rails/render_component
NOTICE: official repository moved to https://github.com/malev/render_component. Components allow you to call other actions for their rendered response while executing another action
Ruby40 - rails/upload_progress
NOTICE: official repository moved to https://github.com/rishav/upload_progress
Ruby39 - rails/atom_feed_helper
NOTICE: official repository moved to https://github.com/TrevorBramble/atom_feed_helper
Ruby38 - rails/builder
Provide a simple way to create XML markup and data structures.
Ruby37 - rails/gsoc2014
Project website and wiki for Ruby on Rails proposals to Google Summer of Code 2014
37 - rails/gsoc2013
Project website and wiki for Ruby on Rails proposals to Google Summer of Code 2013
30 - rails/deadlock_retry
NOTICE: official repository moved to https://github.com/heaps/deadlock_retry
Ruby28 - rails/ruby-coffee-script
Ruby CoffeeScript Compiler
Ruby27