aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/handlers.rb
Commit message (Expand)AuthorAgeFilesLines
* active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-121-2/+0
* Fix arity warning for template handlerslocalhostdotdev2019-04-041-3/+3
* Take in to account optional arguments when deprecatingAaron Patterson2019-02-041-1/+1
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-1/+27
* Fix broken doc layout for action_view [ci skip]Yoshiyuki Hirano2017-08-271-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
* applies new string literal convention in actionview/libXavier Noria2016-08-061-4/+4
* Add Html template handler that wraps Raw output in an OutputBufferSantiago Pastorino2016-01-051-1/+3
* Change the default template handler from `ERB` to `Raw`.Rafael Mendonça França2015-01-041-2/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-1/+1
* Add unregister_template_handler to prevent leaks.Zuhao Wan2014-06-121-0/+9
* Move actionpack/lib/action_view* into actionview/libPiotr Sarnacki2013-06-201-0/+53