From 97b39363184d3373fce021558012d46ce4cb4977 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Tue, 27 Apr 2010 22:43:55 +0200 Subject: release notes: updates path to the rails command in the Rails repo --- railties/guides/source/3_0_release_notes.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/guides/source') 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: -$ ruby /path/to/rails/railties/bin/rails myapp --dev +$ ruby /path/to/rails/bin/rails myapp --dev h3. Rails Architectural Changes -- cgit v1.2.3