1 | 12 | 19 | activesupport | A toolkit of support libraries and Ruby core extensions extracted from the Rails framew... |
2 | 29 | 48 | activemodel | A toolkit for building modeling frameworks like Active Record. Rich support for attribu... |
3 | 32 | 56 | activerecord | Databases on Rails. Build a persistent domain model by mapping database tables to Ruby ... |
4 | 33 | 55 | actionpack | Web apps on Rails. Simple, battle-tested conventions for building and testing MVC web a... |
5 | 35 | 68 | rails | Ruby on Rails is a full-stack web framework optimized for programmer happiness and sust... |
6 | 37 | 71 | actionmailer | Email on Rails. Compose, deliver, and test emails using the familiar controller/view pa... |
7 | 39 | 69 | railties | Rails internals: application bootup, plugins, generators, and rake tasks. |
8 | 40 | 142 | arel | Arel Really Exasperates Logicians
Arel is a SQL AST manager for Ruby. It
1. Simplifie... |
9 | 41 | 79 | sprockets | Sprockets is a Rack-based asset packaging system that concatenates and serves JavaScrip... |
10 | 47 | 57 | actionview | Simple, battle-tested conventions and helpers for building web pages. |
11 | 53 | 75 | sprockets-rails | Sprockets Rails integration |
12 | 54 | 74 | activejob | Declare job classes that can be run by a variety of queuing backends. |
13 | 57 | 72 | rails-html-sanitizer | HTML sanitization for Rails applications |
14 | 58 | 127 | execjs | ExecJS lets you run JavaScript code from Ruby. |
15 | 59 | 73 | rails-dom-testing | This gem can compare doms and assert certain elements exists in doms using Nokogiri. |
16 | 64 | 83 | globalid | URIs for your models makes it easy to pass references around. |
17 | 76 | 180 | sass-rails | Sass adapter for the Rails asset pipeline. |
18 | 78 | 218 | coffee-script-source | CoffeeScript is a little language that compiles into JavaScript.
Underneath all of ... |
19 | 80 | 193 | jquery-rails | This gem provides jQuery and the jQuery-ujs driver for your Rails 4+ application. |
20 | 82 | 224 | coffee-script | Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. |
21 | 89 | 256 | coffee-rails | CoffeeScript adapter for the Rails asset pipeline. |
22 | 110 | 189 | jbuilder | Create JSON structures via a Builder-style DSL |
23 | 113 | 81 | actioncable | Structure many real-time application concerns into channels over a single WebSocket con... |
24 | 148 | 343 | turbolinks | Rails engine for Turbolinks 5 support |
25 | 156 | 928 | rails-deprecated_sanitizer | Deprecated sanitizer API extracted from Action View. |
26 | 169 | 152 | spring | Preloads your application so things like console, rake and tests run faster |
27 | 203 | 95 | activestorage | Attach cloud and local files in Rails applications. |
28 | 210 | 1,174 | activeresource | REST on Rails. Wrap your RESTful web app with Ruby classes and work with them like Acti... |
29 | 272 | 331 | web-console | A debugging tool for your Ruby on Rails applications. |
30 | 441 | 250 | rails-controller-testing | Extracting `assigns` and `assert_template` from ActionDispatch. |
31 | 571 | 338 | webpacker | Use webpack to manage app-like JavaScript modules in Rails |
32 | 676 | 148 | actiontext | Edit and display rich text in Rails applications. |
33 | 679 | 147 | actionmailbox | Receive and process incoming emails in Rails applications. |
34 | 750 | 550 | activemodel-serializers-xml | XML serialization for your Active Model objects and Active Record models - extracted fr... |
35 | 797 | 1,301 | rails-observers | Rails observer (removed from core in Rails 4.0) |
36 | 1,068 | 1,834 | protected_attributes | Protect attributes from mass assignment |
37 | 1,161 | 1,472 | fakeredis | Fake (In-memory) driver for redis-rb. Useful for testing environment and machines witho... |
38 | 1,282 | 1,682 | actionpack-action_caching | Action caching for Action Pack (removed from core in Rails 4.0) |
39 | 1,622 | 1,887 | actionpack-xml_parser | XML parameters parser for Action Pack (removed from core in Rails 4.0) |
40 | 1,980 | 2,599 | actionpack-page_caching | Static page caching for Action Pack (removed from core in Rails 4.0) |
41 | 2,284 | 3,649 | activesupport-json_encoder | A pure-Ruby ActiveSupport JSON encoder |
42 | 2,286 | 2,050 | record_tag_helper | ActionView Record Tag Helpers |
43 | 2,705 | 2,031 | active_model_otp | Adds methods to set and authenticate against one time passwords 2FA(Two factor Authenti... |
44 | 4,132 | 3,562 | rails-ujs | This gem provides rails-ujs driver for Rails applications. |
45 | 12,790 | 9,479 | brownpapertickets | Brown Paper Tickets API wrapper |
46 | 18,395 | 35,182 | jasmine-fixtures-generator | Fixtures Generator for Jasmine BDD framework under Rails 3.x |
47 | 18,437 | 46,354 | tracking_link | Get link for shipping tracking using tracking number |
48 | 37,548 | 50,436 | jackie | A Ruby interface to the App.io API. |
49 | 50,458 | 27,337 | uglifier-rails | Uglifier adapter for the Rails asset pipeline. |
50 | 50,979 | 50,436 | kasoba | Kasoba is a tool meant to assist programmers with large-scale code refactors. |
51 | 52,659 | 50,436 | nancy | Sinatra's little daughter |
52 | 56,434 | 50,436 | vapor | Retrieve user information from Steam. |
53 | 77,960 | 50,436 | jugynox | jugynox is a tool/library to assist you with large-scale codebase refactors that can be... |
54 | 82,721 | 50,436 | rack-www-enforcer | Rack middleware to redirect requests to an specific subdomain in your app. |
55 | 83,074 | 50,436 | pronghorn | Minimal server for Rack apps based in EventMachine and http-parser |
56 | 97,423 | 50,436 | guilleiguaran-rubyntlm | Ruby/NTLM provides message creator and parser for the NTLM authentication. |
57 | 99,931 | 50,436 | nuvado | Client library and command-line tool to deploy and manage apps on Nuvado.io |
58 | 107,606 | 50,436 | actionform | An alternative layer to accepts_nested_attributes_for by using Form Models. |
59 | 110,998 | 50,436 | rack-non-www-enforcer | Rack middleware to redirect requests to the main domain in your app. |
60 | 138,889 | 50,436 | minitest-vw | Makes your failing Minitest test cases succeed under CI tools scrutiny. |
61 | 155,201 | 50,436 | qable | Qable acceptance testig framework based in Cucumber/Capybara |