Is there a way to make a user reload assets automatically?
(I am forever asking clients to “reload the cache” after a new deployment but there must be a better, less obtrusive method?!)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no reason to “reload the cache” in Rails 3 since assets name contains now a digest of the content so if you even change a char the digest changes and user request the new, updated asset.