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

12 lines
382 B
Markdown
Raw Normal View History

2021-01-05 13:42:16 -05:00
* Add `in: range` parameter to `numericality` validator.
2021-02-06 15:45:53 -05:00
*Michal Papis*
2021-01-05 13:42:16 -05:00
2020-12-29 14:25:04 -05:00
* Add `locale` argument to `ActiveModel::Name#initialize` to be used to generate the `singular`,
`plural`, `route_key` and `singular_route_key` values.
2020-11-02 16:12:47 -05:00
2021-02-06 15:45:53 -05:00
*Lukas Pokorny*
2020-10-22 15:45:53 -04:00
2020-11-02 13:16:45 -05:00
2020-12-02 18:37:26 -05:00
Please check [6-1-stable](https://github.com/rails/rails/blob/6-1-stable/activemodel/CHANGELOG.md) for previous changes.