aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_responds_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Added test for Accept header for xml_http_request calls in functional tests (...David Heinemeier Hansson2006-03-181-1/+9
* Removed XML argument style for respond_to, so type.xml(object.to_xml) no long...David Heinemeier Hansson2006-03-181-16/+28
* fix broken respond_to testJamis Buck2006-03-181-1/+1
* Allow for respond_to(:html, :js, :xml) (closes #4277) [Caio Chassot]David Heinemeier Hansson2006-03-181-0/+18
* Add MimeResponds::Responder#any for managing multiple types with identical re...Jamis Buck2006-03-151-0/+21
* Added simple alert() notifications for RJS exceptions when config.action_view...Sam Stephenson2006-03-131-1/+1
* Default mime type for XML should be application/xml [DHH]David Heinemeier Hansson2006-03-121-0/+12
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-2/+2
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-121-0/+28
* Assume that we accept what we give [DHH]David Heinemeier Hansson2006-03-121-0/+18
* Added defaults to respond_to [DHH]David Heinemeier Hansson2006-03-121-0/+38
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-0/+102