aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* date_time/calculations.rb needs active_support/core_ext/object/acts_like beca...Xavier Noria2010-01-011-0/+1
* Ruby 1.9.2: rational.rb is deprecatedJeremy Kemper2009-11-021-1/+1
* Convert DateTime extension modules to class reopensJeremy Kemper2009-03-261-108/+94
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-5/+19
* Improve documentation coverage and markupXavier Noria2008-05-021-2/+4
* Add #getutc alias for DateTime#utcgbuesing2008-04-121-0/+1
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=...Geoff Buesing2008-01-231-0/+12
* Introducing DateTime #utc, #utc? and #utc_offset, for duck-typing compatibili...Geoff Buesing2008-01-161-0/+20
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-051-0/+10
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-131-1/+1
* Time and DateTime#advance accept :hours, :minutes, and :seconds options. Clos...Jeremy Kemper2007-10-131-2/+4
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-1/+1
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-3/+1
* Move common DateTime calculations to Date. Closes #8536.Jeremy Kemper2007-06-011-119/+13
* Time durations use since instead of + for accuracy. Closes #8513.Jeremy Kemper2007-05-301-1/+1
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-041-0/+173