Hey Guys,
I have noticed that after I do a deploy via capistrano, the static css files dont seem to be loading, this is true when I specially specify
<%= stylesheet_link_tag 'resume',:cache => true %>
removing the :cache => true solves the problem, but I would like to know why that option is causing a problem in the first case, and secondly what is the best practice while deploying the rails application via capistrano