mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix rails binary path when using --dev [ci skip]
This commit is contained in:
parent
223ea195b0
commit
9c993cb348
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ $ rails new myapp --edge
|
|||
If you have a local checkout of the Rails repository and want to generate an application using that, you can pass the +--dev+ flag:
|
||||
|
||||
<shell>
|
||||
$ ruby /path/to/rails/bin/rails new myapp --dev
|
||||
$ ruby /path/to/rails/railties/bin/rails new myapp --dev
|
||||
</shell>
|
||||
|
||||
h3. Rails Architectural Changes
|
||||
|
|
|
@ -73,7 +73,7 @@ $ rails new myapp --edge
|
|||
If you have a local checkout of the Rails repository and want to generate an application using that, you can pass the +--dev+ flag:
|
||||
|
||||
<shell>
|
||||
$ ruby /path/to/rails/bin/rails new myapp --dev
|
||||
$ ruby /path/to/rails/railties/bin/rails new myapp --dev
|
||||
</shell>
|
||||
|
||||
h3. Major Features
|
||||
|
|
Loading…
Reference in a new issue