简体   繁体   中英

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM