aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/renderers.rb
Commit message (Collapse)AuthorAgeFilesLines
* Always downstream given options in :json, :xml and :js renderers and add ↵José Valim2010-04-221-2/+2
| | | | tests for it.
* It should be possible to render :json with optionswycats2010-04-201-1/+1
|
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
|
* All tests pass without memoizing view_contextCarlhuda2010-03-181-1/+1
|
* Finish cleaning up rendering stack from views and move assigns evaluation to ↵José Valim2010-03-121-1/+2
| | | | controller (so plugins and/or controllers can overwrite just one method).
* Remove the renderer option from the hash.José Valim2010-02-241-1/+1
|
* Convert to class_attributeJeremy Kemper2010-02-011-3/+7
|
* Rename RenderOptions to RenderersDavid Heinemeier Hansson2009-12-201-0/+91