Tylerrick's Gems

icon
#Total RankDaily RankNameSummary
116,2999,296cancan-inherited_resourcesBecause https://github.com/CanCanCommunity/cancancan/pull/370
217,88913,134active_record_ignored_attributesAllows you to compare Active Record objects based on their *attributes* (with same_as?)...
322,05835,318quality_extensionsA collection of reusable Ruby methods which are not (yet) in Facets.
427,13413,754activemodel-validatorsSome reusable ActiveModel validations, including greater_than, boolean_presence, and at...
543,05220,742thin_out_backupsThin out a directory full of backups, only keeping a specified number from each categor...
654,17730,360paper_trail-railsIntegrate with rails console and migrations. In rails console, ask who is making change...
756,16383,278active_record_auto_build_associationsAutomatically calls `build_assoc_model` for you, ensuring that model.assoc_model is alw...
857,41038,570activesupport-duration-human_stringConvert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'.
965,42862,503merge_paramsSafely merge params for use with url_for or for the query string
1072,22350,715capybara-chrome_dev_toolsIntegrates [chrome_remote](https://github.com/cavalle/chrome_remote) (a Chrome DevTools...
1173,17762,503capybara-chrome_response_headersAllows you to get HTTP status_code, response_headers, etc. when using Capybara::Seleniu...
1280,80935,318let_me_mass_assign_protected_attributesThank you, Active Record, for not letting me mass-assign protected attributes. But some...
1388,13050,715k3_testingCapybara selectors for finding the element in your document that represents a specific ...
1492,37943,384paper_trail-active_recordVarious ActiveRecord extensions to make your life easier when working with PaperTrail v...
15101,10083,278tylerrick-chefA systems integration framework, built to bring the benefits of configuration managemen...
16104,44062,503rack_attack_adminLets you see the current state of all throttles and bans. Delete existing keys/bans. Ma...
17107,82183,278address_concernA reusable Address model for your Rails apps
18108,274122,573rspec_on_failureProvide additional debugging information to be printed if a test fails.
19109,66983,278button_to_formA button_to helper that can be used inside a form tag (unlike Rails's own button_to)
20110,58862,503k3_capistranoCommon Capistrano tasks and defaults used by K3 Integrations
21126,32583,278guard-librarianGuard::Librarian automatically installs your cookbook dependencies from your Cheffile u...
22139,06483,278spree_last_addressDuring checkout, causes the address to be prefilled with the address from their most re...
23145,47250,715active_record_date_range_scopesEasily create ActiveRecord date range scopes
24145,54083,278activerecord-find_duplicatesEasily find all duplicate records)
25157,039122,573active_record_includeMakes it easy to have specific concern modules included into all of your models after t...
26161,85683,278env_valueEasily get a boolean, string, or integer value from an ENV variable.
27163,05362,503rspec-on_failureProvide additional debugging information to be printed if a test fails.
28170,58583,278rspec-expect_to_make_changesMakes it easy to test that a block makes a number of changes, without requiring you to ...
29173,518122,573devise-not_pwnedDevise extension that checks user passwords against the PwnedPasswords dataset https://...
30178,985122,573activerecord-migration-extA collection of ActiveRecord::Migration extensions, including change_table_move_to_end
31183,62683,278activesupport-duration-changeAdds methods such as `#change`, `#truncate`, `#round` to `Duration`