Skip to content

WINDOWS BUILD

ahay-agile6 edited this page Aug 8, 2019 · 1 revision

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

Clone this wiki locally