-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work in Rails 3.2 #5
Comments
Is probably the issue. |
An alternative way to get this to work; Don't remove the
|
Confirmed. Doesn't work with Rails 3.2 out of the box without doing something like this. This should probably go in the readme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A secret is required to generate an integrity hash for cookie session data. Use config.secret_token = "some secret phrase of at least 30 characters"in config/initializers/secret_token.rb
The text was updated successfully, but these errors were encountered: