aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/handlers/raw.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-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
* Change the raw template handler to render html-safe stringseileencodes2016-06-211-1/+1
* Prefer inspect over escaping and sorround by quote marksSantiago Pastorino2016-01-051-3/+1
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+11