aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/mime_responds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove some response content type concepts from ActionViewYehuda Katz + Carl Lerche2009-05-211-4/+3
|
* Added responds_to to new base.Yehuda Katz + Carl Lerche2009-05-201-108/+107
|
* Deprecate template, session, assigns, and layout accessors on response ↵Joshua Peek2009-04-281-1/+1
| | | | object. Instead access them through the controller instance. This mainly affects functional test assertions.
* Move MimeResponds into base folderJoshua Peek2009-04-141-0/+190