mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Make the rails not found tip more explanatory.
This commit is contained in:
parent
5ee349c711
commit
2f7ea1907d
1 changed files with 2 additions and 2 deletions
|
@ -462,8 +462,8 @@ your terminal:
|
|||
$ rails generate controller home index
|
||||
</shell>
|
||||
|
||||
TIP: If you're on Windows, or your Ruby is set up in some non-standard fashion,
|
||||
you may need to explicitly pass Rails +rails+ commands to Ruby: <tt>ruby
|
||||
TIP: If you get a command not found error when running this command, you
|
||||
need to explicitly pass Rails +rails+ commands to Ruby: <tt>ruby
|
||||
\path\to\your\application\script\rails generate controller home index</tt>.
|
||||
|
||||
Rails will create several files for you, including
|
||||
|
|
Loading…
Reference in a new issue