Pinned Repositories
active_record_ignored_attributes
Allows you to compare Active Record objects based on their *attributes* (with same_attributes_as? and has_attribute_values?), to exclude some attributes from being used in comparison, and adds improved inspect method
activesupport-duration-human_string
Convert Duration objects to human-friendly strings like '2h 30m 17s'
acts_as_taggable
git-svn clone http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids in 'upstream' branch; my changes in 'master'
address_concern
A reusable Address model for your Rails apps
capybara-chrome_response_headers
Allows you to get HTTP status_code, response_headers, etc. when using Capybara::Selenium::Driver just like you can when using Rack::Test
facets
Ruby Facets
has_and_belongs_to_many_with_deferred_save
Rails plugin. Defers saving the records you add to habtm association until you call model.save, allowing validation in the style of normal attributes.
merge_params
Safely merge params for use with url_for or for the query string
rack_attack_admin
A Rack::Attack admin dashboard
unroller
Ruby Unroller, a code tracing tool
TylerRick's Repositories
TylerRick/activemodel-validators
Some reusable ActiveModel validations, including greater_than, boolean_presence, and at_least_one_present
TylerRick/rack_attack_admin
A Rack::Attack admin dashboard
TylerRick/activesupport-duration-human_string
Convert Duration objects to human-friendly strings like '2h 30m 17s'
TylerRick/address_concern
A reusable Address model for your Rails apps
TylerRick/facets
Ruby Facets
TylerRick/mui-tri-state-checkbox
A tri-state checkbox component (false, null, or true) built on material-ui Checkbox
TylerRick/paper_trail-rails
Integrate with rails console and migrations. In rails console, ask who is making change and why. Records the command.
TylerRick/activesupport-duration-change
Methods for changing Durations including #change, #truncate, and #round
TylerRick/rspec-expectations
Rspec-2 expectations (should and matchers)
TylerRick/active_record_date_range_scopes
TylerRick/activerecord-migration-ext
A collection of ActiveRecord::Migration extensions, including change_table_move_to_end
TylerRick/capybara-screenshot
Automatically save screen shots when a Capybara scenario fails
TylerRick/content_for_inside_cache_demo
This is a demo of how to use `content_for` within a fragment `cache` block.
TylerRick/database_cleaner
Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing.
TylerRick/database_cleaner-active_record
Strategies for cleaning databases using ActiveRecord. Can be used to ensure a clean state for testing.
TylerRick/easy_captcha
CAPTCHA plugin for Rails based on RMagick with audio CAPTCHA using eSpeak.
TylerRick/email_validator
An email validator for Rails.
TylerRick/env_value
Easily get a boolean, string, or integer value from an ENV variable.
TylerRick/exception_notification
Exception Notifier Plugin for Rails
TylerRick/exception_notification-rake
Sends mail upon failures in Rake tasks
TylerRick/factory_bot_rails
Factory Bot ♥ Rails
TylerRick/linux-timemachine
Rsync-based OSX-like time machine for Linux, MacOS and BSD for atomic and resumable local and remote backups
TylerRick/paper_trail-active_record
Various ActiveRecord extensions to make your life easier when working with PaperTrail versions
TylerRick/rainbow
Ruby gem for colorizing printed text on ANSI terminals
TylerRick/react-value-adapter
Map/adapt a component's value/onChange props using a Map or function
TylerRick/svelte-material-ui
Svelte Material UI Components
TylerRick/svelte-sass_global_attr_regression
TylerRick/thin_out_backups
TylerRick/TylerRick.github.io
TylerRick/webpacker_angular_csp
A Rails app demonstrating how Angular requires unsafe_eval in Content-Security-Policy even in production :(, despite claims to the contrary by webpacker