aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/time_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored common date and time calculations.Pan Thomakos2012-08-041-175/+7
* Make Time#change work with offsets other than UTC or localAndrew White2012-07-011-0/+31
* Add prev_quarter and next_quarter method in Time/Date/DateTimeparanoiase Kang2012-06-201-0/+13
* Merge pull request #6376 from jgaskins/timestamp-microsecondsJeremy Kemper2012-05-181-1/+3
|\
| * Increase `AR#cache_key` precision to nanosecondsJamie Gaskins2012-05-191-1/+3
* | respect nsec in TimeWithZoneVasiliy Ermolovich + Sergey Nartimov2012-05-181-33/+33
* | wrap time ranges with timezones, closes #6179Vasiliy Ermolovich2012-05-171-1/+9
|/
* added beginning_of_hour support to core_ext calculations for Time and DateTimeMark J. Titorenko2012-05-041-0/+8
* Merge pull request #4284 from mattdbridges/time_calculation_aliasesXavier Noria2012-02-281-0/+18
|\
| * Adding :last_week, :last_month, and :last_year aliases to Time and DateMatt Bridges2012-02-211-0/+18
* | Optional start_day argument for Time#all_week.kennyj2012-02-061-0/+1
* | Deprecate DateTime.local_offsetbrainopia2012-01-251-4/+4
|/
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Nano seconds fraction of time is copied properly in Time#advancePawel Pierzchala2012-01-051-0/+5
* beginning_of_week extended in both Time and Date so that to return week start...gregolsen2011-11-251-0/+20
* Merge pull request #3725 from marcandre/twz_eqlYehuda Katz2011-11-221-0/+6
|\
| * Fix inconsistencies with Time{WithZone}#{hash,eql?}Marc-Andre Lafortune2011-11-221-0/+6
* | Removed argument throwing warnings when running tests.Henrik Hodne2011-11-061-13/+13
|/
* Add tests for fixes to Time.===Jeremy Evans2011-09-071-0/+3
* Rename Time#whole_* to Time#all_* [thanks Pratik!]David Heinemeier Hansson2011-06-131-10/+10
* Added Time#whole_day/week/quarter/year as a way of generating ranges (example...David Heinemeier Hansson2011-06-131-0/+20
* Fix marshal round-tripping of fractional seconds (Time#subsec).Jason Weathered2011-04-171-0/+7
* reverted tests deleted by 080345baca1076a9788d, refactored implementations sh...Diego Carrion2011-03-041-3/+13
* Ruby 1.8.7+ provides to_date/to_datetime, AS just makes them public.John Firebaugh2011-02-031-13/+3
* implements weeks_ago and prev_week for Date/DateTime/Time [#5122 state:commit...Rob Zolkos & Xavier Noria2010-10-161-0/+18
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* 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-5/+13
* let Time.time_with_datetime_fallback handle properly years in the range 0..138Xavier Noria2010-05-051-0/+7
* Ruby 1.9.2: marshaling round-trips Time#zoneJeremy Kemper2010-03-281-12/+8
* Time zone tests were right all along.José Valim2010-03-281-4/+4
* Ruby's marshaling of Time instances doesn't respect the zone [#4282 state:res...Santiago Pastorino2010-03-271-2/+2
* Time#- with a DateTime argument behaves the same as with a Time argument, i.e...Geoff Buesing2010-01-271-0/+4
* Setting usec (and nsec for Ruby 1.9) on Time#end_of_* methods [#1255 status:r...Hugo Peixoto2009-08-091-23/+23
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-1/+1
* Work around Float faux precisionJeremy Kemper2009-04-301-4/+4
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+1
* Test cleanupGeoff Buesing2009-04-051-3/+3
* Enhance Time #since and #ago DST tests.Geoff Buesing2009-03-291-16/+57
* Time.local instances: Adding 24.hours across the DST boundary adds 24 hours i...Michael Curtis2009-03-291-16/+16
* Time#to_s(:rfc822) uses #formatted_offset instead of unreliable and non-stand...Zachary Zolton2009-02-091-0/+4
* Require mocha >= 0.9.0 for AS testsJeremy Kemper2008-11-221-74/+70
* Fix indentation mismatchJeremy Kemper2008-11-071-1/+1
* Enhance testing for fractional days and weeks. Update changelog.gbuesing2008-10-131-0/+8
* Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]Carlos Brando2008-09-191-0/+1
* Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...gbuesing2008-09-141-10/+65
* Introduce convenience methods past?, today? and future? for Date and Time cla...Clemens Kofler2008-09-141-6/+19
* Don't run 32bit dependant assertions in 64bit environmentsTarmo Tänav2008-09-041-4/+10
* Fix Ruby's Time marshaling bug in pre-1.9 versions of Ruby: utc instances are...Luca Guidi2008-08-271-0/+34
* If it doesn't overflow, it won't have a .start method. So don't run the seco...Michael Koziarski2008-07-201-1/+1