aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric/time.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify API documentation of methods that return a Durationbogdanvlviv2017-10-241-17/+5
* Make clear that Time core extensions are split between Numeric and IntegerJoão Fernandes2017-10-241-6/+8
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-5/+5
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-5/+5
* Add duration constructors for use in Numeric extensionsAndrew White2017-01-121-6/+6
* Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-5/+5
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-5/+5
* Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-281-8/+8
* Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-271-8/+8
* Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-181-8/+8
* Remove reference to Numeric#from_now, as it is no longer supportednerdinand2015-03-231-15/+0
* fix dependencyJian Weihang2015-01-121-0/+2
* Add docs for Numeric time-related methodsclaudiob2014-12-171-0/+18
* :scissors: removed deprecated `Numeric#ago` and friendsGodfrey Chan2014-05-301-19/+1
* Deprecated Numeric#{ago,until,since,from_now}Godfrey Chan2013-11-261-0/+2
* Added Numeric#in_milliseconds, like 1.hour.in_milliseconds, so we can feed th...David Heinemeier Hansson2013-11-021-0/+6
* update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-3/+3
* 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
* 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