aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/numeric/conversions.rb
Commit message (Expand)AuthorAgeFilesLines
* ActiveSupport module may not always already defined hereAkira Matsuda2018-10-201-121/+123
* 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
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* [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-3/+3
* Allocation free Integer#to_sJean Boussier2017-01-191-16/+15
* 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
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-2/+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
|/
* Prevent Numeric#to_s from allocating an arrayJean Boussier2014-11-281-9/+19
* update some AS code examples to 1.9 hash syntax [ci skip]Francesco Rodriguez2012-09-121-64/+64
* Review requires from number helperCarlos Antonio da Silva2012-05-281-6/+6
* Moving NumberHelpers from ActionView to ActiveSupportAndrew Mutz2012-05-271-0/+135
* 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
* Refactor number-to-HH:MM-string conversion logic from TimeZone#formatted_offs...Geoff Buesing2008-01-121-0/+19