简体   繁体   中英

omniauth model generation frozen

I am trying to install omniauth with a website running devise. I am following an online tutorial. I ran a command to generate a model, but it just freezes loading. it does not return any errors, or anything. it just displays the command in terminal with no response.

rails g model identity user:references provider:string did:string

Does anyone have any any idea what is happening, and why?

It is because of spring.

Try stopping it and trying again:

bin/spring stop

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