CHANGELOG.md 501 字节
Newer Older
1 2 3
*   Remove deprecated `Validatior#setup` without replacement.

    See #10716.
4 5 6

    *Kuldeep Aggarwal*

7
*   Add plural and singular form for length validator's default messages.
8 9 10

    *Abd ar-Rahman Hamid*

11 12
*   Introduce `validate` as an alias for `valid?`.

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

    *Henrik Nyh*

18
Please check [4-1-stable](https://github.com/rails/rails/blob/4-1-stable/activemodel/CHANGELOG.md) for previous changes.