aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
Commit message (Expand)AuthorAgeFilesLines
* Fix test failures caused by #21000Sean Griffin2015-11-231-0/+1
* Merge pull request #21000 from twalpole/find_or_parameter_issuesSean Griffin2015-11-233-6/+31
|\
| * Update and fix forbidden attributes testsThomas Walpole2015-11-033-6/+31
* | Merge pull request #22333 from harrykiselev/patch-3Yves Senn2015-11-211-1/+5
|\ \
| * | Update dirty.rb: documentation fix.Harry V. Kiselev2015-11-191-1/+5
|/ /
* / Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
|/
* Really fix test failures caused by #19851Sean Griffin2015-10-201-5/+6
* Fix test failures caused by #19851Sean Griffin2015-10-201-5/+5
* Merge pull request #19851 from repinel/numericality-validation2Sean Griffin2015-10-202-13/+47
|\
| * Conditionally convert the raw_value received by the numeric validator.Roque Pinel2015-07-112-13/+47
* | All strings returned by `ImmutableString` should be frozenSean Griffin2015-10-152-11/+7
* | Add an immutable string type to opt out of string dupingSean Griffin2015-10-154-20/+45
* | use ActiveModel::Naming module instead of Model [ci skip]Roman Pramberger2015-10-061-1/+1
* | Merge pull request #21809 from yui-knk/fix_doc_am_serializationSean Griffin2015-10-021-3/+3
|\ \
| * | [ci skip] Fix explanation of `ActiveModel::Serialization`yui-knk2015-10-021-3/+3
* | | 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