aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time/compatibility.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "the the " [ci skip]Ryuta Kamizono2018-01-101-1/+1
* Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-2/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* Clarify intentions around method redefinitionsMatthew Draper2017-09-011-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
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Add missing require for `remove_possible_method`Eugene Kenny2017-04-281-0/+1
* Move `to_time` to `DateTime` compatibility.rb fileAndrew White2017-03-161-1/+11
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Move `DateTime#getlocal` to `/core_ext/date_time/calculations.rb`yui-knk2016-04-231-11/+0
* Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+16