aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/responder.rb
Commit message (Expand)AuthorAgeFilesLines
* Use attribute readers as they are faster in general.José Valim2010-08-191-8/+2
* Small changes to responder:José Valim2010-06-261-5/+13
* Fix a bug where responders were not working properly on method override.José Valim2010-05-241-1/+1
* Move the error raising to api_behavior.José Valim2010-04-071-1/+2
* * Change the object used in routing constraints to be an instance ofwycats2010-04-031-1/+1
* Ensure json is loaded before using responders.José Valim2010-03-171-0/+2
* Merge docrailsPratik Naik2010-01-171-17/+17
* Responder redirects to resource if destroy fails.José Valim2009-12-071-2/+7
* Allow ActionController::Responder to have a common entry point for all formats.José Valim2009-12-011-3/+8
* Split mime responder into smaller chunks and allow action to be configured.José Valim2009-11-131-17/+27
* 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 ca...José Valim2009-08-291-5/+9
* Ensure collections are not treated as nested resources.José Valim2009-08-131-5/+5
* Renamed ActionController::Renderer to ActionController::Responder and ActionC...José Valim2009-08-081-0/+181