aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/number_helper/number_to_human_size_converter.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Missing require "active_support/number_helper/number_converter"Akira Matsuda2018-10-201-0/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Remove deprecated :prefix optionAndrew White2016-11-131-5/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in activesupportXavier Noria2016-08-061-2/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-4/+4
* Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-1/+1
* Deprecate the :prefix option of `number_to_human_size`Jean Boussier2015-08-101-0/+4
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* Nodoc missing number helper classes in AS [ci skip]Carlos Antonio da Silva2013-12-111-1/+1
* Stop using local variables everywhere, make use of the readerCarlos Antonio da Silva2013-12-031-6/+6
* Rename variable that holds whether or not the class should validate a float n...Carlos Antonio da Silva2013-12-031-2/+2
* :sicssors:Rafael Mendonça França2013-12-021-2/+0
* Make execute priave APIRafael Mendonça França2013-12-021-1/+1
* Make load of NumberHelper thread safeRafael Mendonça França2013-12-021-0/+60