Has anyone had any issues installing bcrypt 3.0.1 or 3.1.2 on Windows 8? I've tried testing different versions but i'm getting this error.
but I'm getting this error after running rails server. cannot load such file -- 2.0/bcrypt_ext "You don't have bcrypt-ruby installed in your application. please add it to your gemfile and run bundle install"
I'm using: OS: Windows 8 Rails 4.0.0 Ruby 2.0.0 bcrypt-ruby 3.0.1
my gemsfile has bcrypt defined as this. gem 'bcrypt-ruby', '3.0.1'
When I uninstalled 3.0.1 and installed 3.1.2, update my gemfile to point to 3.1.2, run bundle install, then run rails server i'm getting an error:
"can't activate bcrypt-ruby (~>3.0.0), already activated 3.1.2...make sure all dependencies are added to gemfile."
I tried doing a bundle update to make I get all the dependencies but no luck. I've searched multiple forums and tried many solutions to no luck. I'd love any advice and feedback you may have.
Thank you!