aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/template/html.rb
Commit message (Expand)AuthorAgeFilesLines
* active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-121-2/+0
* Templates have one formatAaron Patterson2019-02-251-5/+14
* 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
* DRYing duplicate methodsAndrey Molchanov2016-09-161-3/+1
* applies new string literal convention in actionview/libXavier Noria2016-08-061-2/+2
* Use the reference for the mime type to get the formatRafael Mendonça França2014-02-181-1/+1
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+34