-
Can avoid the railtie that automatically includes SafeAttributes, see README
-
Using appraisal to test multiple versions of activerecord
-
Tested against Rails 3.2
-
No longer uses InstanceMethods, avoids deprecation warning under Rails 3.2
-
Updated README noting column named ‘attribute’ will never work
-
Resolved validation issue when using Devise
-
Updated gemspec after verifying gem works with ActiveRecord 3.1.
-
Resolved issues with columns named ‘changed’ and ‘errors’
-
Tested against Ruby 1.9.2, found and fixed an issue with default bad attribute name list
-
Tested against JRuby 1.5.6, found no issues
-
Added validations support that should work with ActiveModel validators by default