aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Add *_previously_was attribute methods when dirty tracking (#36836)David Heinemeier Hansson2019-08-011-0/+6
* Start Rails 6.1 developmentRafael Mendonça França2019-04-241-148/+1
* Tweaks CHANGELOGs and docs [ci skip]Ryuta Kamizono2019-03-311-2/+2
* Merge pull request #35794 from kamipo/type_cast_symbol_falseRyuta Kamizono2019-03-301-0/+6
|\
| * Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-301-0/+6
* | Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-291-1/+1
|/
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-6/+12
|\
| * Prep releaseeileencodes2019-03-111-0/+5
* | Edit a changelog entry [ci skip]Sharang Dashputre2019-03-121-4/+3
* | Update Changelog with new locale fallback behavior on validationHugo Vacher2019-03-111-0/+24
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-0/+2
* Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-181-1/+18
|\
| * Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-171-1/+16
* | Fix year value when casting a multiparameter time hashAndrew White2019-01-211-0/+28
* | Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-181-0/+2
* | Add `ActiveModel::Errors#of_kind?`bogdanvlviv2019-01-041-0/+4
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-2/+2
* | Fix numericality equality validation on floatsGannon McGibbon2018-12-121-0/+5
* | Add slice! method to ActiveModel::ErrorsDaniel Lopez Prat2018-11-211-0/+4
* | Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-12/+13
* | Fix numericality validator to still use value before type cast except Active ...Ryuta Kamizono2018-08-241-0/+6
* | Add changelog entry for #31503 [ci skip]bogdanvlviv2018-08-121-0/+16
* | has_secure_password: use `recovery_password` instead of `activation_token`bogdanvlviv2018-07-081-4/+4
* | Merge pull request #26764 from choncou/improve_has_secure_passwordRafael Mendonça França2018-06-281-0/+18
|\ \
| * | Remove method for regenerating a token, and update `#authenticate`.Unathi Chonco2016-10-121-10/+7
| * | This addition will now allow configuring an attribute name for theUnathi Chonco2016-10-121-0/+21
* | | Add changelog for #32956 [ci skip]bogdanvlviv2018-06-121-0/+6
* | | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | | Remove CHANGELOG entries which were backported to 5-2-stableRyuta Kamizono2018-02-281-4/+0
* | | Merge pull request #28270 from mmangino/dont_ignore_seralization_optionsRyuta Kamizono2018-02-271-0/+4
|\ \ \
| * | | Don't accidentally lose includes in serializationMike Mangino2017-03-031-0/+3
* | | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-0/+5
* | | | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-65/+1
* | | | Allow attributes with a proc default to be marshalledSean Griffin2018-01-231-0/+7
* | | | Fix validation callbacks on multiple contextYoshiyuki Hirano2017-12-201-0/+4
| |_|/ |/| |
* | | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-0/+5
* | | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-0/+2
* | | Execute `ConfirmationValidator` validation when `_confirmation`'s value is `f...bogdanvlviv2017-11-051-0/+4
* | | Allow passing a Proc or Symbol as an argument to length validator valuesMatt Rohrer2017-10-261-0/+4
* | | Add ActiveModel::Errors#merge!Jahfer Husain2017-07-071-0/+4
* | | :scissors:Ryuta Kamizono2017-06-281-1/+1
* | | Fix regression in Numericality validator where extra decimal places on Bradley Priest2017-05-271-0/+5
* | | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-04-301-21/+21
* | | Remove CHANGELOG.md entry that appears in 5-1-stableJon Moss2017-03-291-4/+0
* | | Fix ActiveModel::Errors #keys, #valuesbogdanvlviv2017-03-281-0/+30
* | | Merge pull request #28050 from namusyaka/avoid-converting-int-into-floatRafael Mendonça França2017-03-271-0/+5
|\ \ \
| * | | Avoid converting integer as a string into floatnamusyaka2017-02-181-0/+4
* | | | Start Rails 5.2 developmentMatthew Draper2017-03-221-32/+1
| |/ / |/| |
* | | Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-0/+2
|/ /
* | Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-071-0/+4