aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_html_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-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 actionpack/testXavier Noria2016-08-061-3/+3
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+2
* Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-291-1/+0
* include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-0/+1
* provide a request and response to all controllersAaron Patterson2015-08-251-1/+1
* Removed single space padding from empty response body.Godfrey Chan2014-07-101-4/+4
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+190