1
0
Fork 0
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:
Jason Noble & Ralph Shnelvar 2011-07-24 16:07:41 -06:00
parent 5ee349c711
commit 2f7ea1907d

View file

@ -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