aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/text_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent TextHelper#word_wrap from stripping white space on the leftLyle Mullican2018-11-191-0/+4
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-2/+2
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-4/+4
* Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-8/+8
* Fix RuboCop offensesKoichi ITO2017-08-161-4/+4
* 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
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-4/+4
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-9/+9
* Undeprecate plural positional argumentJeremy Daer2016-09-211-6/+2
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-061-79/+79
* applies new string literal convention in actionview/testXavier Noria2016-08-061-42/+42
* Fix sanitizer testsJon Moss2016-01-261-3/+3
* Pass the current locale to Inflector from the pluralize text helper.Jaime Iniesta2016-01-101-10/+22
* Sometimes you need a specific break sequence while using word wrap and as tod...Mauricio Gomez Aguinaga2015-08-111-0/+4
* Allow `pluralize` helper to take a locale.Stefan Daschek2015-07-091-0/+12
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Added processing of `nil` to `highlight` helper methodigor042014-09-301-0/+4
* All these tests are passing nowRafael Mendonça França2014-07-151-1/+0
* Merge pull request #11218 from kaspth/loofah-integrationRafael Mendonça França2014-07-101-0/+3
|\
| * Extracted one highlight test method and marked it as pending.Timm2014-06-151-0/+3
* | Deal with regex match groups in excerptGareth Rees2014-06-241-5/+5
* | 'TextHelper#highlight' now accepts a block to highlight the matched words.Lucas Mazza2014-06-191-0/+7
* | highlight() now accepts regular expressions as well.Jan Szumiec2014-06-191-1/+9
* | excerpt() now accepts regular expression instances as phrases.Jan Szumiec2014-06-191-0/+2
|/
* Merge pull request #13059 from imkmf/cycle-accepts-arrayRafael Mendonça França2013-12-061-0/+7
|\
| * A Cycle object should accept an array and cycle through it as it wouldKristian Freeman2013-12-061-0/+7
* | Fix issue where TextHelper#simple_format was calling missing 'raw' methodMario Visic2013-12-051-0/+5
|/
* More typo fixesAkira Matsuda2013-11-271-1/+1
* fix simple_format escapes own output when sanitize is set to truepseidemann2013-11-081-0/+5
* Cleanup of excerpt helperPaul Nikitochkin2013-09-061-0/+3
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+467