aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/helpers
Commit message (Expand)AuthorAgeFilesLines
* Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-0/+18
* Rm `Type#type_cast`Sean Griffin2015-02-171-1/+1
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-172-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* rm `Type#number?`Sean Griffin2015-02-071-4/+0
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-074-1/+97
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-0/+30