"rails generate" creates new "generate" project ?
Posted
by Marco
on Stack Overflow
See other posts from Stack Overflow
or by Marco
Published on 2010-03-23T00:41:07Z
Indexed on
2010/03/23
0:51 UTC
Read the original article
Hit count: 398
ruby-on-rails
Running the command generates new rails projects:
$ rails generate controller home index
The above will create four new rails projects: generate, controller, home, and index\
Why is this happening?
I'm using rails (2.3.5)
© Stack Overflow or respective owner