aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type
Commit message (Expand)AuthorAgeFilesLines
...
* Remove most code related to serialized propertiesSean Griffin2014-06-012-25/+11
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-304-0/+16
* Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-292-8/+38
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-292-0/+32
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-2716-0/+439