1 | 18,962 | 11,974 | active_record_ignored_attributes | Allows you to compare Active Record objects based on their *attributes* (with same_as?)... |
2 | 19,253 | 8,823 | cancan-inherited_resources | Because https://github.com/CanCanCommunity/cancancan/pull/370 |
3 | 20,841 | 56,059 | quality_extensions | A collection of reusable Ruby methods which are not (yet) in Facets. |
4 | 31,445 | 21,671 | activemodel-validators | Some reusable ActiveModel validations, including greater_than, boolean_presence, and at... |
5 | 45,796 | 15,129 | thin_out_backups | Thin out a directory full of backups, only keeping a specified number from each categor... |
6 | 52,886 | 76,031 | active_record_auto_build_associations | Automatically calls `build_assoc_model` for you, ensuring that model.assoc_model is alw... |
7 | 61,041 | 76,031 | paper_trail-rails | Integrate with rails console and migrations. In rails console, ask who is making change... |
8 | 64,639 | 18,694 | activesupport-duration-human_string | Convert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'. |
9 | 66,108 | 76,031 | merge_params | Safely merge params for use with url_for or for the query string |
10 | 77,077 | 28,629 | capybara-chrome_dev_tools | Integrates [chrome_remote](https://github.com/cavalle/chrome_remote) (a Chrome DevTools... |
11 | 77,365 | 28,629 | capybara-chrome_response_headers | Allows you to get HTTP status_code, response_headers, etc. when using Capybara::Seleniu... |
12 | 78,777 | 76,031 | let_me_mass_assign_protected_attributes | Thank you, Active Record, for not letting me mass-assign protected attributes. But some... |
13 | 91,721 | 45,533 | k3_testing | Capybara selectors for finding the element in your document that represents a specific ... |
14 | 99,059 | 76,031 | tylerrick-chef | A systems integration framework, built to bring the benefits of configuration managemen... |
15 | 101,178 | 33,042 | paper_trail-active_record | Various ActiveRecord extensions to make your life easier when working with PaperTrail v... |
16 | 105,214 | 56,059 | rack_attack_admin | Lets you see the current state of all throttles and bans. Delete existing keys/bans. Ma... |
17 | 108,028 | 76,031 | rspec_on_failure | Provide additional debugging information to be printed if a test fails. |
18 | 114,141 | 56,059 | k3_capistrano | Common Capistrano tasks and defaults used by K3 Integrations |
19 | 116,056 | 45,533 | button_to_form | A button_to helper that can be used inside a form tag (unlike Rails's own button_to) |
20 | 118,385 | 40,711 | address_concern | A reusable Address model for your Rails apps |
21 | 123,153 | 76,031 | guard-librarian | Guard::Librarian automatically installs your cookbook dependencies from your Cheffile u... |
22 | 136,811 | 76,031 | spree_last_address | During checkout, causes the address to be prefilled with the address from their most re... |
23 | 151,477 | 76,031 | activerecord-find_duplicates | Easily find all duplicate records) |
24 | 153,770 | 76,031 | active_record_date_range_scopes | Easily create ActiveRecord date range scopes |
25 | 157,184 | 76,031 | active_record_include | Makes it easy to have specific concern modules included into all of your models after t... |
26 | 161,032 | 56,059 | env_value | Easily get a boolean, string, or integer value from an ENV variable. |
27 | 162,660 | 76,031 | rspec-on_failure | Provide additional debugging information to be printed if a test fails. |
28 | 170,818 | 76,031 | rspec-expect_to_make_changes | Makes it easy to test that a block makes a number of changes, without requiring you to ... |
29 | 171,028 | 56,059 | devise-not_pwned | Devise extension that checks user passwords against the PwnedPasswords dataset https://... |
30 | 175,678 | 76,031 | activerecord-migration-ext | A collection of ActiveRecord::Migration extensions, including change_table_move_to_end |
31 | 181,248 | 76,031 | activesupport-duration-change | Adds methods such as `#change`, `#truncate`, `#round` to `Duration` |