I am trying to get openid working on my application.

I am using ruby-openid and open_id_authentication.

The application runs fine locally, but on heroku, I get the following
error when I try to login:

undefined method `using_open_id?' for #<LoginController:0xb6df0ca8>

Additionally, every time I push (git push) from my local system, I get
the warning:

These gems that this application depends on are missing:
 - ruby-openid
Run "rake gems:install" to install them.

I run rake gems:install on heroku, and it says that everything is
unpacked in vendor/gems, but alas, when I look in vendor gems, the
ruby-openid-2.1.2 folder is there but it is empty.

I then push manually the gem up to heroku, and still get the error.

Additionally, looking at the gems & plugins for honorwar (the name of
my app is honorwar), all appear to be installed correctly.

I have also searched the discussions and there are verious posts on
openid problems, but none of the solutions seems to help me.

I am at a loss as to what the problem is.

Thanks for any help ya'll may provide,

Dirk Johnson
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to