| 1 | 7 | 7 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
| 2 | 12 | 2 | json | A JSON implementation as a JRuby extension. |
| 3 | 25 | 28 | thor | Thor is a toolkit for building powerful command-line interfaces. |
| 4 | 33 | 52 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
| 5 | 34 | 40 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
| 6 | 36 | 54 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
| 7 | 37 | 57 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
| 8 | 44 | 67 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
| 9 | 46 | 61 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
| 10 | 48 | 65 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
| 11 | 50 | 53 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
| 12 | 60 | 59 | rails-html-sanitizer | HTML sanitization for Rails applications |
| 13 | 61 | 66 | activejob | Declare job classes that can be run by a variety of queuing backends. |
| 14 | 64 | 87 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
| 15 | 69 | 71 | globalid | URIs for your models makes it easy to pass references around. |
| 16 | 74 | 159 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
| 17 | 80 | 119 | redis | A Ruby client that tries to match Redis' API one-to-one, while still
providing an i... |
| 18 | 82 | 73 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
| 19 | 84 | 167 | sprockets-rails | Sprockets Rails integration |
| 20 | 92 | 75 | activestorage | Attach cloud and local files in Rails applications. |
| 21 | 94 | 107 | msgpack | MessagePack is a binary-based efficient object serialization library. It enables to exc... |
| 22 | 108 | 102 | marcel | Simple mime type detection using magic numbers, filenames, and extensions |
| 23 | 112 | 214 | execjs | ExecJS lets you run JavaScript code from Ruby. |
| 24 | 115 | 83 | actiontext | Edit and display rich text in Rails applications. |
| 25 | 116 | 82 | actionmailbox | Receive and process incoming emails in Rails applications. |
| 26 | 142 | 143 | bootsnap | Boot large ruby/rails apps faster |
| 27 | 144 | 987 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
| 28 | 161 | 301 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
| 29 | 167 | 227 | jbuilder | Create JSON structures via a Builder-style DSL |
| 30 | 171 | 413 | sass-rails | Sass adapter for the Rails asset pipeline. |
| 31 | 190 | 393 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
| 32 | 201 | 396 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
| 33 | 204 | 318 | spring | Preloads your application so things like console, rake and tests run faster |
| 34 | 211 | 544 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
| 35 | 241 | 336 | redis-namespace | Adds a Redis::Namespace class which can be used to namespace calls
to Redis. This is us... |
| 36 | 267 | 267 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
| 37 | 301 | 283 | web-console | A debugging tool for your Ruby on Rails applications. |
| 38 | 340 | 802 | turbolinks | Rails engine for Turbolinks 5 support |
| 39 | 373 | 169 | redis-client | Simple low-level client for Redis 6+ |
| 40 | 488 | 1,589 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
| 41 | 530 | 1,312 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
| 42 | 575 | 1,171 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
| 43 | 597 | 522 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
| 44 | 672 | 1,037 | hiredis | Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O) |
| 45 | 768 | 1,808 | json_pure | This is a JSON implementation in pure Ruby. |
| 46 | 769 | 613 | marginalia | Attach comments to your ActiveRecord queries. |
| 47 | 851 | 867 | escape_utils | Quickly perform HTML, URL, URI and Javascript escaping/unescaping |
| 48 | 1,003 | 856 | activerecord-session_store | An Action Dispatch session store backed by an Active Record class. |
| 49 | 1,034 | 452 | importmap-rails | Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bund... |
| 50 | 1,151 | 1,127 | rails-observers | Rails observer (removed from core in Rails 4.0) |
| 51 | 1,411 | 854 | cssbundling-rails | Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js. |
| 52 | 1,685 | 1,475 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
| 53 | 1,707 | 551 | propshaft | Deliver assets for Rails. |
| 54 | 1,724 | 840 | jsbundling-rails | Bundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack. |
| 55 | 1,847 | 1,647 | redis-clustering | A Ruby client that tries to match Redis' Cluster API one-to-one, while still
provid... |
| 56 | 1,969 | 1,576 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
| 57 | 1,971 | 642 | solid_queue | Database-backed Active Job backend. |
| 58 | 1,998 | 4,416 | activerecord-deprecated_finders | Deprecated finder APIs extracted from Active Record. |
| 59 | 2,015 | 949 | tailwindcss-rails | Integrate Tailwind CSS with the asset pipeline in Rails. |
| 60 | 2,045 | 2,689 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
| 61 | 2,071 | 5,019 | protected_attributes | Protect attributes from mass assignment |
| 62 | 2,109 | 3,796 | html_tokenizer | HTML Tokenizer |
| 63 | 2,604 | 2,639 | record_tag_helper | ActionView Record Tag Helpers |
| 64 | 3,143 | 2,977 | frozen_record | ActiveRecord like interface to read only access and query static YAML files |
| 65 | 3,276 | 1,901 | hiredis-client | Hiredis binding for redis-client |
| 66 | 3,321 | 4,033 | sysvmq | Ruby wrapper for SysV Message Queues |
| 67 | 3,580 | 1,866 | gvltools | Set of GVL instrumentation tools |
| 68 | 3,581 | 2,840 | activerecord-typedstore | ActiveRecord::Store but with type definition |
| 69 | 3,718 | 1,711 | mission_control-jobs | Operational controls for Active Job |
| 70 | 3,996 | 4,282 | gctime | Exposes a monotonically increasing GC total_time metric. |
| 71 | 4,167 | 12,967 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
| 72 | 4,258 | 5,450 | rails-perftest | Rails performance tests (removed from core in Rails 4.0) |
| 73 | 4,263 | 2,725 | kredis | Higher-level data structures built on Redis. |
| 74 | 4,481 | 9,314 | sprockets-svg | Minify SVG assets, and optionally convert them to PNG for browser compatibility. |
| 75 | 4,831 | 3,093 | heap-profiler | Make several heap dumps and summarize allocated, retained memory |
| 76 | 4,866 | 7,297 | symbol-fstring | Allow fast access to internal fstring of symbols and modules |
| 77 | 5,277 | 10,529 | prototype-rails | Prototype, Scriptaculous, and RJS for Ruby on Rails |
| 78 | 5,410 | 6,057 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
| 79 | 5,489 | 14,323 | bootscale | Inspired by Aaron Patterson's talk on the subject |
| 80 | 5,602 | 2,231 | grpc_fork_safety | Simple gems to facilitate making the grpc gem fork safe |
| 81 | 5,638 | 20,034 | activerecord-databasevalidations | Opt-in validations for your ActiveRecord models based on your MySQL database constraint... |
| 82 | 6,500 | 3,028 | pitchfork | `pitchfork` is a preforking HTTP server for Rack applications designed
to minimize memo... |
| 83 | 6,675 | 10,592 | dedup | If your app keeps lots of static data in memory, such as i18n data or large configurati... |
| 84 | 6,748 | 12,026 | pid_cache | On platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pi... |
| 85 | 7,244 | 11,126 | progressrus | Monitor the progress of remote, long-running jobs. |
| 86 | 9,104 | 6,971 | djb2 | Pure Ruby djb2 hash implementation |
| 87 | 13,589 | 7,039 | child_subreaper | Ruby binding to call prctl(PR_SET_CHILD_SUBREAPER) |
| 88 | 13,678 | 44,598 | psych-shopifork | Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/Lib... |
| 89 | 17,527 | 10,337 | pubsubstub | Pubsubstub can be added to a rack Application or deployed standalone. It uses Redis to ... |
| 90 | 20,203 | 10,690 | explicit-parameters | Explicit parameters validation and casting for Rails APIs |
| 91 | 26,376 | 36,454 | osdb | Ruby library to access OSDb services like OpenSubtitles.org |
| 92 | 27,628 | 44,598 | monorails | CAUTION: Use at your own risks. |
| 93 | 29,030 | 44,598 | thread_hazardous | CAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe... |
| 94 | 35,417 | 36,454 | lita-external | Meta adapter that allow Lita to spawn multiple processes and load balance the work |
| 95 | 40,964 | 74,401 | bond-rails | Automatically load bond in rails console |
| 96 | 41,193 | 29,623 | circle-cli | A bunch of commands useful to deal with Circle CI without leaving your terminal. |
| 97 | 47,300 | 26,887 | parsr | Parsr aim to provide a way to safely evaluate a ruby expression composed only with lite... |
| 98 | 48,561 | 31,453 | unicorn-shopify | unicorn is an HTTP server for Rack applications designed to only serve
fast clients on ... |
| 99 | 72,993 | 33,749 | derrick | Inspect Redis databases and print statistics about the keys |
| 100 | 105,754 | 60,162 | tigerlily-solid | Helpers for easily creating custom Liquid tags and block |
| 101 | 124,015 | 60,162 | bawsaq | Library to access GTA V BAWSAQ stock prices |
| 102 | 132,410 | 74,401 | stylusc | Stylus compiler executable |
| 103 | 141,731 | 26,887 | megatest | Largely API compatible with test-unit / minitest, but with lots of extra modern nicetie... |
| 104 | 183,973 | 44,598 | oopsie | Simple binding for `rb_bug` to trigger controlled Ruby crashes |