1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/number_helper
2016-04-11 13:25:04 -07:00
..
number_converter.rb
number_to_currency_converter.rb Fix broken number_to_currency tests 2016-01-29 14:12:00 +05:30
number_to_delimited_converter.rb Freezing the dots as they are causing extra string initialization on every iteration of calling the helper. Eases on some memory bloat 2016-04-10 16:51:45 -07:00
number_to_human_converter.rb Round some numbers more humanely 2015-07-26 12:37:39 -04:00
number_to_human_size_converter.rb Add support for Petabyte and Exabyte in number to human size 2015-12-22 23:07:06 +05:30
number_to_percentage_converter.rb Freeze static arguments for gsub 2015-04-02 02:15:07 +03:00
number_to_phone_converter.rb number_to_phone formats number with regexp 2016-04-02 20:13:22 +08:00
number_to_rounded_converter.rb Freezing couple of more string '0' & '.' and using the string appending to do the same string manipulation. This was we avoid the duplicate strings with freeze and append modifies existing string 2016-04-11 13:25:04 -07:00