Projects in Awesome Lists by TylerRick
A curated list of projects in awesome lists by TylerRick .
https://github.com/tylerrick/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
Last synced: 05 May 2025
https://github.com/tylerrick/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'
Last synced: 05 Aug 2025
https://github.com/tylerrick/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
capybara capybara-library chrome chrome-devtools-protocol chrome-remote crmux ruby selenium-webdriver
Last synced: 05 May 2025
https://github.com/tylerrick/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.
Last synced: 05 May 2025
https://github.com/tylerrick/rack_attack_admin
A Rack::Attack admin dashboard
admin admin-dashboard administration dashboard rack rack-attack rack-middleware rails ruby
Last synced: 05 May 2025
https://github.com/tylerrick/activemodel-validators
Some reusable ActiveModel validations, including greater_than, boolean_presence, and at_least_one_present
Last synced: 12 Sep 2025
https://github.com/tylerrick/activesupport-duration-human_string
Convert Duration objects to human-friendly strings like '2h 30m 17s'
activesupport duration rails ruby serializer string
Last synced: 18 Mar 2025
https://github.com/tylerrick/tyler-git
some helpful new git commands and a MUI (menu user interface) to increase your git happiness
Last synced: 05 May 2025
https://github.com/tylerrick/nick_names
A database of first names and common substitute names (nick names) for each
Last synced: 12 Oct 2025
https://github.com/tylerrick/quality_extensions
A collection of reusable Ruby methods which are not (yet) in Facets.
Last synced: 05 May 2025
https://github.com/tylerrick/has_many_through_with_join_model
Access the associated join model from any element in your has_many :through association collection
Last synced: 08 Jun 2026
https://github.com/tylerrick/cancan-inherited_resources
Allow cancancan to work with inherited_resources (Because https://github.com/CanCanCommunity/cancancan/pull/370)
cancancan inherited-resources rails
Last synced: 05 May 2025
https://github.com/tylerrick/active_scaffold_generator
This generator creates a controller with the given name and adds an active_scaffold declaration inside of it, listing all column names and association names, so that you can quickly start customizing it (reordering or removing columns, for example)
Last synced: 05 May 2025
https://github.com/tylerrick/cucumber_to_rspec
Convert your cucumber tests into plain Ruby/RSpec tests that use Capybara directly
Last synced: 26 Oct 2025
https://github.com/tylerrick/capybara-chrome_dev_tools
Integrates chrome_remote (a Chrome DevTools Protocol client) with Capybara, letting you access Chrome DevTools via `driver.dev_tools`.
capybara capybara-library chrome chrome-devtools-protocol chrome-remote crmux ruby selenium-webdriver
Last synced: 13 Jun 2025
https://github.com/tylerrick/active_record_auto_build_associations
Automatically calls `build_assoc_model` for you, ensuring that model.assoc_model is always an instance of model and not nil.
Last synced: 01 Jun 2026
https://github.com/tylerrick/first_name_equivalencies
A database of first names and common substitute names (nick names) for each
Last synced: 07 Mar 2026
https://github.com/tylerrick/paper_trail-rails
Integrate with rails console and migrations. In rails console, ask who is making change and why. Records the command.
Last synced: 17 Jul 2025
https://github.com/tylerrick/facedex
A people directory for your school, church, or other organization.
Last synced: 15 Feb 2026
https://github.com/tylerrick/activesupport-duration-change
Methods for changing Durations including #change, #truncate, and #round
Last synced: 09 Sep 2025
https://github.com/tylerrick/command-line
Command-line scripts and utilities
Last synced: 05 Jun 2026
https://github.com/tylerrick/mui-tri-state-checkbox
A tri-state checkbox component (false, null, or true) built on material-ui Checkbox
Last synced: 05 Aug 2025
https://github.com/tylerrick/merge_params
Safely merge params for use with url_for or for the query string
Last synced: 05 May 2025
https://github.com/tylerrick/let_me_mass_assign_protected_attributes
Thank you, Active Record, for not letting me mass-assign protected attributes. But sometimes I want to anyway. This gem provides unprotected_update_attributes, unprotected_create, and related methods to ActiveRecord::Base
Last synced: 13 May 2026
https://github.com/tylerrick/capybara_nested_synchronize_bug
capybara_nested_synchronize_bug
Last synced: 31 May 2026
https://github.com/tylerrick/scraper
A ruby scraping library using Mechanize
Last synced: 07 May 2026
https://github.com/tylerrick/vim-specky
Fork of 'hg clone http://code.martini.nu/vim-stuff/'
Last synced: 06 Mar 2026
https://github.com/tylerrick/active_record_include
Makes it easy to have specific concern modules included into all of your models after the model has connected to the database
Last synced: 24 Jun 2025
https://github.com/tylerrick/cells-capture
Provides helpers that allow your cell views to communicate with the view that rendered the cell
Last synced: 20 Jun 2026
https://github.com/tylerrick/spree_iats_gateway
Spree extension for IATS payment gateway
Last synced: 08 May 2026
https://github.com/tylerrick/repro_getcontext_from_comp_inside_each
Reproduce Svelte error "Function called outside component initialization" when getContext from a _component_ (which should be allowed) inside an each loop
Last synced: 13 May 2026
https://github.com/tylerrick/test_haml_helpers_in_decorator_used_in_mailer_view
https://github.com/drapergem/draper/issues/323
Last synced: 14 May 2026
https://github.com/tylerrick/activerecord-migration-ext
A collection of ActiveRecord::Migration extensions, including change_table_move_to_end
Last synced: 18 Jun 2025
https://github.com/tylerrick/repro_getcontext_from_comp_inside_each_component
Last synced: 01 Jun 2026
https://github.com/tylerrick/react-value-adapter
Map/adapt a component's value/onChange props using a Map or function
Last synced: 24 Oct 2025
https://github.com/tylerrick/content_for_inside_cache_demo
This is a demo of how to use `content_for` within a fragment `cache` block.
Last synced: 12 May 2026
https://github.com/tylerrick/sprockets_concat_issue_when_last_line_is_comment
Example app bug reproduction for https://github.com/rails/sprockets/issues/702
Last synced: 29 Oct 2025
https://github.com/tylerrick/button_to_form
A button_to helper that can be used inside a form tag (unlike Rails's own button_to)
button buttons form form-helper form-helpers forms rails view-helper view-helpers
Last synced: 13 May 2026
https://github.com/tylerrick/rspec-expect_to_make_changes
Makes it easy to test that a block makes a number of changes, without requiring you to deeply nest a bunch of `expect { }` blocks within each other or rewrite them as `change` matchers.
rspec rspec-expectations testing-library
Last synced: 18 May 2026
https://github.com/tylerrick/git-flags
Store key with any JSON value (boolean, string, etc.) on your commits, using git notes as a backend
Last synced: 18 Feb 2026
https://github.com/tylerrick/rspec-on_failure
Provide additional debugging information to be printed if a test fails.
Last synced: 03 Feb 2026
https://github.com/tylerrick/activerecord-find_duplicates
Easily find all duplicate records
Last synced: 11 Aug 2025
https://github.com/tylerrick/capybara-screenshot-demonstrate_capybara.using_session_broken
Demonstrate that capybara-screenshot doesn't generate screenshot for correct screenshot when using Capybara.using_session
Last synced: 11 Apr 2026
https://github.com/tylerrick/paper_trail-active_record
Various ActiveRecord extensions to make your life easier when working with PaperTrail versions
Last synced: 17 Oct 2025
https://github.com/tylerrick/env_value
Easily get a boolean, string, or integer value from an ENV variable.
Last synced: 25 Oct 2025
https://github.com/tylerrick/paper_trail-find_deleted
Adds some helpful functions to make it easier to find deleted records
Last synced: 06 Feb 2026
https://github.com/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
angular content-security-policy rails webpacker
Last synced: 06 May 2026
https://github.com/tylerrick/exception_notification-rake_example_with_spring
Last synced: 12 May 2026