When using this command:
rails generate model Event name:string
Nothing happens, and I have to CTRL+c.
The versions I\'m using are:
Same thing happened to me and I wasn't using Spring so the solution didn't work.
I just quit the console, opened it up again, ran the same command and it worked.