aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type
Commit message (Expand)AuthorAgeFilesLines
* 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-152-20/+36
* Clean up the implementation of AR::DirtySean Griffin2015-09-242-0/+11
* Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-232-9/+12
* Require dependencies from stdlib in the Decimal typeSean Griffin2015-09-211-0/+2
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-2/+8
* 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-212-87/+0
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-2122-0/+928