aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/helpers/time_value.rb
Commit message (Collapse)AuthorAgeFilesLines
* Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-0/+18
| | | | It is also necessary to format a time column like a datetime column.
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-0/+40
The type code is actually quite accessible, and I'm planning to encourage people to look at the files in the `type` folder to learn more about how it works. This will help reduce the noise from code that is less about type casting, and more about random AR nonsense.