| 1 | 16,823 | 9,341 | cancan-inherited_resources | Because https://github.com/CanCanCommunity/cancancan/pull/370 | 
        | 2 | 17,821 | 11,614 | active_record_ignored_attributes | Allows you to compare Active Record objects based on their *attributes* (with same_as?)... | 
        | 3 | 21,742 | 33,889 | quality_extensions | A collection of reusable Ruby methods which are not (yet) in Facets. | 
        | 4 | 28,544 | 11,740 | activemodel-validators | Some reusable ActiveModel validations, including greater_than, boolean_presence, and at... | 
        | 5 | 43,335 | 108,010 | thin_out_backups | Thin out a directory full of backups, only keeping a specified number from each categor... | 
        | 6 | 55,179 | 40,741 | paper_trail-rails | Integrate with rails console and migrations. In rails console, ask who is making change... | 
        | 7 | 55,393 | 23,475 | active_record_auto_build_associations | Automatically calls `build_assoc_model` for you, ensuring that model.assoc_model is alw... | 
        | 8 | 58,459 | 20,454 | activesupport-duration-human_string | Convert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'. | 
        | 9 | 65,561 | 61,992 | merge_params | Safely merge params for use with url_for or for the query string | 
        | 10 | 72,829 | 32,330 | capybara-chrome_dev_tools | Integrates [chrome_remote](https://github.com/cavalle/chrome_remote) (a Chrome DevTools... | 
        | 11 | 73,632 | 32,330 | capybara-chrome_response_headers | Allows you to get HTTP status_code, response_headers, etc. when using Capybara::Seleniu... | 
        | 12 | 80,268 | 130,797 | let_me_mass_assign_protected_attributes | Thank you, Active Record, for not letting me mass-assign protected attributes. But some... | 
        | 13 | 88,939 | 50,952 | k3_testing | Capybara selectors for finding the element in your document that represents a specific ... | 
        | 14 | 95,470 | 50,952 | paper_trail-active_record | Various ActiveRecord extensions to make your life easier when working with PaperTrail v... | 
        | 15 | 101,112 | 90,620 | tylerrick-chef | A systems integration framework, built to bring the benefits of configuration managemen... | 
        | 16 | 104,873 | 78,639 | rack_attack_admin | Lets you see the current state of all throttles and bans. Delete existing keys/bans. Ma... | 
        | 17 | 107,894 | 90,620 | rspec_on_failure | Provide additional debugging information to be printed if a test fails. | 
        | 18 | 110,118 | 25,072 | address_concern | A reusable Address model for your Rails apps | 
        | 19 | 111,366 | 46,838 | button_to_form | A button_to helper that can be used inside a form tag (unlike Rails's own button_to) | 
        | 20 | 111,532 | 61,992 | k3_capistrano | Common Capistrano tasks and defaults used by K3 Integrations | 
        | 21 | 125,582 | 108,010 | guard-librarian | Guard::Librarian automatically installs your cookbook dependencies from your Cheffile u... | 
        | 22 | 138,786 | 90,620 | spree_last_address | During checkout, causes the address to be prefilled with the address from their most re... | 
        | 23 | 147,525 | 25,072 | activerecord-find_duplicates | Easily find all duplicate records) | 
        | 24 | 148,266 | 24,200 | active_record_date_range_scopes | Easily create ActiveRecord date range scopes | 
        | 25 | 157,681 | 27,163 | active_record_include | Makes it easy to have specific concern modules included into all of your models after t... | 
        | 26 | 161,388 | 90,620 | env_value | Easily get a boolean, string, or integer value from an ENV variable. | 
        | 27 | 163,219 | 70,114 | rspec-on_failure | Provide additional debugging information to be printed if a test fails. | 
        | 28 | 171,070 | 70,114 | rspec-expect_to_make_changes | Makes it easy to test that a block makes a number of changes, without requiring you to ... | 
        | 29 | 172,884 | 130,797 | devise-not_pwned | Devise extension that checks user passwords against the PwnedPasswords dataset https://... | 
        | 30 | 178,060 | 27,163 | activerecord-migration-ext | A collection of ActiveRecord::Migration extensions, including change_table_move_to_end | 
        | 31 | 182,627 | 28,254 | activesupport-duration-change | Adds methods such as `#change`, `#truncate`, `#round` to `Duration` |