Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

56 lines (33 loc) · 1.44 KB

0.6.3 - 2021-06-19

  • Allow Rails 6.1 (James Adam)

0.6.2 - 2019-08-28

  • Allow Rails 6 (James Adam)

0.6.1 - 2017-01-06

  • Allow Rails 5 (Marc van Eyken, James Adam)

0.6.0 - 2015-07-14

  • Add support for STI classes (Jeremy Mickelson)
  • Add support for validates_associated (Jeremy Mickelson)

0.5.2 - 2015-06-18

  • Fix Rails 4.2 deprecations and breakages (Tamás Michelberger)
  • Loosen version constraints to allow Rails 4 (Ivan Tkalin)

0.5.1 - 2013-02-05

0.4.1 - 2012-04-15

  • Rails 3.1 and 3.2 compatibility
  • Added the method all_scopes that return all the scopes in a model

0.4.0 - 2011-05-23

  • Fixed problem with #model_name on proxy class (dynamic_form plugin)
  • Fixed problem with scoped errors being lost by error_messages_for (dynamic_form plugin)
  • Fixed Rails3 deprecation warnings

0.3.1 - 2011-02-24

  • Added Rails3 compatibility

0.3.0 - 2009-01-04

  • Fixed problem with DelegateClass not picking up method definitions that come after the validation_scope block.

0.2.0 - 2009-01-04

  • Added basic unit tests using in-memory sqlite3

0.1.0 - 2009-01-03

  • Initial release. Only tested within an app. Probably has lots of bugs. Test suite forthcoming.