Skip to content

Commit

Permalink
fix rails binary path when using --dev [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev committed Jan 12, 2012
1 parent a6dce45 commit 700f778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion railties/guides/source/3_1_release_notes.textile
Expand Up @@ -46,7 +46,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
Expand Down
2 changes: 1 addition & 1 deletion railties/guides/source/3_2_release_notes.textile
Expand Up @@ -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
Expand Down

0 comments on commit 700f778

Please sign in to comment.