travis-web/lib/travis
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
..
assets rename handlebars helper to travis_handlebars 2012-10-13 01:51:08 +02:00
web Fixed Caching and Cleaned up Old Caching 2014-05-21 11:50:09 -04:00
assets.rb Use ember.prod.js when compiling for production 2014-01-09 13:20:12 +01:00
web.rb allow setting token manually 2012-10-24 19:36:17 +02:00