我最近將Rails v3.x應用程序升級到了Rails 4.1.1,並且一切似乎都轉換了大部分,但是當我將應用程序從生產切換到apache配置時,文件,我收到錯誤消息We're sorry but something went wrong
我知道開發環境正在工作,因爲我可以看到在development.log
文件中正在處理GET請求。但不久GET請求後,我們得到如下的日誌Ruby on Rails - 不兼容的編組文件格式
ActionView::Template::Error (incompatible marshal file format (can't be read) format version 4.8 required; 123.34 given):
很有可能你有會話數據已經序列化了不同版本的類對象。嘗試刪除會話。 (關於錯誤出現的位置的報告可能會有用。) – Amadan
我將如何處理「刪除會話」? – Chris
取決於你的'session_store'配置爲什麼。 – Amadan