1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activemodel/CHANGELOG.md
2014-06-11 15:01:28 +05:30

500 B

  • Remove deprecated Validator#setup without replacement.

    See #10716.

    Kuldeep Aggarwal

  • Add plural and singular form for length validator's default messages.

    Abd ar-Rahman Hamid

  • Introduce validate as an alias for valid?.

    This is more intuitive when you want to run validations but don't care about the return value.

    Henrik Nyh

Please check 4-1-stable for previous changes.