2014-06-14 03:32:31 -04:00
|
|
|
* `has_secure_password` now verifies that the given password is less than 72
|
|
|
|
characters if validations are enabled.
|
|
|
|
|
|
|
|
Fixes #14591.
|
|
|
|
|
|
|
|
*Akshay Vishnoi*
|
|
|
|
|
2014-06-11 05:31:28 -04:00
|
|
|
* Remove deprecated `Validator#setup` without replacement.
|
2014-06-11 03:02:07 -04:00
|
|
|
|
|
|
|
See #10716.
|
2014-06-11 02:08:06 -04:00
|
|
|
|
|
|
|
*Kuldeep Aggarwal*
|
|
|
|
|
2014-05-16 03:03:26 -04:00
|
|
|
* Add plural and singular form for length validator's default messages.
|
2013-04-03 23:31:48 -04:00
|
|
|
|
|
|
|
*Abd ar-Rahman Hamid*
|
|
|
|
|
2014-03-27 13:16:57 -04:00
|
|
|
* Introduce `validate` as an alias for `valid?`.
|
|
|
|
|
2014-05-02 05:56:03 -04:00
|
|
|
This is more intuitive when you want to run validations but don't care about
|
|
|
|
the return value.
|
2014-03-27 13:16:57 -04:00
|
|
|
|
|
|
|
*Henrik Nyh*
|
|
|
|
|
2014-02-25 07:14:35 -05:00
|
|
|
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/activemodel/CHANGELOG.md) for previous changes.
|