aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/number_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-36/+36
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* 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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-7/+7
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* modernizes hash syntax in actionviewXavier Noria2016-08-061-18/+18
* applies new string literal convention in actionview/testXavier Noria2016-08-061-23/+23
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-1/+0
* - Extracted `DELIMITED_REGEX` to `delimited_regex` method and made use of us...Vipul A M2015-08-281-0/+2
* `number_to_percentage` and `precision: 0` work with `NAN` and `INFINITY`.Yves Senn2015-03-061-0/+4
* reload I18n as we are defining `:ts` localeKuldeep Aggarwal2014-06-151-0/+2
* Fix AS::NumberHelper results with rationalsJuanjo Bazán2014-05-311-0/+1
* fix `number_to_percentage` with `Float::NAN`, `Float::INFINITY`.Yves Senn2014-03-171-0/+3
* Escape format, negative_format and units options of number helpersRafael Mendonça França2014-02-181-0/+39
* Escape the unit value provided to number_to_currencyMichael Koziarski2013-12-021-1/+2
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+151