bterone / training-course

An online training course website coded in ruby!
0 stars 0 forks source link

Error in registering a new user #7

Closed bterone closed 5 years ago

bterone commented 5 years ago

Upon registering a new user, raises an error in UsersController#Create cannot load such file -- bcrypt_ext

Going to try reinstalling devise and bcrypt

bterone commented 5 years ago

Apparently there were two versions of bcrypt installed when installing devise? I simply uninstalled one of them and the issue was resolved.