We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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