When using this command:
rails generate model Event name:string
Nothing happens, and I have to CTRL+c.
The versions I\'m using are:
There is a bug in Spring with Rails 4.1 which causes generators to hang.
Try running spring stop and running the generator again.
spring stop