aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/value.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor determination of whether the field has changedSean Griffin2014-06-031-0/+9
* docs, fix typo [ci skip]Yves Senn2014-06-021-2/+2
* Remove most code related to serialized propertiesSean Griffin2014-06-011-1/+0
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-0/+4
* Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-291-5/+6
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-0/+4
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+59