We're using Rails asset pipeline for javascripts. The application-xyz.js (xyz = digest) is cached and does not seem to get cleared by IE (version 8), even if i recompile all assets and redeploy to production. Even deleting history and temporary internet files does not help.
Is there any directive/header to make IE clear cached versions and always fetch latest version of the page?