I'm using the latest release of rails, starting a new app that I will be deploying in 3.1 once its out, and I cannot get omniauth to work. If I just add omniauth to my Gemfile, it bundles up, but when I then run rake, or rails s, or pretty much any command, it errors out:
no such file to load -- omniauth/password
Any ideas why? Is there a branch or fork that works on Rails 3.1? Or is this just me that's having this issue?
The actual issue is that bundler chooses an old version of omniauth. To help bundler choose the right version, use:
gem 'omniauth', '>= 0.2.6'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With