Closed kikito closed 13 years ago
hey Enrique, have you tried to remove the browser cookies related to your locomotive website ?
Hi Did, thanks for the quick response!
That seemed to fix the devise error. I'm getting another error now, but since it's not related with Devise, I'll close this issue and open a new one.
I updated an application I'm developing to the most recent locomotive master branch.
The update seemed to go fine (no errors or conflicts), which is logical since the only file I've changed is the db config file.
This is the error I'm getting:
==RuntimeError in Admin::RenderingController#show
Devise changed how it stores objects in session. If you are seeing this message, you can fix it by changing one character in your secret_token or cleaning up your database sessions if you are using a db store.
I have tried changing several things inside config/initializers/secret_token.rb (removed the bushido part, changed some random numbers on the long string) but nothing worked - I kept receiving the same error.
This is the first time I work with Mongodb, but I don't think there's a "sessions table" in the database.
Help, please?