aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/responder.rb
Commit message (Collapse)AuthorAgeFilesLines
* Only undef to_json if it's definedJeremy Kemper2009-10-191-1/+1
|
* Ensure that blocks are also handled inside the responder.José Valim2009-08-291-5/+20
|
* Attempt to render the template inside the responder, so it can be used for ↵José Valim2009-08-291-5/+9
| | | | | | caching and pagination. Signed-off-by: Yehuda Katz <wycats@gmail.com>
* Ensure collections are not treated as nested resources.José Valim2009-08-131-5/+5
|
* Renamed ActionController::Renderer to ActionController::Responder and ↵José Valim2009-08-081-0/+181
ActionController::MimeResponds::Responder to ActionController::MimeResponds::Collector.