1
0
Fork 0
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:
Vijay Dev 2012-01-13 01:51:19 +05:30
parent 223ea195b0
commit 9c993cb348
2 changed files with 2 additions and 2 deletions

View file

@ -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: 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> <shell>
$ ruby /path/to/rails/bin/rails new myapp --dev $ ruby /path/to/rails/railties/bin/rails new myapp --dev
</shell> </shell>
h3. Rails Architectural Changes h3. Rails Architectural Changes

View file

@ -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: 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> <shell>
$ ruby /path/to/rails/bin/rails new myapp --dev $ ruby /path/to/rails/railties/bin/rails new myapp --dev
</shell> </shell>
h3. Major Features h3. Major Features