einzige / sneaky-save

Allows to update complex objects without triggering validations or callbacks.
45 stars 30 forks source link

ActiveSupport::Concern is not available with Rails 2 #1

Closed robolson closed 12 years ago

robolson commented 12 years ago

The gemspec specifies that the gem should be compatible with ActiveRecord >= 2.3.2 however it utilizes ActiveSupport::Concern which was introduced with ActiveSupport 3.

If the gem really is compatible with ActiveRecord 2.3 then it would be really nice to swap out ActiveSupport::Concern with the manual method.

einzige commented 12 years ago

Thanks Rob, will be fixed in upcoming release.