aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/date_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rails `DateTime` type is mapped to Oracle `TIMESTAMP` since Rails 5.0Yasuo Honda2019-03-031-12/+2
* 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
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-3/+3
* Fix `Type::Date#serialize` to return a date object correctlyRyuta Kamizono2016-06-161-0/+44