0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 22 hours ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make it so we can run `bundle exec rake spec` without getting this error: bundler-1.7.12/lib/bundler/rubygems_integration.rb:256:in `block in replace_gem': rake is not part of the bundle. Add it to Gemfile. More... about 9 years ago
Relax mysql2 version requirement More... about 9 years ago
relaxed activerecord version requirement More... about 9 years ago
Updated specs to run with RSpec 3.x, AciveRecord 4.x, all specs pass More... about 9 years ago
Removed ActiveRecordIgnoredAttributes::Version constant because it was causing all ActiveRecord models to also have a Version constant defined in them due to the module being included into ActiveRecord::Base. This meant that referencing Version from within my User model caused it to reference this version number instead of (as intended) referencing the class named Version. More... over 11 years ago
Updated Readme with an example mentioning attributes_for_inspect. More... over 11 years ago
Bump version to 0.0.3 More... over 12 years ago
Added has_attribute_values? (and corresponding have_attribute_values RSpec matcher) More... over 12 years ago
Made inspect_without_ignored_attributes *always* include id, even if it's listed in `ignored_attributes`. More... over 12 years ago
Initial commit More... over 12 years ago