aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/date_time.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-181-4/+0
* Fix type cast with values hash for Date typeRyuta Kamizono2019-02-181-0/+1
* Add new exception message to datetime from hash castwilddima2018-10-211-3/+3
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Fix `ActiveModel::Type::DateTime#serialize`Lisa Ugray2017-07-051-0/+4
* 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
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-19/+19
* Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-4/+4
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+44