aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/date_time.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Various stylistic nitpicksSean Griffin2015-09-211-0/+7
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-44/+0
* Format the time string according to the precision of the time columnRyuta Kamizono2015-02-201-18/+0
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* Refactor microsecond precision to be database agnosticSean Griffin2015-02-101-14/+11
* Fix rounding problem for PostgreSQL timestamp columnRyuta Kamizono2015-02-081-7/+14
* Move non-type objects into the `Type::Helpers` namespaceSean Griffin2015-02-071-1/+1
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-0/+11
* Support datetime values in AR::Type::DateTime#type_cast_for_databasebrainopia2015-01-031-1/+5
* Move array database type casting to the Array typeSean Griffin2014-06-171-0/+10
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+33