Skip to content
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

undefined method `returning' for #<UserSession: no credentials provided> #2

Open
apneadiving opened this issue Aug 15, 2010 · 2 comments

Comments

@apneadiving
Copy link

Hi,

I just tried to change rails 3 beta4 to rails 3 rc in the gemfile.
After clicking on any of the oauth links, i get:
undefined method `returning' for #<UserSession: no credentials provided>

How could I fix this please?

@jinyk
Copy link

jinyk commented Dec 27, 2010

I'm not the author, but from looking at the .gitignore and source I believe the config variables (config/authlogic.yml) are not being respected when deployed to Heroku. Instead, you should set these variable via heroku config:add (see http://docs.heroku.com/config-vars).

@apneadiving
Copy link
Author

Thanks a lot man :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants