Cache headers in Rails

Posted by Dimitar Vouldjeff on Stack Overflow See other posts from Stack Overflow or by Dimitar Vouldjeff
Published on 2010-05-19T22:00:17Z Indexed on 2010/05/20 11:10 UTC
Read the original article Hit count: 205

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about caching