aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/numeric_ext_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-261-27/+22
* Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+4
* Fix some typo in method names, variablesVipul A M2013-05-261-1/+1
* Squashed commit of the following:Aaron Patterson2013-05-031-54/+0
* refactor test to drop unnecessary hash creation, test directly insteadVipul A M2013-03-171-16/+10
* Remove assert_nothing_raisedRafael Mendonça França2013-01-031-50/+40
* Added ability to compare date/time with infinitybUg2013-01-041-0/+64
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-0/+261
* use AS::TestCase as the base classAaron Patterson2012-01-051-3/+3
* updated Time, Date and DateTime current methods in AS to use Time.zone and no...Josh Kalderimis2011-02-281-5/+5
* Use `Time.current` to maintain consistency with AS::DurationPrem Sichanugrist2010-09-191-0/+38
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-12/+12
* Remove 'core' fluff. Hookable ActiveSupport.load_all!Jeremy Kemper2009-05-201-1/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-2/+3
* Explicit test dependenciesJeremy Kemper2009-03-281-0/+2
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-15/+0
* Fix Numeric time tests broken by DST change by anchoring them to fixed times ...Geoff Buesing2008-03-111-2/+2
* Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...Geoff Buesing2008-01-121-0/+15
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat: define Duration#== [chuyeow]Jeremy Kemper2007-12-151-1/+0
* Mark another Duration test failing with Ruby 1.9Jeremy Kemper2007-09-271-0/+1
* More tests (closes #7066) [sethladd]David Heinemeier Hansson2007-09-221-0/+15
* 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