aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_2_release_notes.textile
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:57:06 +0530
commit700f778814ccc9d17b50bc197f7bd1a909567991 (patch)
treefc32ce2ba9c3da64ee5763dbcad4585f2f3d3105 /railties/guides/source/3_2_release_notes.textile
parenta6dce45f423a2aa76c4c639f2a56a8bfaacc9cdd (diff)
downloadrails-700f778814ccc9d17b50bc197f7bd1a909567991.tar.gz
rails-700f778814ccc9d17b50bc197f7bd1a909567991.tar.bz2
rails-700f778814ccc9d17b50bc197f7bd1a909567991.zip
fix rails binary path when using --dev [ci skip]
Diffstat (limited to 'railties/guides/source/3_2_release_notes.textile')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
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