aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/date_and_time_compatibility_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-061-10/+156
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-12/+12
* Make getlocal and getutc always return instances of TimeAndrew White2016-04-231-0/+17
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+110