aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric
Commit message (Expand)AuthorAgeFilesLines
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-21/+21
* applies new string literal convention in activesupport/libXavier Noria2016-08-062-8/+8
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+8
* 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
* Show correct return types for examples [ci skip]Gert Goet2016-02-201-49/+49
* Fix - to_s(:db) on Numeric rangeAkshay Vishnoi2015-12-291-1/+5
* Merge pull request #22822 from maclover7/fix-22805Richard Schneeman2015-12-281-0/+1
|\
| * Add a missing require to ActiveSupport::NumericWithFormatJon Moss2015-12-281-0/+1
* | Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-0/+2
|/
* Merge pull request #20038 from imanel/numeric_prependSean Griffin2015-10-201-25/+12
|\
| * Unify behavior of all Numeric extensions and use Module.prepend instead of al...Bernard Potocki2015-05-281-25/+12
* | Corrected numeric conversions output [ci skip]amitkumarsuroliya2015-09-191-2/+2
* | Only define #positive? and #negative? on Ruby 2.2Rafael Mendonça França2015-05-191-0/+7
* | Move Integer#positive? and Integer#negative? query methods to Numeric classMehmet Emin İNAÇ2015-05-131-0/+19
|/
* 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
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-7/+7
* Add docs for Numeric#*_bytes methodsclaudiob2014-12-171-0/+20
* Prevent Numeric#to_s from allocating an arrayJean Boussier2014-11-281-9/+19
* :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
* 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