aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Merge pull request #16381 from kakipo/validate-length-tokenizerRafael Mendonça França2015-02-131-0/+4
|\ \ \
| * | | Allow symbol as values for `tokenize` of `LengthValidator`kakipo2014-08-031-0/+4
* | | | Move required error message and changelog to Active RecordCarlos Antonio da Silva2015-02-011-5/+0
| |/ / |/| |
* | | Merge pull request #18700 from nygrenh/better-required-messageAaron Patterson2015-01-311-0/+5
|\ \ \
| * | | Provide a better error message on :required associationHenrik Nygren2015-01-281-0/+5
* | | | unify CHANGELOG format. [ci skip]Yves Senn2015-01-311-32/+30
|/ / /
* | | use attribute assignment module logic during active model initializationEugene Gilburg2015-01-231-0/+11
* | | ✂️ and 💅 for #10776Sean Griffin2015-01-231-1/+1
* | | Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...Bogdan Gusiev2015-01-231-0/+20
* | | Add ActiveModel::Errors#detailsWojciech Wnętrzak2015-01-201-1/+19
* | | allow '1' or true for acceptance validation.mo khan2015-01-101-0/+6
* | | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D...Rafael Mendonça França2015-01-041-0/+5
* | | Add config to halt callback chain on return falseclaudiob2015-01-021-7/+9