So all of a sudden I start getting these cryptic msgs
LoadError (no such file to load — bcrypt):
I checked the Gemfile and it had the approp entry
gem ‘bcrypt-ruby’, ‘2.1.4’, :require=>’bcrypt’
The problem it seems is because I had checked in the Gemfile.lock from windows which had an entry for bcrypt with “x86-mingw32” in it. Delete the win specific part in the Gemfile.lock and presto everything works