| 1 | 7 | 13 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
| 2 | 12 | 3 | json | This is a JSON implementation as a Ruby extension in C. |
| 3 | 25 | 24 | thor | Thor is a toolkit for building powerful command-line interfaces. |
| 4 | 32 | 52 | builder | Builder provides a number of builder objects that make creating structured data
simple ... |
| 5 | 34 | 61 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
| 6 | 36 | 66 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
| 7 | 38 | 69 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
| 8 | 44 | 92 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
| 9 | 45 | 84 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
| 10 | 49 | 70 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
| 11 | 50 | 83 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
| 12 | 61 | 89 | activejob | Declare job classes that can be run by a variety of queuing backends. |
| 13 | 62 | 85 | rails-html-sanitizer | HTML sanitization for Rails applications |
| 14 | 65 | 88 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
| 15 | 68 | 93 | globalid | URIs for your models makes it easy to pass references around. |
| 16 | 75 | 173 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
| 17 | 80 | 95 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
| 18 | 82 | 151 | redis | A Ruby client that tries to match Redis' API one-to-one, while still
providing an i... |
| 19 | 84 | 194 | sprockets-rails | Sprockets Rails integration |
| 20 | 90 | 98 | activestorage | Attach cloud and local files in Rails applications. |
| 21 | 94 | 96 | msgpack | MessagePack is a binary-based efficient object serialization library. It enables to exc... |
| 22 | 106 | 109 | marcel | Simple mime type detection using magic numbers, filenames, and extensions |
| 23 | 114 | 104 | actiontext | Edit and display rich text in Rails applications. |
| 24 | 115 | 103 | actionmailbox | Receive and process incoming emails in Rails applications. |
| 25 | 116 | 261 | execjs | ExecJS lets you run JavaScript code from Ruby. |
| 26 | 139 | 116 | bootsnap | Boot large ruby/rails apps faster |
| 27 | 151 | 835 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
| 28 | 166 | 352 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
| 29 | 171 | 217 | jbuilder | Create JSON structures via a Builder-style DSL |
| 30 | 177 | 465 | sass-rails | Sass adapter for the Rails asset pipeline. |
| 31 | 197 | 460 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
| 32 | 205 | 469 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
| 33 | 207 | 341 | spring | Preloads your application so things like console, rake and tests run faster |
| 34 | 216 | 587 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
| 35 | 247 | 410 | redis-namespace | Adds a Redis::Namespace class which can be used to namespace calls
to Redis. This is us... |
| 36 | 274 | 381 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
| 37 | 298 | 274 | web-console | A debugging tool for your Ruby on Rails applications. |
| 38 | 348 | 205 | redis-client | Simple low-level client for Redis 6+ |
| 39 | 350 | 1,037 | turbolinks | Rails engine for Turbolinks 5 support |
| 40 | 507 | 2,550 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
| 41 | 542 | 1,462 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
| 42 | 583 | 578 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
| 43 | 596 | 1,249 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
| 44 | 682 | 1,239 | hiredis | Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O) |
| 45 | 775 | 1,151 | marginalia | Attach comments to your ActiveRecord queries. |
| 46 | 786 | 1,917 | json_pure | This is a JSON implementation in pure Ruby. |
| 47 | 858 | 1,583 | escape_utils | Quickly perform HTML, URL, URI and Javascript escaping/unescaping |
| 48 | 974 | 350 | importmap-rails | Use ESM with importmap to manage modern JavaScript in Rails without transpiling or bund... |
| 49 | 1,004 | 1,264 | activerecord-session_store | An Action Dispatch session store backed by an Active Record class. |
| 50 | 1,163 | 1,622 | rails-observers | Rails observer (removed from core in Rails 4.0) |
| 51 | 1,390 | 928 | cssbundling-rails | Bundle and process CSS with Tailwind, Bootstrap, PostCSS, Sass in Rails via Node.js. |
| 52 | 1,584 | 425 | propshaft | Deliver assets for Rails. |
| 53 | 1,680 | 829 | jsbundling-rails | Bundle and transpile JavaScript in Rails with bun, esbuild, rollup.js, or Webpack. |
| 54 | 1,698 | 2,097 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
| 55 | 1,817 | 459 | solid_queue | Database-backed Active Job backend. |
| 56 | 1,863 | 2,673 | redis-clustering | A Ruby client that tries to match Redis' Cluster API one-to-one, while still
provid... |
| 57 | 1,952 | 728 | tailwindcss-rails | Integrate Tailwind CSS with the asset pipeline in Rails. |
| 58 | 1,977 | 2,265 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
| 59 | 2,023 | 3,574 | activerecord-deprecated_finders | Deprecated finder APIs extracted from Active Record. |
| 60 | 2,073 | 2,801 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
| 61 | 2,115 | 5,529 | protected_attributes | Protect attributes from mass assignment |
| 62 | 2,151 | 3,661 | html_tokenizer | HTML Tokenizer |
| 63 | 2,600 | 2,884 | record_tag_helper | ActionView Record Tag Helpers |
| 64 | 3,021 | 1,651 | trilogy | A friendly MySQL-compatible library for Ruby, binding to libtrilogy |
| 65 | 3,118 | 2,415 | frozen_record | ActiveRecord like interface to read only access and query static YAML files |
| 66 | 3,156 | 2,098 | hiredis-client | Hiredis binding for redis-client |
| 67 | 3,346 | 3,732 | sysvmq | Ruby wrapper for SysV Message Queues |
| 68 | 3,413 | 1,486 | mission_control-jobs | Operational controls for Active Job |
| 69 | 3,426 | 2,043 | gvltools | Set of GVL instrumentation tools |
| 70 | 3,538 | 2,557 | activerecord-typedstore | ActiveRecord::Store but with type definition |
| 71 | 3,985 | 3,483 | gctime | Exposes a monotonically increasing GC total_time metric. |
| 72 | 4,196 | 3,069 | kredis | Higher-level data structures built on Redis. |
| 73 | 4,240 | 19,358 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
| 74 | 4,296 | 5,674 | rails-perftest | Rails performance tests (removed from core in Rails 4.0) |
| 75 | 4,548 | 7,178 | sprockets-svg | Minify SVG assets, and optionally convert them to PNG for browser compatibility. |
| 76 | 4,582 | 2,208 | heap-profiler | Make several heap dumps and summarize allocated, retained memory |
| 77 | 4,940 | 6,369 | symbol-fstring | Allow fast access to internal fstring of symbols and modules |
| 78 | 4,991 | 1,551 | grpc_fork_safety | Simple gems to facilitate making the grpc gem fork safe |
| 79 | 5,381 | 13,130 | prototype-rails | Prototype, Scriptaculous, and RJS for Ruby on Rails |
| 80 | 5,456 | 6,599 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
| 81 | 5,607 | 20,515 | bootscale | Inspired by Aaron Patterson's talk on the subject |
| 82 | 5,746 | 19,915 | activerecord-databasevalidations | Opt-in validations for your ActiveRecord models based on your MySQL database constraint... |
| 83 | 6,098 | 4,522 | pitchfork | `pitchfork` is a preforking HTTP server for Rack applications designed
to minimize memo... |
| 84 | 6,797 | 17,065 | dedup | If your app keeps lots of static data in memory, such as i18n data or large configurati... |
| 85 | 6,844 | 8,601 | pid_cache | On platforms using glibc 1.25+ Process.pid always issue a syscall which is wasteful. pi... |
| 86 | 7,374 | 8,304 | progressrus | Monitor the progress of remote, long-running jobs. |
| 87 | 9,061 | 7,850 | djb2 | Pure Ruby djb2 hash implementation |
| 88 | 13,552 | 94,007 | child_subreaper | Ruby binding to call prctl(PR_SET_CHILD_SUBREAPER) |
| 89 | 14,100 | 129,210 | psych-shopifork | Psych is a YAML parser and emitter. Psych leverages libyaml[http://pyyaml.org/wiki/Lib... |
| 90 | 17,447 | 18,846 | pubsubstub | Pubsubstub can be added to a rack Application or deployed standalone. It uses Redis to ... |
| 91 | 19,954 | 18,390 | explicit-parameters | Explicit parameters validation and casting for Rails APIs |
| 92 | 26,816 | 74,024 | osdb | Ruby library to access OSDb services like OpenSubtitles.org |
| 93 | 28,237 | 46,531 | monorails | CAUTION: Use at your own risks. |
| 94 | 29,689 | 74,024 | thread_hazardous | CAUTION: Use this gem at your own risk. If you use gems that depends on the thread_safe... |
| 95 | 36,090 | 41,737 | lita-external | Meta adapter that allow Lita to spawn multiple processes and load balance the work |
| 96 | 41,672 | 46,531 | circle-cli | A bunch of commands useful to deal with Circle CI without leaving your terminal. |
| 97 | 41,769 | 74,024 | bond-rails | Automatically load bond in rails console |
| 98 | 47,805 | 53,031 | parsr | Parsr aim to provide a way to safely evaluate a ruby expression composed only with lite... |
| 99 | 48,684 | 32,343 | unicorn-shopify | unicorn is an HTTP server for Rack applications designed to only serve
fast clients on ... |
| 100 | 73,294 | 74,024 | derrick | Inspect Redis databases and print statistics about the keys |
| 101 | 106,570 | 129,210 | tigerlily-solid | Helpers for easily creating custom Liquid tags and block |
| 102 | 112,949 | 12,267 | megatest | Largely API compatible with test-unit / minitest, but with lots of extra modern nicetie... |
| 103 | 124,462 | 94,007 | bawsaq | Library to access GTA V BAWSAQ stock prices |
| 104 | 132,832 | 74,024 | stylusc | Stylus compiler executable |
| 105 | 185,043 | 129,210 | oopsie | Simple binding for `rb_bug` to trigger controlled Ruby crashes |