summaryrefslogtreecommitdiff
path: root/lib/rack/mime.rb
Commit message (Expand)AuthorAgeFilesLines
* Update MIME types associated to font extensions `.ttf`, `.woff`, `.woff2`, an...David Stosik2023-04-031-4/+4
* Add mjs MIME type (#2057)Achilleas Pipinellis2023-03-161-0/+1
* Prefer `text/javascript` as that's the current recommended mime type for Java...Samuel Williams2023-02-181-1/+1
* Add APNGDaniel Aleksandersen2020-07-101-0/+1
* Add more image formatsDaniel Aleksandersen2020-07-011-0/+7
* Add MIME Types for video streamingAdrian Setyadi2019-01-171-0/+5
* Add MIME Type for WASMMichael Stock2019-01-061-0/+1
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-1/+1
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Remove legacy Mongrel serverdeepj2015-05-261-5/+0
* add office related Mime typeFabien Jakimowicz2015-02-051-0/+18
* Add woff2 mime typeGeremia Taglialatela2015-01-281-0/+1
* Refactor Rack::Mime.match? conditionals to make them a bit cleanerSantiago Pastorino2013-02-091-15/+1
* Introduce Rack::Mime.match?, references #443James Tucker2013-01-111-0/+29
* .woff now has an official mime type!James Tucker2012-12-291-1/+1
* add .docx and .xlsx mime types.John Doe2011-11-191-0/+2
* Add some documentation to cover distribution differences in /etc/mime.types.James Tucker2011-10-011-0/+3
* Added 'text/cache-manifest' for the suggested Application Cache extension '.a...Ben Schwarz2011-07-181-0/+1
* add more mime typesKonstantin Haase2011-06-091-171/+603
* Add MIME types for .ttf and .woffRaving Genius2010-12-111-0/+2
* Add mime-type for webmMichael Fellinger2010-06-101-0/+1
* add Mime type for .htc files ('text/x-component')Alex2010-03-231-0/+1
* Added mime type for .manifest (HTML5 offline storage)Geoffrey Grosenbach2009-12-021-0/+1
* added ogv mime type so that firefox can read theora videos using the html5 <v...Patrick Aljord2009-07-311-0/+1
* Use #to_s and #downcase on the ext passed to Rack::Mime::mime_typeMichael Fellinger2009-06-231-1/+1
* fixed wrong reference to Rack::Utils in rdocsDiego Scataglini2009-01-091-4/+4
* Add Rack::Mime, a module containing a MIME-type list and helpersChristian Neukirchen2008-09-071-0/+204