I'm running a Rails 3.1.1 application on Heroku Cedar. By default this stack doesn't Gzip and set Expires Headers on assets. There is some doc about that, but it's not very clear : http://devcenter.heroku.com/articles/http-routing
Can somebody give me the piece of code to activate that ?
Thank you very much
HTTP/1.1 304 Not Modified Cache-Control: no-cache, private Date: Mon, 17 Oct 2011 11:36:48 GMT Server: thin 1.2.11 codename Bat-Shit Crazy X-Rack-Cache: miss X-Runtime: 0.001256 X-Ua-Compatible: IE=Edge,chrome=1 Connection: keep-alive
– Presumptive