Rails缓存清除

时间:2010-05-17 09:22:15

标签: ruby-on-rails caching clear

我的生产环境中有这个:

# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests
config.cache_classes = true

如何彻底清除缓存,以便我部署的更改生效?我已将内容添加到其中一个页面,但它似乎没有出现,因为我将config.cache_classes设置为true。

谢谢,

丹尼

1 个答案:

答案 0 :(得分:6)

如果您使用乘客,您需要创建文件tmp/restart.txt或更新其修改时间(如果已经存在):

touch tmp/restart.txt