aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove `ActiveModel::TestCase` from libyuuji.yaginuma2017-02-071-0/+4
* Merge pull request #26696 from iainbeeston/only-ruby-types-in-activemodelSean Griffin2016-12-081-0/+4
|\
| * Moved database-specific ActiveModel types into ActiveRecordIain Beeston2016-10-141-0/+4
* | Allow indifferent access in ActiveModel::ErrorsKenichi Kamiya2016-11-221-0/+6
|/
* Removed deprecated :tokenizer in the length validatorRafael Mendonça França2016-10-101-0/+4
* Removed deprecated methods in ActiveModel::ErrorsRafael Mendonça França2016-10-101-0/+6
* Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-155/+1
* Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+5
* Active Model: Improve CHANGELOG and documentation for `validates_acceptance_o...Prathamesh Sonpatki2016-05-051-4/+6
* Prep Rails 5 beta 4eileencodes2016-04-271-0/+2
* Allow passing record being validated to error message generatorPrathamesh Sonpatki2016-04-051-0/+5
* Preparing for 5.0.0.beta3 releaseeileencodes2016-02-241-0/+5
* Preparing for Rails 5.0.0.beta2Sean Griffin2016-02-011-0/+5
* Move CHANGELOG entry to Active RecordRafael Mendonça França2016-01-051-5/+0
* Take UTC offset into account when assigning string value to time attribute.Andrey Novikov2016-01-051-0/+5
* No more no changes entries in the CHANGELOGsGenadi Samokovarov2015-12-211-3/+0
* Add missing @claudiob credit to change log [skip ci]Jon Atack2015-12-201-0/+1
* Add CHANGELOG headers for Rails 5.0.0.beta1eileencodes2015-12-181-0/+5
* Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-3/+3
* Fix typo in activemodel changelogSemyon Pupkov2015-09-081-4/+4
* Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-09-071-0/+18
* Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-071-18/+0
* Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-071-0/+18
|\
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-301-0/+18
* | Merge pull request #17351 from akshat-sharma/masterRafael Mendonça França2015-09-011-0/+4
|\ \
| * | Add case_sensitive option for confirmation validationAkshat Sharma2015-09-011-0/+6
* | | Remove XML Serialization from core.Zachary Scott2015-08-071-0/+4
| |/ |/|
* | Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
* | ensure `method_missing` called for non-existing methods passed toJay Elaraj2015-04-281-0/+5
* | pass over CHANGELOGs. [ci skip]Yves Senn2015-04-221-1/+1
* | Add `ActiveModel::Dirty#[attr_name]_previously_changed?` andFernando Tapia Rico2015-04-211-0/+9
* | Fix a few typos [ci skip]Robin Dupret2015-04-051-4/+4
* | Deprecate the `:tokenizer` option to `validates_length_of`Sean Griffin2015-03-291-0/+5
* | some indenting and punctuation fixes. [ci skip]Yves Senn2015-02-231-1/+1
* | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-191-0/+5
* | Merge pull request #18634 from morgoth/deprecate-some-errors-methodsRafael Mendonça França2015-02-181-0/+5
|\ \
| * | Deprecate `ActiveModel::Errors` `get`, `set` and `[]=` methods.Wojciech Wnętrzak2015-02-011-0/+5