travis-web/lib/travis/web
Martin Charles fb8655769e Fixed Caching and Cleaned up Old Caching
Caching was broken for many reasons:
* Puma calls `Travis::Web::App.initilize` multiple times. This caused
the server start time to be incorrect, breaking caching.
* The `Date` HTTP header was missing. This caused some browsers to fail to cache
assets.
* The `ETag` was incorrectly formatted.

Some other things which were changed:
* Removed `Rack::Cache`
2014-05-21 11:50:09 -04:00
..
app Fix passing alt=default param 2013-03-05 21:08:14 +01:00
allow.rb allow only GET and HEAD request 2012-10-22 21:22:47 +02:00
api_redirect.rb Redirect PNG to SVG when REDIRECT_PNG is set. 2014-03-20 17:35:42 +01:00
app.rb Fixed Caching and Cleaned up Old Caching 2014-05-21 11:50:09 -04:00
set_token.rb remove printf debugging 2012-12-06 17:13:08 +01:00