aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/number_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Correct human file size examples [ci skip]Alexander Graul2019-05-201-1/+1
* Add missing documentation options to number_to_currency [ci skip]emaxi2018-07-111-0/+5
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+2
* 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
* Fix grammar 'an hyphen' -> 'a hyphen' [ci skip]kenta-s2017-01-251-1/+1
* Add missing option on numbers helperPablo Ifran2016-12-171-0/+6
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-38/+38
* applies new string literal convention in actionview/libXavier Noria2016-08-061-3/+3
* remove deprecated `:prefix` option from doc [ci skip]yuuji.yaginuma2016-06-091-2/+0
* `number_to_phone` formats number with regexpPan GaoYong2016-04-021-1/+8
* Merge pull request #22759 from akshay-vishnoi/human-size-helperEileen M. Uchitelle2015-12-271-0/+2
|\
| * Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-0/+2
* | Add caveat to number_to_currency docs [ci skip]Derek Prior2015-12-231-0/+8
|/
* Correcting output of `number_to_percentage` example in `number_helper` [ci skip]amitkumarsuroliya2015-09-221-1/+1
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* [ci skip] Fix typo you/yourclaudiob2015-05-231-1/+1
* Fix spelling [ci skip]Yu Haidong2015-03-041-8/+8
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Fix doc markup for `NumberHelper` [ci skip]Ryunosuke SATO2014-10-291-5/+5
* [ci skip] Add Docs for strip_insignificant_zeros option in number helpersAkshay Vishnoi2014-06-101-10/+8
* [ci skip] Correct output and use valid options of number helpersAkshay Vishnoi2014-06-101-2/+2
* Escape format, negative_format and units options of number helpersRafael Mendonça França2014-02-181-5/+14
* Fix documentation of number_to_currency helperRafael Mendonça França2013-12-041-4/+4
* Escape the unit value provided to number_to_currencyMichael Koziarski2013-12-021-0/+1
* Make the method name the first argumentRafael Mendonça França2013-11-091-7/+7
* Extract common code from number helpers to new delegator method.Vipul A M2013-11-091-30/+13
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+441