Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authlogic_OpenID - "uninitialized constant Rack::OpenID"

So I followed the railscast tutorial (http://railscasts.com/episodes/170-openid-with-authlogic) and used the old version of the plugin from Ryan's git file. I can now successfuly create/register a user using OpenID (Google), but I cannot log in with this user. When I submit the OpenID that has been registered, I get "uninitialized constant Rack::OpenID". Any ideas?

Thanks!

like image 873
Micah Alcorn Avatar asked Nov 05 '22 12:11

Micah Alcorn


1 Answers

I would suggest trying the latest version of the plugin, or the gem.

Things change quick in rails, and old code can break with new versions of rails.

like image 105
thomasfedb Avatar answered Nov 11 '22 02:11

thomasfedb