aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type
Commit message (Expand)AuthorAgeFilesLines
...
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|/
* Merge pull request #24571 from raimo/patch-1Sean Griffin2016-10-041-0/+9
|\
| * Print the proper ::Float::INFINITY value when used as a default valueRaimo Tuisku2016-05-231-0/+9
* | Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-143-6/+6
* | Fix Remaining Case-In-Assignment Statement FormattingAlex Kitchens2016-09-061-12/+13
* | apply case-in-assignment patternXavier Noria2016-09-022-11/+13
* | RuboCop is 100% green :tada:Xavier Noria2016-09-022-2/+2
* | code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* | applies remaining conventions across the projectXavier Noria2016-08-061-9/+9
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-0615-182/+182
* | applies new string literal convention in activemodel/libXavier Noria2016-08-068-12/+12
* | systematic revision of =~ usage in AMoXavier Noria2016-07-241-1/+1
* | [ci skip] add class level documentation to ActiveModel::Type::BooleanDavid Elliott2016-07-111-2/+13
* | Fix `Type::Date#serialize` to return a date object correctlyRyuta Kamizono2016-06-161-0/+4
* | 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