简体   繁体   中英

rails g scaffold articles isn't executed

I am trying to generate a scaffold in an existing project but when I run the command rails g scaffold articles title:string date:string content:text image:string nothing happens...

$ rails g scaffold articles title:string date:string content:text image:string

I can't ever generate a controller??? rails g controller articles do nothing....

If I try in a new project it works what could be the problem please ?

我不得不stop spring ,一切恢复正常!

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