aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* No dup nor delete from optionsKrzysztof Rybka2019-01-181-5/+6
* Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-311-2/+0
* Add `before?` and `after?` methods to date and time classesNick Holden2018-03-061-0/+2
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [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-5/+5
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-6/+6
* Improve readability of docs by using code tag [ci skip]Prakash Laxkar2015-09-291-1/+1
* Revert "Replace use of alias chains with prepend at core_ext/date and core_ex...Roque Pinel2015-05-291-2/+32
* Replace use of alias chains with prepend at core_ext/datePablo Herrero2015-05-041-32/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-08-171-1/+1
|\
| * Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
| * Minor refactor - Uses Enumerable#to_a instead of iterate and add to anPablo Cantero2013-07-271-1/+1
* | Added Time#middle_of_dayAnatoli Makarevich2013-07-281-1/+11
|/
* The behavior we had in place in rc1 was actually to convert to DateTime and u...David Heinemeier Hansson2013-06-031-2/+2
* Allow Date to be compared with Time (like it was possible to compare Time wit...David Heinemeier Hansson2013-06-031-0/+11
* Revert some warning removals related to Ruby 2.0Carlos Antonio da Silva2013-01-071-2/+0
* Deprecate Date#to_time_in_current_zoneAndrew White2012-12-111-4/+4
* Add missing at_end_of_* aliasesAndrew White2012-12-111-0/+1
* fix warnings in Ruby 2.0Aaron Patterson2012-11-071-0/+2
* keys.include? -> key?Xavier Noria2012-10-091-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-211-2/+2
|\
| * update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-2/+2
* | Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-0/+23
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-09-011-0/+1
|\
| * copy edits [ci skip]Vijay Dev2012-09-011-1/+1
| * Expand documentation for change() method in Time, Date, and DateTimeJeff Shantz2012-08-291-0/+1
* | Refactored common date and time calculations.Pan Thomakos2012-08-041-181/+2
|/
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+11
* Clean Date#beginning_of_month descriptionAlexey Vakhov2012-05-251-1/+1
* removing unnecessary 'examples' noise from activesupportFrancesco Rodriguez2012-05-131-2/+0
* AS core_ext refactoringAlexey Gaziev2012-04-291-15/+37
* Adding :last_week, :last_month, and :last_year aliases to Time and DateMatt Bridges2012-02-211-0/+7
* remove date methods that are present in 1.9 rubySergey Nartimov2011-12-251-20/+0
* Initial pass at removing dead 1.8.x code from Active Support.José Valim2011-12-201-18/+0
* Convert aliases monday and sunday to methodsVijay Dev2011-11-261-2/+12
* minor doc changesVijay Dev2011-11-261-3/+3
* some tweaks to PR#3547. [Closes #3547]Xavier Noria2011-11-251-7/+12
* API docstrings updated with default value infogregolsen2011-11-251-3/+3
* beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-251-8/+16
* updating API docstring so that user can infer default valuegregolsen2011-11-171-2/+2
* Remove extra white spaces on ActiveSupport docs.Sebastian Martinez2011-05-231-1/+1
* Removed some redundant Time#change time options from beginning_of_ methods in...Chris Kalafarski2011-03-131-3/+3
* updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-281-2/+2
* implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-161-2/+14
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* itsy bitsy changes to documentationNeeraj Singh2010-07-281-13/+13