aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/mime_responds.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove some defined?(Http) checksYehuda Katz + Carl Lerche2009-06-171-4/+1
|
* An exception is raised if a layout is missing only if the layout is missing ↵Yehuda Katz + Carl Lerche2009-06-161-1/+1
| | | | for all mimes
* rm -r controller/base!Yehuda Katz + Carl Lerche2009-06-151-0/+188
|
* Get tests to run (with failures) without old base aroundYehuda Katz + Carl Lerche2009-06-151-188/+0
|
* Finish making things pass with updated internal content_type semanticsYehuda Katz + Carl Lerche2009-06-151-1/+1
|
* 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