What could be causing an app that is hosted on heroku to serve a different home pages?
什么可能导致在heroku上托管的应用程序服务于不同的主页?
This renders correctly http://ninezoom.herokuapp.com/
这正确呈现http://ninezoom.herokuapp.com/
This does not http://9zoom.com/
这不是http://9zoom.com/
This is fine though http://9zoom.com/features
这很好,但http://9zoom.com/features
1 个解决方案
#1
1
It was memcached. I forgot to clear cache Rails.cache.clear
它是memcached。我忘了清除缓存Rails.cache.clear
#1
1
It was memcached. I forgot to clear cache Rails.cache.clear
它是memcached。我忘了清除缓存Rails.cache.clear