aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/numeric_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Time#advance bug when trying to advance a year from leap day. Closes #86...Rick Olson2007-08-031-0/+9
* Improve various test coverage. Closes #8676 [kamal]Jeremy Kemper2007-06-251-0/+1
* Add Date#since, ago, beginning_of_day, and end_of_day. Date + seconds works n...Jeremy Kemper2007-06-041-1/+3
* Fix imprecise duration addition test. Closes #8516 [Geoff Buesing]Jeremy Kemper2007-05-301-2/+2
* Time durations use since instead of + for accuracy. Closes #8513.Jeremy Kemper2007-05-301-1/+17
* Fix chained duration operation tests. Closes #8489 [Geoff Buesing]Jeremy Kemper2007-05-271-4/+4
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-0/+47
* r4487@asus: jeremy | 2006-04-29 12:21:39 -0700Jeremy Kemper2006-07-081-2/+1
* Added petabytes and exebytes to numeric extensions (closes #2397) [timct@mac....David Heinemeier Hansson2005-10-261-1/+3
* Increased accuracy of 1.year by accounting for leap years. The time extensio...Jeremy Kemper2005-06-241-1/+1
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-151-1/+1
* Fixed errors thrown to namespace collisionDavid Heinemeier Hansson2005-01-151-4/+18
* Fixed the half applied 393 changesetDavid Heinemeier Hansson2005-01-111-0/+42