aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* Using `each_with_object` instead of `reduce`Attila Domokos2014-08-221-2/+2
* Replacing an each with reduceAttila Domokos2014-08-211-4/+2
* Check attributes passed to create_with and whereRafael Mendonça França2014-08-181-0/+1
* No need to check model_name anymoreRafael Mendonça França2014-08-171-4/+2
* Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-176-8/+12
|\
| * Use #model_name on instances instead of classesAmiel Martin2014-06-246-8/+12
* | Don't expose these new APIs yet (added in 877ea78 / #16189)Godfrey Chan2014-08-161-14/+15
* | Implement `_was` and `changes` for in-place mutations of AR attributesSean Griffin2014-08-161-3/+16
* | Allow password to contain spaces only.Yevhene Shemet2014-08-061-2/+2
* | Call public methods rather than class_eval'ingCarlos Antonio da Silva2014-08-051-4/+2
* | Fix example code of `EachValidator` [ci skip]Chun-wei Kuo2014-07-281-1/+1
* | %i doesn't work on 1.9Aaron Patterson2014-07-171-1/+1
* | check for valid options in validate methodsonnym2014-07-171-0/+6
* | Make restore_attributes publicRafael Mendonça França2014-07-171-5/+5
* | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`.Rafael Mendonça França2014-07-151-4/+12
* | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa...Rafael Mendonça França2014-07-151-4/+12
* | [ci skip] Little bit doc code improvement.Santosh Wadghule2014-07-141-1/+1
* | Only automatically include validations when enabledGodfrey Chan2014-07-021-1/+2
* | automatically include ActiveModel::Validations when include ActiveModel::Secu...Aditya Kapoor2014-07-031-0/+1
* | Silence warning emitted in testsSean Griffin2014-07-011-0/+1
* | Rename rollback_changes to undo_changesRafael Mendonça França2014-06-301-3/+3
* | Add CHANGELOG entry for #14861 and document private methods on the APIRafael Mendonça França2014-06-301-5/+5
* | Merge pull request #14861 from igor04/dirty-rollbackRafael Mendonça França2014-06-301-0/+17
|\ \
| * | Added rollback method to ActiveModel::Dirtyigor042014-06-231-0/+17
* | | 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-261-1/+13
|\ \ \ | |_|/ |/| |
| * | `only_integer` of `NumericalityValidator` now allows procs and symbolsRobin Mehner2014-06-221-1/+13
* | | Delegate #model_name method to self.classYuki Nishijima2014-06-221-0/+6
|/ /
* | :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
* | 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
* | SecurePassword - Validate password must be less than or equal to 72Akshay Vishnoi2014-06-141-0/+6
* | 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
|/ /
* | remove depricated Validatior#setupKuldeep Aggarwal2014-06-101-16/+0
* | [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-301-1/+1
* | Merge pull request #15154 from msgehard/move_password_fieldRafael Mendonça França2014-05-201-2/+2
|\ \
| * | Put attr_reader in with all of the other instance methodsMike Gehard2014-05-171-2/+2
* | | Let others know why this code is hereMike Gehard2014-05-181-0/+1
|/ /
* / Add singular and plural form for some validation messagesAbd ar-Rahman Hamidi2014-05-021-3/+9
|/
* Autoload ActiveModel::StrictValidationFailedhakanensari2014-04-161-0/+1
* add missing parentheses to validates_with documentation [skip ci]Steve Agalloco2014-04-041-1/+1
* Adds explanation of :base attribute to errors.addDavid Underwood2014-03-271-0/+7
* ActiveRecord/ActiveModel '#validate' alias for 'valid?'Henrik Nyh2014-03-271-0/+4
* Introduce `Rails.gem_version`Prem Sichanugrist2014-03-052-7/+19
* Fix some validators when used on model instanceEric Hutzelman2014-02-261-0/+2