aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce Hash object creation when normalizing request envAkira Matsuda2019-07-311-2/+3
* Reduce unnecessary String creation by not `to_s`ing until nothing matchesAkira Matsuda2019-07-311-1/+1
* Deduplicate strings held by the routerJean Boussier2019-04-031-1/+1
* [ci skip] Fix typosShailesh Kalamkar2019-03-071-1/+1
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-201-2/+0
* Fix unclosed tags [ci skip]yuuji.yaginuma2018-08-181-1/+1
* Add render options in action_controller/renderer for api documentation [ci skip]Alireza Bashiri2018-07-221-0/+15
* 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
* Merge pull request #28381 from shime/docs-action-controller-baseVipul A M2017-03-131-2/+2
|\
| * [docs] fix ActionController documentationHrvoje Šimić2017-03-121-2/+2
* | Fixes ActionController::Rendering#with_defaultsalpaca-tc2017-03-121-1/+1
|/
* Fix malformed asset_url when rendering template with ActionController::RendererGiorgos Vrettos2017-03-061-0/+1
* fix method name in `Renderer` doc [ci skip]yuuji.yaginuma2017-01-121-1/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Allow any key in Renderer environment hashSammy Larbi2016-10-151-1/+3
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-12/+12
* Fix typo in ActionController::Renderer [ci skip]Alex Kitchens2016-06-101-1/+1
* Merge pull request #24845 from tomkadwill/action_controller_typosRafael França2016-05-041-2/+2
|\
| * Fix actionpack typos [ci skip]Tom Kadwill2016-05-041-2/+2
* | Fix ApplicationController.renderer.defaults.merge!Jon Moss2016-04-201-1/+1
|/
* allocate request objects with the env hash, set routes on the requestAaron Patterson2015-09-151-2/+6
* only "normalize" onceAaron Patterson2015-09-141-1/+1
* create a new renderer instance on calls to `for`Aaron Patterson2015-09-141-39/+46
* Speed up `normalize_keys` by removing dup step.Kasper Timm Hansen2015-01-221-9/+6
* Add ActionController::Rendererbrainopia2015-01-221-0/+103