ActionDispatch::Session::SessionRestoreError

開発中に、滅多に使用しないFirefoxのブラウザのアップデートしたら下記エラー。
なぜか、Chromeでは動作している。

セッションを復元できないというようなエラー。
とりあえず、ブラウザの設定でクッキーを削除してみた。

[code]
ActionDispatch::Session::SessionRestoreError

Session contains objects whose class definition isn’t available.
Remember to require the classes for all objects kept in the session.
(Original exception: uninitialized constant OAuth [NameError])

[/code]

問題なく動作した。滅多に出現するエラーではないと思うが、覚え書きまで・・・。

This entry was posted in Ruby, 技術情報. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です