rails/activemodel/CHANGELOG.md
Iain Beeston 994ce87bbd Moved database-specific ActiveModel types into ActiveRecord
ie. DecimalWithoutScale, Text and UnsignedInteger
2016-10-14 20:21:20 +01:00

482 B

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

    Iain Beeston

  • 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.