不管是用 expires_now ,还是 response.cache_control[:no_cache] = true,还是 response.header["Cache-Control"] = "no-cache",都没有效果。
expires_now
response.cache_control[:no_cache] = true
response.header["Cache-Control"] = "no-cache"
服务器是 thin,rails 版本 4.0,全部默认配置。
请问遇到这种情况应该怎么办。。
https://github.com/MiniProfiler/rack-mini-profiler/blob/master/lib/mini_profiler/profiler.rb#L378 https://github.com/MiniProfiler/rack-mini-profiler/issues/63