aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/date_and_time_behavior.rb
Commit message (Expand)AuthorAgeFilesLines
* Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-161-60/+0
* Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-311-0/+12
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-10/+10
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-14/+14
* Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-281-0/+20
* Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-241-0/+16
* Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-241-0/+24
* Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-241-0/+10
* [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
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-148/+148
* Fix copy_time_to: Copy nsec instead of usecJosua Schmid2016-10-201-1/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-1/+1
* Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.Vipul A M2016-02-151-0/+10
* Add #prev_day and #next_day as counterparts to #yesterday and #tomorrow for D...George Claghorn2015-01-061-0/+10
* Add same_time option to #prev_week and #next_week for Date, Time, and DateTimeGeorge Claghorn2015-01-061-0/+15
* Add #on_weekend?, #next_weekday, and #prev_weekday methods to Date, Time, and...George Claghorn2015-01-061-0/+45
* better document `next_week` functionaility closes #9568Jon Rowe2013-04-261-0/+5
* Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+50
* Refactored common date and time calculations.Pan Thomakos2012-08-041-0/+186