aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/mime_types.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-3/+0
* fix Mime type in doc since mime types via constants is deprecated [ci skip]Gaurav Sharma2015-09-261-1/+1
* introduce an `All` mime typeAaron Patterson2015-09-211-1/+1
* deprecate accessing mime types via constantsAaron Patterson2015-09-211-1/+1
* Add application/vnd.api+json alias to the JSON MIME Type.Eduardo Bautista2015-05-271-1/+1
* Add Mime::Type.register "text/vcard", :vcf to the default list of mime typesDavid Heinemeier Hansson2013-12-051-0/+1
* Add 'image/pjpeg' format used by IE Antonio Tapiador2012-01-291-1/+1
* Fix test to use Mime::ZipArun Agrawal2011-06-281-3/+3
* Register some commonly used mime types (png, jpeg, pdf, zip etc.) per defaultEsad Hajdarevic2011-06-281-0/+12
* Remove Mime::ALL from Mime::SET.José Valim2009-07-291-2/+4
* Fixed new_base tests on ruby 1.9Yehuda Katz + Carl Lerche2009-05-201-1/+1
* Move HTTP libs and middleware into ActionDispatch componentJoshua Peek2009-01-271-0/+21