Skip to content

Instantly share code, notes, and snippets.

@asonas
Created June 13, 2012 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asonas/2924170 to your computer and use it in GitHub Desktop.
Save asonas/2924170 to your computer and use it in GitHub Desktop.
Railsで「dump format error for symbol(0x6f)」みたいなエラーがでた。

rails/rails#3644 似たようなのでこちら。

僕らの場合はsession起因ぽかったので、rake db:sessions:clearをした。 その後、 Railsを3.1.1から3.1.5にした。 大変厳しい戦いだった。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment