1 | 7 | 7 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
2 | 24 | 28 | thor | Thor is a toolkit for building powerful command-line interfaces. |
3 | 33 | 43 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
4 | 35 | 61 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
5 | 38 | 63 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
6 | 41 | 76 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
7 | 43 | 69 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
8 | 46 | 73 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
9 | 48 | 60 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
10 | 57 | 58 | rails-html-sanitizer | HTML sanitization for Rails applications |
11 | 60 | 72 | activejob | Declare job classes that can be run by a variety of queuing backends. |
12 | 62 | 118 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
13 | 67 | 67 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
14 | 70 | 80 | globalid | URIs for your models makes it easy to pass references around. |
15 | 73 | 131 | sprockets-rails | Sprockets Rails integration |
16 | 87 | 81 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
17 | 106 | 209 | execjs | ExecJS lets you run JavaScript code from Ruby. |
18 | 107 | 85 | activestorage | Attach cloud and local files in Rails applications. |
19 | 113 | 93 | marcel | Simple mime type detection using magic numbers, filenames, and extensions |
20 | 115 | 978 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
21 | 140 | 334 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
22 | 142 | 90 | actiontext | Edit and display rich text in Rails applications. |
23 | 143 | 91 | actionmailbox | Receive and process incoming emails in Rails applications. |
24 | 145 | 416 | sass-rails | Sass adapter for the Rails asset pipeline. |
25 | 161 | 558 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
26 | 162 | 237 | jbuilder | Create JSON structures via a Builder-style DSL |
27 | 166 | 566 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
28 | 180 | 618 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
29 | 185 | 238 | spring | Preloads your application so things like console, rake and tests run faster |
30 | 264 | 245 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
31 | 295 | 972 | turbolinks | Rails engine for Turbolinks 5 support |
32 | 301 | 284 | web-console | A debugging tool for your Ruby on Rails applications. |
33 | 392 | 2,015 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
34 | 440 | 1,079 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
35 | 476 | 1,348 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
36 | 643 | 601 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
37 | 977 | 1,193 | activerecord-session_store | An Action Dispatch session store backed by an Active Record class. |
38 | 1,085 | 1,533 | rails-observers | Rails observer (removed from core in Rails 4.0) |
39 | 1,417 | 499 | importmap-rails | Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bund... |
40 | 1,628 | 563 | cssbundling-rails | Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js. |
41 | 1,637 | 1,874 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
42 | 1,812 | 2,865 | activerecord-deprecated_finders | Deprecated finder APIs extracted from Active Record. |
43 | 1,852 | 3,844 | protected_attributes | Protect attributes from mass assignment |
44 | 1,859 | 2,238 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
45 | 1,893 | 2,561 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
46 | 1,911 | 1,015 | jsbundling-rails | Bundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack. |
47 | 2,478 | 2,758 | record_tag_helper | ActionView Record Tag Helpers |
48 | 2,495 | 1,386 | tailwindcss-rails | Integrate Tailwind CSS with the asset pipeline in Rails. |
49 | 2,823 | 789 | propshaft | Deliver assets for Rails. |
50 | 3,829 | 7,354 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
51 | 4,149 | 2,342 | rails-perftest | Rails performance tests (removed from core in Rails 4.0) |
52 | 4,795 | 2,809 | kredis | Higher-level data structures built on Redis. |
53 | 4,829 | 14,173 | prototype-rails | Prototype, Scriptaculous, and RJS for Ruby on Rails |
54 | 4,943 | 15,161 | activerecord-mysql-awesome | Awesome patches backported for ActiveRecord MySQL adapters |
55 | 5,155 | 6,024 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
56 | 9,431 | 17,847 | perfectqueue | Highly available distributed cron built on RDBMS |
57 | 16,779 | 62,419 | perfectsched | Highly available distributed cron built on RDBMS |
58 | 20,718 | 14,728 | activerecord-suppress_range_error | Suppressing RangeError during type casting |
59 | 34,174 | 14,173 | retryable_find_or_create_by | Retrying once if raise a RecordNotUnique |
60 | 84,299 | 8,006 | activerecord-pretty-comparator | A simple ActiveRecord extension to support where with comparison operators (`>`, `>=`, ... |
61 | 151,642 | 85,709 | utsusemi | Utsusemi is a soft deleted as efficiently approach. |