Tylerrick's Gems

icon
#Total RankDaily RankNameSummary
117,11510,116cancan-inherited_resourcesBecause https://github.com/CanCanCommunity/cancancan/pull/370
217,85614,518active_record_ignored_attributesAllows you to compare Active Record objects based on their *attributes* (with same_as?)...
321,64226,378quality_extensionsA collection of reusable Ruby methods which are not (yet) in Facets.
429,47423,173activemodel-validatorsSome reusable ActiveModel validations, including greater_than, boolean_presence, and at...
543,66830,922thin_out_backupsThin out a directory full of backups, only keeping a specified number from each categor...
654,67086,482active_record_auto_build_associationsAutomatically calls `build_assoc_model` for you, ensuring that model.assoc_model is alw...
756,45427,130paper_trail-railsIntegrate with rails console and migrations. In rails console, ask who is making change...
858,77479,620activesupport-duration-human_stringConvert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'.
966,11938,007merge_paramsSafely merge params for use with url_for or for the query string
1072,84055,558capybara-chrome_dev_toolsIntegrates [chrome_remote](https://github.com/cavalle/chrome_remote) (a Chrome DevTools...
1173,37868,264capybara-chrome_response_headersAllows you to get HTTP status_code, response_headers, etc. when using Capybara::Seleniu...
1279,97868,264let_me_mass_assign_protected_attributesThank you, Active Record, for not letting me mass-assign protected attributes. But some...
1389,73163,493k3_testingCapybara selectors for finding the element in your document that represents a specific ...
1498,53546,526paper_trail-active_recordVarious ActiveRecord extensions to make your life easier when working with PaperTrail v...
15100,40494,717tylerrick-chefA systems integration framework, built to bring the benefits of configuration managemen...
16105,64252,232rack_attack_adminLets you see the current state of all throttles and bans. Delete existing keys/bans. Ma...
17108,52794,717rspec_on_failureProvide additional debugging information to be printed if a test fails.
18111,89779,620button_to_formA button_to helper that can be used inside a form tag (unlike Rails's own button_to)
19112,02794,717k3_capistranoCommon Capistrano tasks and defaults used by K3 Integrations
20113,66544,085address_concernA reusable Address model for your Rails apps
21124,853147,182guard-librarianGuard::Librarian automatically installs your cookbook dependencies from your Cheffile u...
22138,507117,132spree_last_addressDuring checkout, causes the address to be prefilled with the address from their most re...
23149,22386,482activerecord-find_duplicatesEasily find all duplicate records)
24150,81786,482active_record_date_range_scopesEasily create ActiveRecord date range scopes
25158,083117,132active_record_includeMakes it easy to have specific concern modules included into all of your models after t...
26161,417117,132env_valueEasily get a boolean, string, or integer value from an ENV variable.
27163,63286,482rspec-on_failureProvide additional debugging information to be printed if a test fails.
28171,51994,717rspec-expect_to_make_changesMakes it easy to test that a block makes a number of changes, without requiring you to ...
29172,379131,144devise-not_pwnedDevise extension that checks user passwords against the PwnedPasswords dataset https://...
30177,541104,717activerecord-migration-extA collection of ActiveRecord::Migration extensions, including change_table_move_to_end
31182,462117,132activesupport-duration-changeAdds methods such as `#change`, `#truncate`, `#round` to `Duration`