aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix failure introduced by #17351 due to the new mocks implementationCarlos Antonio da Silva2015-09-011-1/+1
* Fix syntax error introduced by #17351.Jashank Jeremy2015-09-011-1/+1
* Merge pull request #17351 from akshat-sharma/masterRafael Mendonça França2015-09-011-4/+16
|\
| * Add case_sensitive option for confirmation validationAkshat Sharma2015-09-011-4/+16
* | Tiny documentation improvements [ci skip]Robin Dupret2015-08-281-2/+3
* | discard xml Serialization documentation that is no longer available [ci skip]Gaurav Sharma2015-08-221-5/+3
* | 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