aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/mime_type_test.rb
Commit message (Expand)AuthorAgeFilesLines
* change ActionController::RequestForgeryProtection to use Mime::Type#verify_re...rick2008-05-061-4/+21
* Accept header mime parser can now deal with empty fieldsTobias Lütke2008-05-011-0/+7
* Ensure mime types can be compared with symbols. Closes #10796 [bscofield]Michael Koziarski2008-01-201-0/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Ruby 1.9 compat, consistent load pathsJeremy Kemper2007-10-021-1/+2
* 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