From c7a7294198d141b5133e91d7246d22b27b670701 Mon Sep 17 00:00:00 2001 From: Oscar Del Ben Date: Sun, 17 Jun 2012 11:19:28 -0700 Subject: Rewrite rails command section --- guides/source/initialization.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guides/source') diff --git a/guides/source/initialization.textile b/guides/source/initialization.textile index 25f137cfbd..b7538df060 100644 --- a/guides/source/initialization.textile +++ b/guides/source/initialization.textile @@ -39,7 +39,7 @@ require "rails/cli" This file will first attempt to push the +railties/lib+ directory if -present, and then require +rails/cli+. +present, and then requires +rails/cli+. h4. +railties/lib/rails/cli.rb+ @@ -129,7 +129,7 @@ exec RUBY, SCRIPT_RAILS, *ARGV if in_rails_application? This is effectively the same as running +ruby script/rails [arguments]+, where +[arguments]+ at this point in time is simply "server". TIP: If you execute +script/rails+ directly from your Rails app you will -avoid executing the code that we just described. +skip executing all the code that we've just described. h4. +script/rails+ -- cgit v1.2.3