aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/time.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't allow `where` with invalid value matches to nil valuesRyuta Kamizono2019-02-181-4/+0
* Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-181-0/+4
* Fix type cast with values hash for Date typeRyuta Kamizono2019-02-181-0/+1
* Fix year value when casting a multiparameter time hashAndrew White2019-01-211-1/+1
* Fix user_input_in_time_zone to coerce non valid string into nilAnnie-Claude Côté2018-05-161-0/+2
* Normalize date component when writing to time columnsAndrew White2018-03-111-5/+1
* Apply time column precision on assignmentAndrew White2018-03-111-1/+1
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-15/+15
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* systematic revision of =~ usage in AMoXavier Noria2016-07-241-1/+1
* Take UTC offset into account when assigning string value to time attribute.Andrey Novikov2016-01-051-1/+1
* Avoid dummy_time_value to add "2000-01-01" twiceYasuo Honda2015-11-301-1/+5
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+42