WINDOWS BUILD - department-of-veterans-affairs/diffusion-marketplace GitHub Wiki

WINDOWS BUILD

Notes about quirks for building this project on windows

1. bcrypt:

problem: you may get this error when attempting to log in:

LoadError in Devise::SessionsController#create
cannot load such file -- bcrypt_ext

solution: run

gem uninstall bcrypt

then

gem install bcrypt --platform=ruby