Tylerrick's Gems

icon
#Total RankDaily RankNameSummary
119,14414,704active_record_ignored_attributesAllows you to compare Active Record objects based on their *attributes* (with same_as?)...
220,25725,793quality_extensionsA collection of reusable Ruby methods which are not (yet) in Facets.
322,16410,528cancan-inherited_resourcesBecause https://github.com/CanCanCommunity/cancancan/pull/370
432,96114,883activemodel-validatorsSome reusable ActiveModel validations, including greater_than, boolean_presence, and at...
547,89932,838thin_out_backupsThin out a directory full of backups, only keeping a specified number from each categor...
651,608140,090active_record_auto_build_associationsAutomatically calls `build_assoc_model` for you, ensuring that model.assoc_model is alw...
762,55230,978paper_trail-railsIntegrate with rails console and migrations. In rails console, ask who is making change...
866,04541,058merge_paramsSafely merge params for use with url_for or for the query string
972,015140,090activesupport-duration-human_stringConvert ActiveSupport::Duration objects to human-friendly strings like '2h 30m 17s'.
1077,72666,565let_me_mass_assign_protected_attributesThank you, Active Record, for not letting me mass-assign protected attributes. But some...
1180,20366,565capybara-chrome_dev_toolsIntegrates [chrome_remote](https://github.com/cavalle/chrome_remote) (a Chrome DevTools...
1280,51266,565capybara-chrome_response_headersAllows you to get HTTP status_code, response_headers, etc. when using Capybara::Seleniu...
1392,01156,953k3_testingCapybara selectors for finding the element in your document that represents a specific ...
1497,739140,090tylerrick-chefA systems integration framework, built to bring the benefits of configuration managemen...
15102,96150,324paper_trail-active_recordVarious ActiveRecord extensions to make your life easier when working with PaperTrail v...
16104,67066,565rack_attack_adminLets you see the current state of all throttles and bans. Delete existing keys/bans. Ma...
17108,12066,565rspec_on_failureProvide additional debugging information to be printed if a test fails.
18113,58879,666k3_capistranoCommon Capistrano tasks and defaults used by K3 Integrations
19118,154100,918button_to_formA button_to helper that can be used inside a form tag (unlike Rails's own button_to)
20121,870100,918guard-librarianGuard::Librarian automatically installs your cookbook dependencies from your Cheffile u...
21125,907140,090address_concernA reusable Address model for your Rails apps
22135,36279,666spree_last_addressDuring checkout, causes the address to be prefilled with the address from their most re...
23151,488140,090activerecord-find_duplicatesEasily find all duplicate records)
24155,859140,090active_record_date_range_scopesEasily create ActiveRecord date range scopes
25156,627140,090active_record_includeMakes it easy to have specific concern modules included into all of your models after t...
26161,818100,918rspec-on_failureProvide additional debugging information to be printed if a test fails.
27163,541100,918env_valueEasily get a boolean, string, or integer value from an ENV variable.
28169,686100,918rspec-expect_to_make_changesMakes it easy to test that a block makes a number of changes, without requiring you to ...
29169,954140,090devise-not_pwnedDevise extension that checks user passwords against the PwnedPasswords dataset https://...
30174,599140,090activerecord-migration-extA collection of ActiveRecord::Migration extensions, including change_table_move_to_end
31179,979100,918activesupport-duration-changeAdds methods such as `#change`, `#truncate`, `#round` to `Duration`