I am having very slow page load time in DEVELOPMENT.
Already did config.assets.digest = true and config.assets.debug = false to make rails generate only one CSS / JS file.
The problem is, all the assets are sent with caching set to NO.
So the browser keeps quiering for each and every asset (images/css/js)
Is there a way to make Rails3.1 set let the browser to cache all assets ?
Looks like some misconfiguration with ‘Webrat’, when using ‘thin’ with same settings, cache headers are set correctly