RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: pezholio
Ignore me. Got it sorted now. Added gem 'bcrypt-ruby', :require => 'bcrypt' to my gemfile and it works perfectly :)
gem 'bcrypt-ruby', :require => 'bcrypt'
I'm getting the same problem. gem 'bcrypt-ruby' is in my gemfile and I've run bundle install. Still no joy.
gem 'bcrypt-ruby'
bundle install
I'm on OSX and running Ruby 1.9.2 (via Rbenv) and Rails 3.2.0.
Any ideas?
Ignore me. Got it sorted now. Added
gem 'bcrypt-ruby', :require => 'bcrypt'
to my gemfile and it works perfectly :)I'm getting the same problem.
gem 'bcrypt-ruby'
is in my gemfile and I've runbundle install
. Still no joy.I'm on OSX and running Ruby 1.9.2 (via Rbenv) and Rails 3.2.0.
Any ideas?