Maybe I picked the wrong place for the cache-control header last time. Now I believe it should be in Response.rb . DEFAULT_HEADERS = { 'Content-Type' => 'text/html', 'Cache-Control' => 'no-cache' }.freeze Or maybe not. Vladimir Slepnev