aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix AC::Parameters not being sanitized for query methods.Guo Xiang Tan2015-10-021-2/+3
* | | Refactor AS::Callbacks halt config and fix the documentationRoque Pinel2015-10-011-3/+3
|/ /
* | Fixed humane -> human [ci skip]Pratik2015-09-261-1/+1
* | `validates_acceptance_of` shouldn't require a database connectionSean Griffin2015-09-251-4/+51
* | Improve the performance of `save` and friendsSean Griffin2015-09-241-2/+2
* | Clean up the implementation of AR::DirtySean Griffin2015-09-242-0/+11
* | Merge pull request #21218 from repinel/fix-as-callback-terminatorKasper Timm Hansen2015-09-232-0/+2
|\ \
| * | Fix the AS::Callbacks terminator regression from 4.2.3Roque Pinel2015-09-222-0/+2
* | | Merge pull request #20317Sean Griffin2015-09-232-9/+12
|\ \ \ | |/ / |/| |
| * | Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-232-9/+12
* | | AMo typosAkira Matsuda2015-09-222-3/+3
|/ /
* | Fix another implicit dependency of the AM test suiteSean Griffin2015-09-211-0/+1
* | Require dependencies from stdlib in the Decimal typeSean Griffin2015-09-211-0/+2
* | Remove no-op options being passed in AM type registrationsSean Griffin2015-09-211-11/+11
* | Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-216-2/+332
* | Simplify the implementation of Active Model's type registrySean Griffin2015-09-212-97/+49
* | 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
* | Fix typo in activemodel changelogSemyon Pupkov2015-09-081-4/+4
* | Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-09-073-1/+38
* | Revert "Merge pull request #21069 from dmitry/feature/validate-multiple-conte...Rafael Mendonça França2015-09-073-38/+1
* | Merge pull request #21069 from dmitry/feature/validate-multiple-contexts-at-onceRafael Mendonça França2015-09-073-1/+38
|\ \
| * | Validate multiple contexts on `valid?` and `invalid?` at once.Dmitry Polushkin2015-07-303-1/+38
* | | Removed unused config filePrakash Laxkar2015-09-032-4/+0
* | | Add missing test for #17351Aditya Kapoor2015-09-011-0/+14
* | | 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-012-4/+20
|\ \ \
| * | | Add case_sensitive option for confirmation validationAkshat Sharma2015-09-012-4/+22
* | | | Tiny documentation improvements [ci skip]Robin Dupret2015-08-281-2/+3
* | | | Removed duplicate requiring minitest/mock as it is already required in method...Ronak Jangir2015-08-261-2/+0
* | | | 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-077-502/+5
* | | | pass the correct argument to mock on a test of `validates_length_of`yuuji.yaginuma2015-07-281-1/+1
* | | | 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
| |/ |/|
* | Removes unnecessary comments from i18n validations tests [ci skip]Zamith2015-07-111-61/+2
* | Remove the reference to mocha in activemodelZamith2015-07-111-27/+27
* | Use private method call assertions in Active Model tests.Kasper Timm Hansen2015-07-104-59/+46
* | Merge pull request #20803 from TheBlasfem/marking_serialization_classRafael Mendonça França2015-07-081-1/+1
|\ \
| * | marking serialization classJulio Lopez2015-07-071-1/+1
* | | 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-275-7/+41
* | A few documentation fixes [ci skip]Robin Dupret2015-06-231-1/+1