Rails5 development 本地开发开启cache 缓

2019-10-07  本文已影响0人  ifree321

参考https://blog.bigbinary.com/2016/01/25/caching-in-development-environment-in-rails5.html

rails 4配置config/environments/development.rb如下:

config.action_controller.perform_caching = true

可开启开发环境缓存,但是需要重启server.

rails 5使用命令:

 $ rails dev:cache

开启/关闭缓存, 不需要重启rails server.

具体请查看如上参考的文章。

上一篇下一篇

猜你喜欢

热点阅读