We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Notes about quirks for building this project on windows
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