Cache headers in Rails
- by Dimitar Vouldjeff
Hi,
I`m trying to add cache headers on my static files (.css, .js), but only way I found is with some .htaccess stuff that make the page to throw 500 error. So my question is whether there is easier way to add those headers?
Thanks in advance.