First of all, according to this answer, the :cache => true option on stylesheet_link_tag and javascript_include_tag doesn\'t work o
:cache => true
stylesheet_link_tag
javascript_include_tag
It's a different way to manage your CSS/Javascript but you may want to check out the Rails plugin shoebox.
Shoebox can do combining, minifying, and caching.