aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/mime_type.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-13/+67
* Fix Mime::Type#to_sym to do @string.to_sym. Add text/yaml as alias for Mime::...Jamis Buck2006-03-151-3/+5
* Rendering xml shouldnt happen inside any layout. Added class proxying to RJS,...David Heinemeier Hansson2006-03-131-7/+29
* 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