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
Sean Griffin ef76f83f4c Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodel
Moved database-specific ActiveModel types into ActiveRecord
2016-12-08 13:45:47 -05:00

636 B

  • 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 for previous changes.