RubyFlow The Ruby and Rails community linklog

Improve Rails Asset Caching with MD5 and virtual folders

/foo.jpg -> /asset-v123af/foo.jpg (or /foo.jpg?123af) - MD5 only changes on content-change and is identical on all servers. Folders are CDN/proxy/… cacheable and transparent via nginx/apache rewrite rule. For Rails 2 + 3.0: virtual asset paths

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in