aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/renderer.rb
Commit message (Expand)AuthorAgeFilesLines
* 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