aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template/text_helper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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