authlogic-connect-example
authlogic-connect-example copied to clipboard
undefined method `returning' for #<UserSession: no credentials provided>
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?
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).
Thanks a lot man :)