aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric
Commit message (Expand)AuthorAgeFilesLines
* Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+6
* Squashed commit of the following:Aaron Patterson2013-05-031-9/+0
* Remove unnecessary requiresRafael Mendonça França2013-01-031-2/+0
* Added ability to compare date/time with infinitybUg2013-01-041-0/+11
* update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-122-67/+67
* Review requires from number helperCarlos Antonio da Silva2012-05-281-6/+6
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-0/+135
* Changes for numeric api for Time because Time.current works differentAlexey Gaziev2012-05-071-3/+3
* update stdlib doc urls in comments - active_support/core_ext/[integer|numeric...Trevor Wennblom2012-04-071-3/+3
* add some missing requires for AS core_ext/numeric/time. Closes #1038Josh Kalderimis2011-05-181-0/+2
* Use `Time.current` to maintain consistency with AS::DurationPrem Sichanugrist2010-09-191-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-9/+9
* Bytes calculation speed upLuca Guidi2009-06-131-8/+15
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Convert Numeric bytes and time extension modules to class reopenJeremy Kemper2009-03-282-113/+100
* Move Numeric#to_utc_offset_s to TimeZone.seconds_to_utc_offsetJeremy Kemper2009-03-231-15/+0
* Convert Numeric extension module to a class reopenJeremy Kemper2009-03-211-17/+13
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-10/+0
* Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...Geoff Buesing2008-01-121-0/+19
* Make 1.months and friends accurate by introducing a Duration class. #6835 [e...Michael Koziarski2007-01-151-11/+30
* Added Fixnum#seconds for consistency, so you can say 5.minutes + 30.seconds i...David Heinemeier Hansson2006-03-251-0/+5
* Added Time#advance to do precise time time calculations for cases where a mon...David Heinemeier Hansson2006-03-161-0/+3
* Added a note to the documentation for the Date related Numeric extensions to ...Michael Koziarski2006-03-091-1/+6
* Added petabytes and exebytes to numeric extensions (closes #2397) [timct@mac....David Heinemeier Hansson2005-10-261-0/+11
* Increased accuracy of 1.year by accounting for leap years. The time extensio...Jeremy Kemper2005-06-241-2/+2
* Moved Active Support into its own gemDavid Heinemeier Hansson2005-02-152-0/+92