Skip to content

Instantly share code, notes, and snippets.

@raul
Created July 25, 2011 00:20
Show Gist options
  • Select an option

  • Save raul/1103281 to your computer and use it in GitHub Desktop.

Select an option

Save raul/1103281 to your computer and use it in GitHub Desktop.
Adding MIME_TYPES to rack's defaults
Rack::Mime::MIME_TYPES.merge!({ '.appcache' => 'text/cache-manifest' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment