1 | 6 | 21 | i18n | New wave Internationalization support for Ruby. |
2 | 7 | 5 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
3 | 25 | 48 | thor | Thor is a toolkit for building powerful command-line interfaces. |
4 | 32 | 122 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
5 | 34 | 49 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
6 | 36 | 50 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
7 | 38 | 56 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
8 | 43 | 54 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
9 | 44 | 52 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
10 | 46 | 58 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
11 | 50 | 59 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
12 | 58 | 79 | rails-html-sanitizer | HTML sanitization for Rails applications |
13 | 59 | 62 | activejob | Declare job classes that can be run by a variety of queuing backends. |
14 | 62 | 72 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
15 | 70 | 89 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
16 | 73 | 76 | globalid | URIs for your models makes it easy to pass references around. |
17 | 81 | 100 | sprockets-rails | Sprockets Rails integration |
18 | 85 | 68 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
19 | 95 | 69 | activestorage | Attach cloud and local files in Rails applications. |
20 | 108 | 171 | marcel | Simple mime type detection using magic numbers, filenames, and extensions |
21 | 110 | 297 | execjs | ExecJS lets you run JavaScript code from Ruby. |
22 | 125 | 92 | actiontext | Edit and display rich text in Rails applications. |
23 | 126 | 90 | actionmailbox | Receive and process incoming emails in Rails applications. |
24 | 129 | 416 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
25 | 150 | 316 | responders | A set of Rails responders to dry up your application |
26 | 156 | 177 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
27 | 161 | 432 | sass-rails | Sass adapter for the Rails asset pipeline. |
28 | 164 | 153 | jbuilder | Create JSON structures via a Builder-style DSL |
29 | 175 | 343 | devise | Flexible authentication solution for Rails with Warden |
30 | 180 | 462 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
31 | 185 | 467 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
32 | 199 | 406 | spring | Preloads your application so things like console, rake and tests run faster |
33 | 204 | 569 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
34 | 264 | 551 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
35 | 302 | 295 | web-console | A debugging tool for your Ruby on Rails applications. |
36 | 323 | 967 | turbolinks | Rails engine for Turbolinks 5 support |
37 | 442 | 1,942 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
38 | 492 | 1,183 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
39 | 552 | 989 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
40 | 553 | 1,116 | simple_form | Forms made easy! |
41 | 635 | 892 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
42 | 834 | 1,071 | has_scope | Maps controller filters to your resource scopes |
43 | 1,156 | 1,435 | rails-observers | Rails observer (removed from core in Rails 4.0) |
44 | 1,215 | 305 | importmap-rails | Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bund... |
45 | 1,432 | 1,285 | cssbundling-rails | Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js. |
46 | 1,488 | 1,814 | country_select | Provides a simple helper to get an HTML select list of countries. \
... |
47 | 1,677 | 1,870 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
48 | 1,807 | 1,279 | jsbundling-rails | Bundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack. |
49 | 1,934 | 2,048 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
50 | 1,971 | 2,960 | devise-encryptable | Encryption solution for salted-encryptors on Devise |
51 | 1,991 | 2,827 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
52 | 1,993 | 3,712 | protected_attributes | Protect attributes from mass assignment |
53 | 2,038 | 598 | propshaft | Deliver assets for Rails. |
54 | 2,174 | 1,273 | tailwindcss-rails | Integrate Tailwind CSS with the asset pipeline in Rails. |
55 | 2,468 | 760 | solid_queue | Database-backed Active Job backend. |
56 | 2,569 | 3,395 | record_tag_helper | ActionView Record Tag Helpers |
57 | 2,985 | 1,959 | rails-api | Rails::API is a subset of a normal Rails application,
created ... |
58 | 4,009 | 11,570 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
59 | 4,343 | 4,380 | mail_form | Send e-mail straight from forms in Rails with I18n, validations, attachments and reques... |
60 | 4,386 | 2,707 | kredis | Higher-level data structures built on Redis. |
61 | 4,448 | 1,698 | mission_control-jobs | Operational controls for Active Job |
62 | 5,320 | 7,440 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
63 | 7,064 | 8,613 | show_for | Wrap your objects with a helper to easily show them |
64 | 8,656 | 30,674 | markerb | Multipart templates made easy with Markdown + ERb |
65 | 12,483 | 14,685 | i18n_alchemy | I18n date/number parsing/localization |
66 | 34,504 | 54,072 | hermes | A few testing facilities built on top of Capybara and ActiveSupport::TestCase |
67 | 118,334 | 75,336 | actionform | An alternative layer to accepts_nested_attributes_for by using Form Models. |