aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/base/mime_responds.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove last TODO.José Valim2009-07-291-4/+0
* Add a couple more tests to respond_with.José Valim2009-07-291-11/+8
* Added respond_with.José Valim2009-07-291-26/+139
* Added tests for respond_to class method.José Valim2009-07-291-1/+1
* Ensure that the proper accept header value is set during tests.José Valim2009-07-291-2/+2
* Remove Mime::ALL from Mime::SET.José Valim2009-07-291-0/+1
* Refactor even more Responder. Move mime negotiation to request and added resp...José Valim2009-07-291-51/+99
* Refactor Responder to only calculate available mime types. Those are sent to ...José Valim2009-07-291-58/+71
* 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 f...Yehuda Katz + Carl Lerche2009-06-161-1/+1
* 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 object...Joshua Peek2009-04-281-1/+1
* Move MimeResponds into base folderJoshua Peek2009-04-141-0/+190