Skip to content

2.3.1

Compare
Choose a tag to compare
@lest lest released this 02 May 14:19
· 165 commits to master since this release
v2.3.1

enhancements

  • Add ability to skip validations by passing :skip_validations option. (by @chumakoff)
  • Add option scope: shallow to extend scopes based on enumerized attribute values (by @moofkit)

bug fix

  • Fix issue with ActiveRecord and Mongoid reload method when enumberized attributes weren't synced from DB. (by @nashby and @FunkyloverOne)
  • Fix issue with ActiveRecord reload method not working for ActiveRecord::Store attributes due to 1b776c. (by @rickcsong)