Stop images from caching in Rails and browser?
问题 I have created a image crop facility that I can click on an image and crop it and it saves the new cropped image over the old one, then redirects back to the original page where the image was show. But it still shows the old image even after a redirect and doesn't display the new one till I refresh the page. I have tried just using an image tag and removing the asset timestamp after the image but it still displays the old image and I have also tried adding meta tags to stop browser caching