try disabling rack/cache

This commit is contained in:
Sven Fuchs 2013-02-26 23:11:40 +01:00
parent 9bda77e757
commit 47765ba8c0

View File

@ -35,7 +35,7 @@ class Travis::Web::App
builder = Rack::Builder.new builder = Rack::Builder.new
if options[:environment] == 'production' if options[:environment] == 'production'
builder.use Rack::SSL builder.use Rack::SSL
builder.use Rack::Cache # builder.use Rack::Cache
end end
builder.use Rack::Deflater builder.use Rack::Deflater
builder.use Rack::Head builder.use Rack::Head