aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date
Commit message (Expand)AuthorAgeFilesLines
* Fix that Dates couldn't be subtracted from Dates after [5940].Sam Stephenson2007-01-151-1/+5
* Add Object#acts_like? and Time#acts_like_time? and Date#acts_like_date? to fa...Jamis Buck2007-01-151-0/+13
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-0/+41
* DateTime#to_time gives hour/minute/second resolution. Closes #5747.Jeremy Kemper2006-08-071-4/+8
* Added Module#alias_attribute [Jamis/DHH]David Heinemeier Hansson2006-08-031-3/+5
* Date in iso8601 should just be a to_s aliasDavid Heinemeier Hansson2006-03-181-3/+1
* Dates should be able to go xmlschema too [DHH]David Heinemeier Hansson2006-03-181-0/+4
* Added to_s(:db) to RangeDavid Heinemeier Hansson2005-10-091-2/+1
* Slight change to allow custom date/time conversions #1326 [Rick Olson]David Heinemeier Hansson2005-05-211-5/+6
* Documentation stuffDavid Heinemeier Hansson2005-02-241-1/+1
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+31