aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Fix typo [ci skip]Carlos Antonio da Silva2014-08-071-1/+1
* Allow password to contain spaces only.Yevhene Shemet2014-08-063-2/+18
* Call public methods rather than class_eval'ingCarlos Antonio da Silva2014-08-051-4/+2
* Merge pull request #15959 from aditya-kapoor/remove-unneeded-casesRafael Mendonça França2014-07-292-26/+17
|\
| * remove unneeded test model for ActiveModel test cases.Aditya Kapoor2014-06-282-26/+17
* | Fix example code of `EachValidator` [ci skip]Chun-wei Kuo2014-07-281-1/+1
* | Merge branch 'rm-remove-mocha'Rafael Mendonça França2014-07-191-0/+2
|\ \
| * | Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* | | %i doesn't work on 1.9Aaron Patterson2014-07-171-1/+1
* | | Merge pull request #16210 from sonnym/assert_valid_keys_in_validateMatthew Draper2014-07-183-0/+19
|\ \ \
| * | | check for valid options in validate methodsonnym2014-07-173-0/+18
|/ / /
* | | Make restore_attributes publicRafael Mendonça França2014-07-172-10/+20
* | | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.Rafael Mendonça França2014-07-153-9/+22
* | | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...Rafael Mendonça França2014-07-153-4/+40
* | | [ci skip] Little bit doc code improvement.Santosh Wadghule2014-07-141-1/+1
|/ /
* | Only automatically include validations when enabledGodfrey Chan2014-07-022-12/+5
* | automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-034-2/+6
* | Silence warning emitted in testsSean Griffin2014-07-011-0/+1
* | Rename rollback_changes to undo_changesRafael Mendonça França2014-06-303-6/+6
* | Add CHANGELOG entry for #14861 and document private methods on the APIRafael Mendonça França2014-06-302-5/+10
* | Merge pull request #14861 from igor04/dirty-rollbackRafael Mendonça França2014-06-302-0/+35
|\ \ | |/ |/|
| * Added rollback method to ActiveModel::Dirtyigor042014-06-232-0/+35
* | We are talking about the libraries, not the constantsSean Griffin2014-06-271-3/+3
* | Note that `_will_change!` is no longer needed for AR instancesSean Griffin2014-06-271-3/+5
* | Merge pull request #15834 from rmehner/allow_proc_and_symbol_for_only_integerRafael Mendonça França2014-06-263-1/+32
|\ \
| * | `only_integer` of `NumericalityValidator` now allows procs and symbolsRobin Mehner2014-06-223-1/+32
* | | Merge pull request #15871 from yuki24/add-model-name-instance-methodDavid Heinemeier Hansson2014-06-242-0/+12
|\ \ \
| * | | Delegate #model_name method to self.classYuki Nishijima2014-06-222-0/+12
| |/ /
* / / remove unnecessary require for json serialization test casesAditya Kapoor2014-06-241-1/+0
|/ /
* | :scissors: and :nail_care: from d60c405 [ci skip]Zachary Scott2014-06-161-3/+3
* | [ci skip] correct doc for serialization in accordance with API Doc GuideAditya Kapoor2014-06-161-11/+11
* | Correct typo, add test for validates_absence_of, correct method namesAkshay Vishnoi2014-06-161-3/+4
* | Edit pass on `has_secure_password` documentation [ci skip]Godfrey Chan2014-06-141-5/+6
* | [ci skip] Update #has_secure_password docsAkshay Vishnoi2014-06-141-6/+9
* | Use `@existing_user` while updating existing user, fixing - #ee4e86Akshay Vishnoi2014-06-141-6/+6
* | Cleaned up the `has_secure_password` test casesGodfrey Chan2014-06-141-33/+29
* | Added changelog for #15708 [ci skip]Godfrey Chan2014-06-141-0/+7
* | SecurePassword - Validate password must be less than or equal to 72Akshay Vishnoi2014-06-142-0/+34
* | Merge pull request #15690 from deeeki/activemodel_model_docArthur Nogueira Neves2014-06-131-3/+3
|\ \
| * | [ci skip] Clarify ActiveModel::Model docsdeeeki2014-06-141-3/+3
* | | [ci skip] correct docs for conversionAditya Kapoor2014-06-111-5/+12
|/ /
* | [ci skip] add tests for ActionModel::ConversionAditya Kapoor2014-06-111-0/+4
* | 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
|/ /
* | remove depricated Validatior#setupKuldeep Aggarwal2014-06-102-37/+0
* | Feature requests should be made on the mailing list, not submitted toZachary Scott2014-06-011-1/+6
* | [ci skip] Include ActiveModel::Model in a class instead of inheritingAkshay Vishnoi2014-05-301-2/+3
* | Name#model_name doesn't return a String objectShunsukeAida2014-05-302-2/+2
* | Merge pull request #15154 from msgehard/move_password_fieldRafael Mendonça França2014-05-201-2/+2
|\ \