I ended up inserting my own middleware before Rack::Cache (which was actually causing the issue--I'd even tried removing Rack::ConditonalGet and the issue was still happening) that removes the If-None-Matches and If-Modified-Since headers on the matching requests.
Thanks for the help! -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/519tOXU9RrgJ. For more options, visit https://groups.google.com/groups/opt_out.

