ruby on rails - rails4 authentication with devise on Mysql server doesn't work -
i'm following tutorial https://www.youtube.com/watch?v=aaym7uf6dr0 learn devise.
i'm using rails 4.2.1. i've tryed devise using sqlite , works perfect, if want use devise mysql freezes when write:
rails generate devise:install
the console freeze , nothing happen. can't stop terminal whit ctrl+c , thing closing terminal. how can work whit devise on mysql? been lookng on google can't find solution... thank you!
Comments
Post a Comment