aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/mime_type.rb
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mime type reordering depending on the branch [DHH]David Heinemeier Hansson2006-03-121-1/+7
* Default mime type for XML should be application/xml [DHH]David Heinemeier Hansson2006-03-121-13/+16
* Mime types are separated by a comma, not semicolon, in the Accept header. Als...David Heinemeier Hansson2006-03-121-2/+10
* Added synonym and custom type handling to respond_to [DHH]David Heinemeier Hansson2006-03-121-26/+30
* Assume that we accept what we give [DHH]David Heinemeier Hansson2006-03-121-1/+1
* Added better support for using the same actions to output for different sourc...David Heinemeier Hansson2006-03-111-0/+44