2016-10-03 09:06:11 -04:00
|
|
|
* Moved DecimalWithoutScale, Text, and UnsignedInteger from Active Model to Active Record
|
|
|
|
|
|
|
|
*Iain Beeston*
|
|
|
|
|
2016-02-14 11:41:59 -05:00
|
|
|
* Allow indifferent access in `ActiveModel::Errors`.
|
|
|
|
|
|
|
|
`#include?`, `#has_key?`, `#key?`, `#delete` and `#full_messages_for`.
|
|
|
|
|
|
|
|
*Kenichi Kamiya*
|
|
|
|
|
2016-10-10 19:29:24 -04:00
|
|
|
* Removed deprecated `:tokenizer` in the length validator.
|
|
|
|
|
|
|
|
*Rafael Mendonça França*
|
|
|
|
|
2016-10-10 19:22:15 -04:00
|
|
|
* Removed deprecated methods in `ActiveModel::Errors`.
|
|
|
|
|
|
|
|
`#get`, `#set`, `[]=`, `add_on_empty` and `add_on_blank`.
|
|
|
|
|
|
|
|
*Rafael Mendonça França*
|
|
|
|
|
2016-05-06 17:54:40 -04:00
|
|
|
|
2016-05-10 00:07:09 -04:00
|
|
|
Please check [5-0-stable](https://github.com/rails/rails/blob/5-0-stable/activemodel/CHANGELOG.md) for previous changes.
|