aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric
Commit message (Expand)AuthorAgeFilesLines
* Follow up #34754bogdanvlviv2018-12-201-1/+1
* ActiveSupport module may not always already defined hereAkira Matsuda2018-10-201-121/+123
* Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-021-25/+2
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-7/+1
* Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-7/+7
* 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-212-8/+8
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-114-0/+4
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-094-0/+4
* [Active Support] require => require_relativeAkira Matsuda2017-07-012-8/+8
* Allocation free Integer#to_sJean Boussier2017-01-191-16/+15
* 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
* Remove deprecated method Numeric#to_formatted_sAndrew White2016-11-141-5/+0
* Fixnum and Bignum are deprecated in Ruby trunkMatthew Draper2016-10-081-1/+1
* 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