I have a rails (4.1.5) app deployed on Heroku and monitored with NewRelic. In the last 24 hours the site has gone from having < 3% errors on NewRelic to having ~30% errors and all the errors are to do with requests for expired javascript and css assets. I have not deployed to the site in over a month so the assets shouldn't have changed.
My question is two-fold;
First, why would I suddenly be getting a load of requests for an expired asset?
Second, is their a rails way to handle a request for an expired asset and redirect it to the current asset?