aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_html_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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