aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/date_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* removes deprecations of last_(month|year) from master, they will be deprecate...Xavier Noria2010-05-191-8/+0
* defines prev_(month|year) in Date and Time to ease transition to 1.9, and dep...Xavier Noria2010-05-121-9/+17
* adds calendar reform test coverage for more relevant date calculationsXavier Noria2010-05-091-1/+14
* Backports Date#>> from 1.9 so that calculations do the right thing around the...Xavier Noria2010-05-091-0/+27
* add test coverage for (last|next)_year on leap yearsXavier Noria2010-05-081-0/+8
* let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-051-1/+7
* adds test coverage for Date.current vs Date.today in Date.(yesterday|tomorrow...Xavier Noria2010-05-031-1/+45
* revises tests for Date.yesterday and Date.tomorrowXavier Noria2010-05-021-3/+3
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-141-1/+1
* Duplicating the options hash in Date#advance to prevent modification of the o...Jay Pignata2009-08-311-0/+6
* Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...Hugo Peixoto2009-08-091-1/+1
* Explicit test dependenciesJeremy Kemper2009-03-291-0/+1
* Remove obsolete silence_warnings wrappers from TZInfo-dependent tests in Acti...Levin Alexander2009-02-141-7/+5
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-36/+32
* Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...gbuesing2008-09-141-11/+19
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-0/+15
* Work around frozen Date memoizationJeremy Kemper2008-08-251-4/+12
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-7/+7
* Added tests [#279 state:resolved] (Nicholas Schlueter)David Heinemeier Hansson2008-06-021-0/+4
* Fixed Date#end_of_quarter to not blow up on May 31st [#289 state:resolved] (D...David Heinemeier Hansson2008-06-021-0/+1
* Adding Date.current, which returns Time.zone.today if config.time_zone is set...gbuesing2008-05-081-0/+23
* Adding Time#end_of_day, _quarter, _week, and _year. Closes #9312.Jeremy Kemper2008-02-271-0/+23
* with_timezone test helper renamed with_env_tz, to distinguish between setting...Geoff Buesing2008-01-261-2/+2
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Honor Ruby's default calendar reform setting when creating DateTime objects v...Geoff Buesing2007-11-241-0/+2
* Cater for DST changes when converting Times to DateTimes. Closes #10068 [gbu...Michael Koziarski2007-11-051-2/+6
* Time, Date and DateTime #advance accept :weeks option. Closes #9866.Jeremy Kemper2007-10-131-1/+4
* Fix Date#years_ago and #years_since from leap days. Closes #9864.Jeremy Kemper2007-10-131-0/+2
* Refactor Time and Date#months_since and #months_ago to use #advance. Closes #...Jeremy Kemper2007-10-131-0/+4
* Some platforms include colon in timezone offset, some don't. References #9744.Jeremy Kemper2007-10-031-3/+3
* Fixed Date#xmlschema for dates outside the range of what can be created with ...David Heinemeier Hansson2007-10-011-0/+16
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-1/+1
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-0/+1
* Improve Time and Date test coverage. Closes #8646.Jeremy Kemper2007-06-141-13/+19
* Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works n...Jeremy Kemper2007-06-041-0/+16
* Date.yesterday and .tomorrow. Closes #8571.Jeremy Kemper2007-06-041-0/+8
* Readable Date and DateTime#inspect. Closes #8570.Jeremy Kemper2007-06-041-0/+5
* Move common DateTime calculations to Date. Closes #8536.Jeremy Kemper2007-06-011-0/+100
* Added Date#change (like Time#change) [DHH]David Heinemeier Hansson2007-05-311-0/+5
* DateTime#to_time converts to Time unless out of range. Date#to_datetime and D...Jeremy Kemper2007-05-301-3/+5
* Date, Time, and DateTime support formatting blocks in addition to strftime st...Jeremy Kemper2007-05-251-3/+4
* :db format for Date#to_sJeremy Kemper2007-01-281-0/+1
* DateTime#to_time gives hour/minute/second resolution. Closes #5747.Jeremy Kemper2006-08-071-0/+4
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-5/+4
* Added Date::Conversions for getting dates in different convenient string repr...David Heinemeier Hansson2005-02-211-0/+17