aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric
Commit message (Expand)AuthorAgeFilesLines
* 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