aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/date
Commit message (Expand)AuthorAgeFilesLines
* Duplicating the options hash in Date#advance to prevent modification of the o...Jay Pignata2009-08-311-0/+1
* Check for date/time methods that moved upstream in 1.9Jeremy Kemper2009-05-071-2/+2
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-222-0/+4
* Convert Date calculations and conversions extension modules to class reopensJeremy Kemper2009-03-282-323/+298
* Tease out Object#acts_like? behaviorsJeremy Kemper2009-03-281-3/+2
* Convert date extension modules to class reopensJeremy Kemper2009-03-213-42/+40
* Merge docrailsPratik Naik2009-03-161-1/+1
* Merge docrailsPratik Naik2009-01-181-3/+3
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-9/+24
* Date#freeze bug doesn't affect Ruby 1.9Jeremy Kemper2008-08-281-7/+11
* Date#freeze bug doesn't affect Ruby 1.9Jeremy Kemper2008-08-281-8/+17
* Work around frozen Date memoizationJeremy Kemper2008-08-251-0/+16
* 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
* Simplify to_formatted_s docs. Closes #10747 [Jeremy Kemper]Jeremy Kemper2008-01-091-24/+12
* Document date and time to_formatted_s. Closes #10747 [leethal]Jeremy Kemper2008-01-091-1/+21
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+1
* Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting...Jeremy Kemper2007-12-151-0/+3
* Document Date conversions. Closes #10368 [chuyeow]Michael Koziarski2007-12-051-4/+34
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-1/+1
* 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
* Date/Time/DateTime Ruby 1.9 compatJeremy Kemper2007-09-271-5/+8
* Deprecation: remove deprecated :mday option from Time, Date, and DateTime#cha...Jeremy Kemper2007-09-181-1/+1
* Some 1.9 forward compatibilityJeremy Kemper2007-09-142-13/+17
* 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
* Readable Date and DateTime#inspect. Closes #8570.Jeremy Kemper2007-06-041-0/+7
* 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
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-301-7/+11
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-4/+13
* :db format for Date#to_sJeremy Kemper2007-01-281-1/+2
* 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