Rails: simple bundler question with ruby-openid

Posted by Joern Akkermann on Stack Overflow See other posts from Stack Overflow or by Joern Akkermann
Published on 2010-04-16T16:38:11Z Indexed on 2010/04/16 17:03 UTC
Read the original article Hit count: 467

Hi!

I just installed the ruby-openid gem and then bundled it by entering

gem 'ruby-openid', :require => 'openid'

in the gemfile. Then I started bundle install and bundle lock. Everything worked fine so far.

But how can I now access the classes of ruby-openid.

OpenID::method

won't work for me. It raises a not found error.

What have I forgot or done wrong?

I'm absolutely new to bundler and the internet full of solutions for various versions, but I need one solution that's surely working.

I'm thankful for any help!

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about bundler