1 | 7 | 3 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
2 | 25 | 38 | thor | Thor is a toolkit for building powerful command-line interfaces. |
3 | 34 | 37 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
4 | 36 | 52 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
5 | 38 | 54 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
6 | 43 | 66 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
7 | 44 | 60 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
8 | 46 | 58 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
9 | 50 | 53 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
10 | 58 | 82 | rails-html-sanitizer | HTML sanitization for Rails applications |
11 | 59 | 63 | activejob | Declare job classes that can be run by a variety of queuing backends. |
12 | 62 | 76 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
13 | 70 | 113 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
14 | 73 | 84 | globalid | URIs for your models makes it easy to pass references around. |
15 | 81 | 124 | sprockets-rails | Sprockets Rails integration |
16 | 85 | 68 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
17 | 95 | 70 | activestorage | Attach cloud and local files in Rails applications. |
18 | 108 | 116 | marcel | Simple mime type detection using magic numbers, filenames, and extensions |
19 | 110 | 280 | execjs | ExecJS lets you run JavaScript code from Ruby. |
20 | 125 | 91 | actiontext | Edit and display rich text in Rails applications. |
21 | 126 | 90 | actionmailbox | Receive and process incoming emails in Rails applications. |
22 | 129 | 545 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
23 | 156 | 245 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
24 | 161 | 466 | sass-rails | Sass adapter for the Rails asset pipeline. |
25 | 164 | 143 | jbuilder | Create JSON structures via a Builder-style DSL |
26 | 180 | 440 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
27 | 185 | 453 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
28 | 199 | 423 | spring | Preloads your application so things like console, rake and tests run faster |
29 | 204 | 498 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
30 | 264 | 381 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
31 | 302 | 308 | web-console | A debugging tool for your Ruby on Rails applications. |
32 | 323 | 1,111 | turbolinks | Rails engine for Turbolinks 5 support |
33 | 442 | 2,478 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
34 | 492 | 1,126 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
35 | 552 | 1,144 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
36 | 635 | 604 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
37 | 998 | 1,116 | activerecord-session_store | An Action Dispatch session store backed by an Active Record class. |
38 | 1,156 | 1,226 | rails-observers | Rails observer (removed from core in Rails 4.0) |
39 | 1,215 | 376 | importmap-rails | Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bund... |
40 | 1,431 | 1,308 | cssbundling-rails | Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js. |
41 | 1,677 | 1,722 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
42 | 1,808 | 1,160 | jsbundling-rails | Bundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack. |
43 | 1,911 | 2,795 | activerecord-deprecated_finders | Deprecated finder APIs extracted from Active Record. |
44 | 1,932 | 2,324 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
45 | 1,991 | 2,406 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
46 | 1,993 | 5,454 | protected_attributes | Protect attributes from mass assignment |
47 | 2,038 | 565 | propshaft | Deliver assets for Rails. |
48 | 2,174 | 1,195 | tailwindcss-rails | Integrate Tailwind CSS with the asset pipeline in Rails. |
49 | 2,569 | 2,836 | record_tag_helper | ActionView Record Tag Helpers |
50 | 4,009 | 14,343 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
51 | 4,167 | 3,931 | rails-perftest | Rails performance tests (removed from core in Rails 4.0) |
52 | 4,386 | 2,615 | kredis | Higher-level data structures built on Redis. |
53 | 5,091 | 19,177 | prototype-rails | Prototype, Scriptaculous, and RJS for Ruby on Rails |
54 | 5,246 | 31,695 | activerecord-mysql-awesome | Awesome patches backported for ActiveRecord MySQL adapters |
55 | 5,320 | 6,951 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
56 | 9,803 | 11,564 | perfectqueue | Highly available distributed cron built on RDBMS |
57 | 17,283 | 37,202 | perfectsched | Highly available distributed cron built on RDBMS |
58 | 20,143 | 20,947 | activerecord-suppress_range_error | Suppressing RangeError during type casting |
59 | 23,546 | 55,740 | activerecord-pretty-comparator | A simple ActiveRecord extension to support where with comparison operators (`>`, `>=`, ... |
60 | 33,405 | 100,863 | retryable_find_or_create_by | Retrying once if raise a RecordNotUnique |
61 | 150,856 | 131,986 | utsusemi | Utsusemi is a soft deleted as efficiently approach. |