diff options
author | Xavier Noria <fxn@hashref.com> | 2010-04-27 22:43:55 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-04-27 22:43:55 +0200 |
commit | 97b39363184d3373fce021558012d46ce4cb4977 (patch) | |
tree | c00220188404c0a05d4d61885cae07fd7bd85312 /railties/guides | |
parent | a5713147558648429dec63df612a487accf48af2 (diff) | |
download | rails-97b39363184d3373fce021558012d46ce4cb4977.tar.gz rails-97b39363184d3373fce021558012d46ce4cb4977.tar.bz2 rails-97b39363184d3373fce021558012d46ce4cb4977.zip |
release notes: updates path to the rails command in the Rails repo
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index ad0878682f..66fdad8c54 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -102,7 +102,7 @@ $ rails 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/railties/bin/rails myapp --dev +$ ruby /path/to/rails/bin/rails myapp --dev </shell> h3. Rails Architectural Changes |