2017-02-23 14:53:12 -05:00
|
|
|
## Rails 5.1.0.beta1 (February 23, 2017) ##
|
|
|
|
|
2017-02-07 10:13:15 -05:00
|
|
|
* Remove deprecated behavior that halts callbacks when the return is false.
|
|
|
|
|
|
|
|
*Rafael Mendonça França*
|
|
|
|
|
2017-02-06 04:06:09 -05:00
|
|
|
* Remove unused `ActiveModel::TestCase` class.
|
|
|
|
|
|
|
|
*Yuji Yaginuma*
|
|
|
|
|
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.
|