aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type
Commit message (Expand)AuthorAgeFilesLines
* Change RangeError to a more specific ActiveModel::RangeErrorChristian Blais2016-05-031-1/+1
* Apply scale before precision when coercing floats to decimalSean Griffin2016-03-241-2/+10
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-0/+4
* Take UTC offset into account when assigning string value to time attribute.Andrey Novikov2016-01-051-1/+1
* Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-0/+5
* Avoid dummy_time_value to add "2000-01-01" twiceYasuo Honda2015-11-301-1/+5
* 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