Automatic ETag by Rails

by subbu on September 22, 2008

I learned the hard way today that Rails automatically adds ETag headers. It took a while to isolate this given that I had a cache and a proxy in front of my Rails server. Here is an old changeset that introduced this behavior: http://dev.rubyonrails.org/changeset/6158.

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: On Partial Representations

Next post: On Clean URIs – Again