aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename match_attribute_method? to matched_attribute_methodMarcin Olichwirowicz2015-08-121-4/+4
* Remove XML Serialization from core.Zachary Scott2015-08-073-242/+0
* Freeze string literals when not mutated.schneems2015-07-193-3/+3
* Revert "Revert "Reduce allocations when running AR callbacks.""Guo Xiang Tan2015-07-162-2/+2
* docs, clarify the meanaing of return values from validation methods.Yves Senn2015-07-071-0/+3
* docs, remove accidental :nodoc: of ActiveModel::Validations::ClassMethods met...Yves Senn2015-07-071-2/+1
* Separate the constraint and other options [ci skip]Robin Dupret2015-07-011-3/+8
* Improve Validation Helpers' documentation comments and testsRadan Skoric2015-06-273-7/+10
* A few documentation fixes [ci skip]Robin Dupret2015-06-231-1/+1
* Add nodoc to the Validations::Helpers [ci skip]Mehmet Emin İNAÇ2015-06-221-1/+1
* docs, :scissors: wrongly placed heading. [ci skip]Yves Senn2015-06-221-2/+0
* Move the validations HelperMethods to its own fileRoque Pinel2015-06-212-10/+13
* Revert "Add code example for include option of AM::Serialization#serializable...Rafael Mendonça França2015-06-101-14/+1
* Add code example for include option of AM::Serialization#serializable_hashRadan Skoric2015-06-091-1/+14
* Tiny documentation edits [ci skip]Robin Dupret2015-06-071-2/+2
* Merge pull request #20004 from rusikf/patch-1Robin Dupret2015-06-071-0/+31
|\
| * add docs to include option at ActiveModel::Serialization#serializable_hash [c...rusikf2015-05-111-0/+31
* | formatting changesunknown2015-05-292-5/+5
* | minor rdoc syntax fix [ci skip]Gourav Tiwari2015-05-081-2/+2
* | Adds/Corrects use case for adding an error messageZamith2015-05-041-1/+1
|/
* ensure `method_missing` called for non-existing methods passed toJay Elaraj2015-04-281-1/+1
* Don't document private internal constant [ci skip]Zachary Scott2015-04-261-0/+1
* Fix grammar/style: assigns/declares -> assignments/declarations.Tim Wade2015-04-241-3/+3
* Fix grammar/style: use (v) fall back (on).Tim Wade2015-04-241-1/+1
* Fix grammar/style: break up long sentence.Tim Wade2015-04-241-2/+2
* Fix grammar/style: pluralize 'each of its method'Tim Wade2015-04-241-1/+1
* Add `ActiveModel::Dirty#[attr_name]_previously_changed?` andFernando Tapia Rico2015-04-211-2/+21
* Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_runRafael Mendonça França2015-04-062-2/+2
|\
| * Revert "Reduce allocations when running AR callbacks."Guo Xiang Tan2015-03-222-2/+2
* | fix typo in deprecation message. [Robin Dupret]Yves Senn2015-04-051-1/+1
* | Merge pull request #19594 from radar/require-module-delegationGuillermo Iguaran2015-03-301-0/+1
|\ \
| * | Require Module#delegate core ext in ActiveModel::NamingRyan Bigg2015-03-311-0/+1
* | | Merge pull request #19021 from morgoth/activemodel-errors-refactoringRafael Mendonça França2015-03-301-24/+4
|\ \ \
| * | | Simplify and alias ActiveModel::Errors methods where possibleWojciech Wnętrzak2015-02-201-24/+4
* | | | Deprecate the `:tokenizer` option to `validates_length_of`Sean Griffin2015-03-291-8/+30
* | | | Fix ActiveModel::Errors#delete return value to stay backward compatibleRadan Skoric2015-03-221-7/+7
| |_|/ |/| |
* | | Fix ActiveModel::Errors deprecation messages failing when used on its ownRadan Skoric2015-03-211-0/+1
* | | Fix spelling error in has_secure_password documentation [ci skip]Melanie Gilman2015-03-031-1/+1
| |/ |/|
* | Merge pull request #19077 from robin850/unknown-attribute-errorSean Griffin2015-03-023-11/+12
|\ \
| * | Follow-up to #10776Robin Dupret2015-02-263-11/+12
* | | Removed non-standard and unused require 'active_support/deprecation' from par...Vipul A M2015-02-271-1/+0
|/ /
* | activemodel: make .model_name json encodableIan Ker-Seymer2015-02-241-1/+1
* | Change the deprecation messages to show the preferred way to work withRafael Mendonça França2015-02-202-7/+7
|/
* Move the `validate!` method to `ActiveModel::Validations`.Lucas Mazza2015-02-202-0/+34
* Merge pull request #17144 from skojin/patch-doc-validation-format-z-regexpRafael Mendonça França2015-02-201-1/+1
|\
| * fix mistype in doc about \z regexpSergey Kojin2014-10-021-1/+1
* | use `messages` instead of deprecated `ActiveModel::Errors#[]=` method [ci skip]yuuji.yaginuma2015-02-201-1/+1
* | Merge pull request #18996 from morgoth/deprecate-more-errors-methodsYves Senn2015-02-191-0/+16
|\ \
| * | Deprecate `ActiveModel::Errors` `add_on_empty` and `add_on_blank` methodsWojciech Wnętrzak2015-02-191-0/+14
|/ /
* | Merge pull request #18634 from morgoth/deprecate-some-errors-methodsRafael Mendonça França2015-02-181-9/+28
|\ \