aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Allows you to check if an attribute has changed to a particular valueTejas Dinkar2013-12-151-0/+6
* first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]Yves Senn2013-11-281-2/+2
* Use bcrypt's public cost attr, not internal constantT.J. Schuck2013-10-101-0/+4
* Merge pull request #8791 from griffinmyers/masterRafael Mendonça França2013-10-031-0/+5
|\
| * DirtyModel uses a hash to keep track of any changes made to attributesWilliam Myers2013-05-271-0/+5
* | No need to abbreviate ActiveModelRafael Mendonça França2013-09-231-1/+1
* | Merge pull request #10816 from bogdan/less-dirty-dirtyRafael Mendonça França2013-09-231-0/+6
* | Fix secure_password password_confirmation validationsVladimir Kiselev2013-07-241-0/+5
* | Merge pull request #10774 from chuckbergeron/validates-inclusion-of-accuracy-...Carlos Antonio da Silva2013-06-251-0/+9
|\ \
| * | Use Range#cover? for Numeric ranges (tests via endpoints) and use Range#inclu...Charles Bergeron2013-05-271-0/+4
* | | Fix regression in has_secure_password.Phil Calvin2013-05-301-0/+5
|/ /
* | deprecate Validator#setup (to get rid of a respond_to call). validators do th...Nick Sutterer2013-05-231-1/+3
* | rails/master is now 4.1.0.betaRafael Mendonça França2013-04-291-212/+2
* | use unified and clean formatting in CHANGELOGS. [ci skip]Yves Senn2013-04-121-9/+12
* | Improve changelog entry for ActiveModel::Errors#full_messages_for [ci skip]Carlos Antonio da Silva2013-03-301-2/+13
* | Add a method full_messages_for to the Errors classshock_one2013-03-241-0/+5
* | Fixed typo in activemodel/CHANGELOGPrathamesh Sonpatki2013-03-241-1/+1
* | The repair_validations helper was not working correctly before becausewangjohn2013-03-191-0/+21
* | Small typos here and there.Vipul A M2013-03-151-1/+1
* | Fix AMo code example indent, add missing author to entry [ci skip]Carlos Antonio da Silva2013-03-091-6/+8
* | `has_secure_password` is not invalid when assigning empty Strings.Yves Senn2013-03-041-0/+10
* | `validates_confirmation_of` does not override writer methods.Yves Senn2013-03-041-0/+15
* | Update CHANGELOGSRafael Mendonça França2013-02-261-0/+3
* | Preparing for 4.0.0.beta1 releaseDavid Heinemeier Hansson2013-02-251-1/+1