aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-01-13 01:51:19 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-13 01:53:26 +0530
commit9c993cb348a37563c0ab7c12ded9c21938cc6781 (patch)
tree6c9940bb725706562336bb46681aefdf8b08bdd7 /railties/guides
parent223ea195b0f1fc0e0a0997928a883a68e1b17154 (diff)
downloadrails-9c993cb348a37563c0ab7c12ded9c21938cc6781.tar.gz
rails-9c993cb348a37563c0ab7c12ded9c21938cc6781.tar.bz2
rails-9c993cb348a37563c0ab7c12ded9c21938cc6781.zip
fix rails binary path when using --dev [ci skip]
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/3_1_release_notes.textile2
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/3_1_release_notes.textile b/railties/guides/source/3_1_release_notes.textile
index 27a5cff215..bfe6db4651 100644
--- a/railties/guides/source/3_1_release_notes.textile
+++ b/railties/guides/source/3_1_release_notes.textile
@@ -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
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index 0a58008496..7a7127819a 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -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