aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/float
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded reliance on Numeric#round quirkJeremy Kemper2010-01-061-2/+3
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-212-47/+14
* Added deprecated warning messages to Float#months and Float#years deprications.Tom Lea2008-10-131-2/+2
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-0/+27
* Some 1.9 forward compatibilityJeremy Kemper2007-09-141-2/+4
* Allow Float#round to take a precision argument. Closes #8626 [norbert]Michael Koziarski2007-09-021-0/+22