aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add multipart and url-encoded form mime types.Jeremy Kemper2007-05-151-2/+2
* Improved the handling of broken accept headersTobias Lütke2007-03-281-0/+7
* remove Mime::PLAIN from tests so its not confused with the default Mime::TEXT...Rick Olson2007-02-151-6/+6
* Add Mime::Type convenience methods to check the current mime type. [Rick]Rick Olson2007-02-151-2/+16
* Make new mime types first class [DHH]David Heinemeier Hansson2006-06-021-1/+4
* Added Mime::Type.register(string, symbol, synonyms = []) for adding new custo...David Heinemeier Hansson2006-06-021-0/+6
* Dont keep nothing as a lookup [DHH]David Heinemeier Hansson2006-06-011-1/+0
* New routes implementation. Simpler, faster, easier to understand. The publish...Jamis Buck2006-06-011-0/+1
* Make Mime::Type.parse consider q values (if any)Jamis Buck2006-03-181-0/+24