aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Deprecate `false` as the way to halt AM callbacksclaudiob2015-01-021-1/+1
* | Deprecate `false` as the way to halt AM validation callbacksclaudiob2015-01-021-0/+9
* | Start Rails 5 development :tada:Rafael Mendonça França2014-11-281-61/+1
* | [ci skip] ActiveModel CHANGELOG docs fixesAkshay Vishnoi2014-09-181-8/+11
* | Fix typo [ci skip]Carlos Antonio da Silva2014-08-071-1/+1
* | Allow password to contain spaces only.Yevhene Shemet2014-08-061-0/+6
|/
* Merge pull request #16210 from sonnym/assert_valid_keys_in_validateMatthew Draper2014-07-181-0/+6
|\
| * check for valid options in validate methodsonnym2014-07-171-0/+6
|/
* Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.Rafael Mendonça França2014-07-151-2/+7
* Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...Rafael Mendonça França2014-07-151-0/+7
* Rename rollback_changes to undo_changesRafael Mendonça França2014-06-301-1/+1
* Add CHANGELOG entry for #14861 and document private methods on the APIRafael Mendonça França2014-06-301-0/+5
* `only_integer` of `NumericalityValidator` now allows procs and symbolsRobin Mehner2014-06-221-0/+4
* Added changelog for #15708 [ci skip]Godfrey Chan2014-06-141-0/+7
* fix typo in changelog [ci skip]Vijay Dev2014-06-111-1/+1
* Merge pull request #15635 from kuldeepaggarwal/add-missing-changelogYves Senn2014-06-111-0/+6
|\
| * add missing changelog entry. refer [#16db90d] [ci skip]Kuldeep Aggarwal2014-06-111-0/+4
|/
* formatting pass through CHANGELOGS. [ci skip]Yves Senn2014-05-161-1/+1
* Add singular and plural form for some validation messagesAbd ar-Rahman Hamidi2014-05-021-0/+4
* Enhance a bit a few changelog entries [ci skip]Robin Dupret2014-05-021-1/+2
* Add CHANGELOG to Active Model too [ci skip]Rafael Mendonça França2014-03-271-0/+6
* Point master changelogs to 4-1-stable branchCarlos Antonio da Silva2014-02-251-72/+1
* `#to_param` returns `nil` if `to_key` returns `nil`. Closes #11399.Yves Senn2014-02-041-0/+4
* tidy CHANGELOGs [ci skip]Yves Senn2014-01-301-2/+5
* Ability to specify multiple contexts when defining a validation.Vince Puzzella2014-01-271-0/+20
* Use a better method name to check the requirement of password confirmationCarlos Antonio da Silva2014-01-071-3/+3