aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/text_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Fix integer regex deprecation warnings for Ruby 2.6.0 (#34728)Vinicius Stock2018-12-211-1/+1
* Prevent TextHelper#word_wrap from stripping white space on the leftLyle Mullican2018-11-191-1/+1
* Enable Style/ParenthesesAroundCondition copRyuta Kamizono2018-08-191-1/+1
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Fix typos. Improve text_helper documentation.James Lovejoy2018-01-191-4/+4
* removed unnecessary returnsShuhei Kitagawa2017-10-281-2/+2
* 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
* Remove unused variable 'regex'kenta-s2017-01-181-1/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Undeprecate plural positional argumentJeremy Daer2016-09-211-8/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-9/+9
* applies new string literal convention in actionview/libXavier Noria2016-08-061-4/+4
* Document `simple_format` handling of `\r`Derek Prior2016-06-271-4/+5
* Pass the current locale to Inflector from the pluralize text helper.Jaime Iniesta2016-01-101-7/+14
* Sometimes you need a specific break sequence while using word wrap and as tod...Mauricio Gomez Aguinaga2015-08-111-5/+8
* Allow `pluralize` helper to take a locale.Stefan Daschek2015-07-091-2/+10
* [ci skip] Add information about sanitize option in TextHelper#highlightAnton Davydov2015-03-051-1/+6
* Fixes simple missprint in docs for #cyle in text_helperBen Woodall2014-12-301-1/+1
* Added processing of `nil` to `highlight` helper methodigor042014-09-301-1/+1
* Deal with regex match groups in excerptGareth Rees2014-06-241-1/+1
* 'TextHelper#highlight' now accepts a block to highlight the matched words.Lucas Mazza2014-06-191-3/+14
* highlight() now accepts regular expressions as well.Jan Szumiec2014-06-191-4/+6
* excerpt() now accepts regular expression instances as phrases.Jan Szumiec2014-06-191-3/+7
* Fixed documentation. [ci skip]Konstantin Wlasow2014-01-041-0/+3
* Merge pull request #13059 from imkmf/cycle-accepts-arrayRafael Mendonça França2013-12-061-1/+1
|\
| * A Cycle object should accept an array and cycle through it as it wouldKristian Freeman2013-12-061-1/+1
* | Fix issue where TextHelper#simple_format was calling missing 'raw' methodMario Visic2013-12-051-0/+2
* | Remove the escaping skipRafael Mendonça França2013-12-031-1/+1
* | Ensure simple_format escapes its html attributesMichael Koziarski2013-12-021-1/+1
|/
* fix simple_format escapes own output when sanitize is set to truepseidemann2013-11-081-1/+1
* Cleanup of excerpt helperPaul Nikitochkin2013-09-061-2/+3
* Removed an unnecessary loop - it kills performance on large texts.Jan Szumiec2013-08-031-4/+6
* Change from `map` => `map!` and `collect!` to save creation of extra array.Vipul A M2013-07-311-2/+2
* Fix simple_format output example ending tagMatt Bridges2013-07-091-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+442