aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib
Commit message (Expand)AuthorAgeFilesLines
* Simplify the implementation of Active Model's type registrySean Griffin2015-09-211-97/+10
* Various stylistic nitpicksSean Griffin2015-09-211-4/+3
* `TypeMap` and `HashLookupTypeMap` shouldn't be in Active ModelSean Griffin2015-09-213-89/+0
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-2123-0/+987
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-09-071-1/+1
* Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-071-1/+1
* Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-071-1/+1
|\
| * Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-301-1/+1
* | 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