travis-web/lib
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
..
guard add back guard for @svenfuchs 2012-10-16 19:06:08 +02:00
rake-pipeline Use ENV.FORCE_JQUERY when building for production 2012-10-23 03:47:12 +02:00
travis Fixed Caching and Cleaned up Old Caching 2014-05-21 11:50:09 -04:00