aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base/render_body_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-5/+5
* Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+2
* Removed single space padding from empty response body.Godfrey Chan2014-07-101-4/+4
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-17/+12
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+175