Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rails generate devise:install does nothing

A have a problem installing the gem devise. I've already run bundle install but when I run rails generate devise:install, there were no errors and it just does nothing.

My rails version is Rails 4.2.5.
My ruby version is ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14].

Thanks!

UPDATE!

Problem solved, I just restarted my machine. It works now.

like image 849
Jei Trooper Avatar asked Apr 16 '16 05:04

Jei Trooper


1 Answers

In case this ever happens again, all you would have to do is run:

$ spring stop

Your generators will stop hanging & go back to normal.

like image 138
Rigo Avatar answered Oct 20 '22 15:10

Rigo