aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric/time.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Convert Numeric bytes and time extension modules to class reopenJeremy Kemper2009-03-281-75/+69
* Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...Tom Lea2008-10-131-10/+0
* 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
* 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-151-0/+59