I am tring to create a new rails app and generate some models
First, when I try to use the rails g model category name:string
command, it finishes normally.
But, when I generate another model using rails g model product name:string
, the command does not finish. I have to press ctrl + c
to finish it. It just happened today, how do I solve this problem?
Asked
Active
Viewed 60 times
1
-
3Possible duplicate of ['rails generate' commands hang when trying to create a model](http://stackoverflow.com/questions/31857365/rails-generate-commands-hang-when-trying-to-create-a-model) – Arun Kumar Mohan Nov 06 '16 at 00:33
-
Seems like a problem due to `spring` – Deepak Mahakale Nov 06 '16 at 03:13