aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/renderer_test.rb
Commit message (Expand)AuthorAgeFilesLines
* url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-2/+2
* Introduce Template::File as new render file:John Hawthorn2019-03-271-1/+1
* 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
* Fixes ActionController::Rendering#with_defaultsalpaca-tc2017-03-121-0/+10
* Fix malformed asset_url when rendering template with ActionController::RendererGiorgos Vrettos2017-03-061-0/+14
* Allow any key in Renderer environment hashSammy Larbi2016-10-151-0/+8
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-36/+36
* Fix ApplicationController.renderer.defaults.merge!Jon Moss2016-04-201-0/+8
* create a new renderer instance on calls to `for`Aaron Patterson2015-09-141-16/+3
* eagerly allocate the renderer objectAaron Patterson2015-09-141-0/+4
* :scissors: warning from controller renderer testYuki Nishijima2015-01-311-3/+3
* Add ActionController::Base.renderbrainopia2015-01-221-0/+4
* Add ActionController::Rendererbrainopia2015-01-221-0/+99