aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D...David Heinemeier Hansson2008-06-021-1/+1
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-0/+5
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+1
* Improve documentation.Pratik Naik2008-04-051-2/+2
* Improve documentation.Pratik Naik2008-03-261-0/+2
* Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312.Jeremy Kemper2008-02-271-0/+20
* Change Time and DateTime #end_of_month to return last second of month instea...Geoff Buesing2007-11-241-1/+1
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-131-1/+2
* Fix Date#years_ago and #years_since from leap days. Closes #9864.Jeremy Kemper2007-10-131-2/+2
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-131-21/+4
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-8/+10
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-4/+5
* Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works n...Jeremy Kemper2007-06-041-0/+26
* Date.yesterday and .tomorrow. Closes #8571.Jeremy Kemper2007-06-041-124/+132
* Move common DateTime calculations to Date. Closes #8536.Jeremy Kemper2007-06-011-0/+108
* Added Date#change (like Time#change) [DHH]David Heinemeier Hansson2007-05-311-0/+14
* Fix that Dates couldn't be subtracted from Dates after [5940].Sam Stephenson2007-01-151-1/+5
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-0/+41