aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date_time.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce ActiveSupport::TimeWithZone, for wrapping Time instances with a Tim...Geoff Buesing2008-01-231-0/+2
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-3/+3
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-3/+5
* DateTime calculations analogous to the Date and Time extensions. Closes #7693.Jeremy Kemper2007-03-041-1/+3
* Give DateTime correct .to_s implementations, lets it play nice with ActiveRec...Michael Koziarski2007-02-271-0/+2
* Fix for DateTime superclass mismatch errors seen on some linux distributions....Michael Koziarski2007-02-041-3/+2
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+5