aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/time.rb
Commit message (Collapse)AuthorAgeFilesLines
* Time columns should support time zone aware attributesSean Griffin2015-01-151-0/+13
| | | | | | The types that are affected by `time_zone_aware_attributes` (which is on by default) have been made configurable, in case this is a breaking change for existing applications.
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+26
`ActiveRecord::ConnectionAdapters::Type::Value` => `ActiveRecord::Type::Value`