aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Type.default_value` and use it everywhere for internalRyuta Kamizono2016-08-261-0/+4
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-10/+10
* chage `date_time` type ` to `datetime`yuuji.yaginuma2016-03-061-1/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* fix broken RDoc markup. Use `<tt>` instead of `+`. [ci skip]Yves Senn2015-10-141-4/+4
* We still need the `Helpers` constant in the `ActiveRecord` namespaceSean Griffin2015-09-211-0/+1
* Various stylistic nitpicksSean Griffin2015-09-211-40/+16
* `TypeMap` and `HashLookupTypeMap` shouldn't be in Active ModelSean Griffin2015-09-211-4/+3
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-19/+47
* JSON is still an adapter specific type.Sean Griffin2015-08-211-2/+2
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+2
* Add docs for the type registrySean Griffin2015-02-171-2/+13
* Register adapter specific types with the global type registrySean Griffin2015-02-151-3/+13
* Add a global type registry, used to lookup and register typesSean Griffin2015-02-151-0/+25
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-3/+0
* rm `ActiveRecord::Type::Decorator`Sean Griffin2015-02-071-1/+0
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-0/+1
* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.Ryuta Kamizono2014-12-121-0/+1
* Treat strings greater than int max value as out of rangeSean Griffin2014-10-311-0/+1
* Allow YAML serialization when using TZ aware attributesSean Griffin2014-09-171-0/+1
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-0/+1
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-0/+1
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+18