Re: openid gem problem

2008-10-20 Thread Corey Haines
Thanks, Adam. I ended up getting it working through updated the version of the gem in the plugin, as well as re-uploading the source for the gems folder. I think the rake gems:install didn't unpack the openid gem totally. Thanks a lot. -Corey On Mon, Oct 20, 2008 at 8:10 PM, Adam Wiggins <[EMAIL

Re: openid gem problem

2008-10-20 Thread Adam Wiggins
db:schema:load executed on your app worked when I ran it, did you change something? I also notice that there are no gem dependencies defined in your config/environment.rb. config.gem "openid" would probably be what you want here. Adam --~--~-~--~~~---~--~~ You re

openid gem problem

2008-10-20 Thread Corey Haines
Hi, all, I am using the openid gem and restful_authentication. When I pushed my project up, though, I can't run rake db:schema:load. When I do, I get a 'no such file to load -- openid' error. Has anyone seen this before? I did rake gems:install, and it installed the gem into the vendor folder.