嗨,我想config.cache_classes = true
在 www.cybercellar.com 和config.cache_classes = false
dev2013.cybercellar.com 上使用我该怎么做?两者都在生产模式下运行。
我在我的 /app/config/enviroments/production.rb 中尝试过,但无济于事
if == "www.cybercellar.com"
config.cache_classes = true
else
config.cache_classes = false
end
但我收到了这个错误
undefined local variable or method `request' for main:Object (NameError)