Tylerrick's Gems

icon
#Total RankDaily RankNameSummary
115,81614,931cancan-inherited_resourcesBecause https://github.com/CanCanCommunity/cancancan/pull/370
218,31260,205active_record_ignored_attributesAllows you to compare Active Record objects based on their *attributes* (with same_as?)...
322,66019,335quality_extensionsA collection of reusable Ruby methods which are not (yet) in Facets.
426,43839,648activemodel-validatorsSome reusable ActiveModel validations, including greater_than, boolean_presence, and at...
543,11030,840thin_out_backupsThin out a directory full of backups, only keeping a specified number from each categor...
653,24430,840paper_trail-railsIntegrate with rails console and migrations. In rails console, ask who is making change...
756,84160,205activesupport-duration-human_stringConvert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'.
857,646154,925active_record_auto_build_associationsAutomatically calls `build_assoc_model` for you, ensuring that model.assoc_model is alw...
965,52033,142merge_paramsSafely merge params for use with url_for or for the query string
1073,572154,925capybara-chrome_dev_toolsIntegrates [chrome_remote](https://github.com/cavalle/chrome_remote) (a Chrome DevTools...
1174,637154,925capybara-chrome_response_headersAllows you to get HTTP status_code, response_headers, etc. when using Capybara::Seleniu...
1282,137154,925let_me_mass_assign_protected_attributesThank you, Active Record, for not letting me mass-assign protected attributes. But some...
1389,59375,382k3_testingCapybara selectors for finding the element in your document that represents a specific ...
1490,727102,761paper_trail-active_recordVarious ActiveRecord extensions to make your life easier when working with PaperTrail v...
15101,819102,761tylerrick-chefA systems integration framework, built to bring the benefits of configuration managemen...
16104,16160,205address_concernA reusable Address model for your Rails apps
17104,905102,761rack_attack_adminLets you see the current state of all throttles and bans. Delete existing keys/bans. Ma...
18107,72460,205button_to_formA button_to helper that can be used inside a form tag (unlike Rails's own button_to)
19109,32760,205rspec_on_failureProvide additional debugging information to be printed if a test fails.
20112,146154,925k3_capistranoCommon Capistrano tasks and defaults used by K3 Integrations
21128,424102,761guard-librarianGuard::Librarian automatically installs your cookbook dependencies from your Cheffile u...
22141,350102,761spree_last_addressDuring checkout, causes the address to be prefilled with the address from their most re...
23143,741154,925active_record_date_range_scopesEasily create ActiveRecord date range scopes
24145,525102,761activerecord-find_duplicatesEasily find all duplicate records)
25154,126102,761active_record_includeMakes it easy to have specific concern modules included into all of your models after t...
26163,576102,761env_valueEasily get a boolean, string, or integer value from an ENV variable.
27164,95775,382rspec-on_failureProvide additional debugging information to be printed if a test fails.
28171,841102,761rspec-expect_to_make_changesMakes it easy to test that a block makes a number of changes, without requiring you to ...
29175,760102,761devise-not_pwnedDevise extension that checks user passwords against the PwnedPasswords dataset https://...
30181,381154,925activerecord-migration-extA collection of ActiveRecord::Migration extensions, including change_table_move_to_end
31186,28975,382activesupport-duration-changeAdds methods such as `#change`, `#truncate`, `#round` to `Duration`