Sha256: 606dc3bb1b241719eb633ae54c71e3ca9e90d85db2c9ac74b6715e1fea66aeb9

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

## Rails 5.1.0.rc2 (April 20, 2017) ##

*   The original string assigned to a model attribute is no longer incorrectly
    frozen.

    Fixes #24185, #28718.

    *Matthew Draper*

*   Avoid converting integer as a string into float.

    *namusyaka*


## Rails 5.1.0.rc1 (March 20, 2017) ##

*   No changes.


## Rails 5.1.0.beta1 (February 23, 2017) ##

*   Remove deprecated behavior that halts callbacks when the return is false.

    *Rafael Mendonça França*

*   Remove unused `ActiveModel::TestCase` class.

    *Yuji Yaginuma*

*   Moved DecimalWithoutScale, Text, and UnsignedInteger from Active Model to Active Record

    *Iain Beeston*

*   Allow indifferent access in `ActiveModel::Errors`.

    `#include?`, `#has_key?`, `#key?`, `#delete` and `#full_messages_for`.

    *Kenichi Kamiya*

*   Removed deprecated `:tokenizer` in the length validator.

    *Rafael Mendonça França*

*   Removed deprecated methods in `ActiveModel::Errors`.

    `#get`, `#set`, `[]=`, `add_on_empty` and `add_on_blank`.

    *Rafael Mendonça França*


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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activemodel-5.1.0.rc2 CHANGELOG.md