After removing caches_page cached sites are still not updated

℡╲_俬逩灬. 提交于 2019-12-07 00:34:29
zsquare

Page cache generates an HTML page which it stores in your public directory. Even though you disabled the caching, the cached page remained there. Rails by default serves files in public without going through the routes.

You need to delete this html page for rails to hit the action again.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!