Rails: simple bundler question
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
16:43 UTC
Read the original article
Hit count: 327
ruby-on-rails
|bundler
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 thankful for any help!
© Stack Overflow or respective owner