From ccb3af468328270b38e4a31ee0e353fd1d7ec327 Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sat, 23 Jul 2011 01:19:24 +0530 Subject: corrected sentences to make them consistent in command line guide --- railties/guides/source/command_line.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source/command_line.textile') diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index b5e87eea3d..b34506d4d8 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -85,7 +85,7 @@ h4. +rails generate+ The +rails generate+ command uses templates to create a whole lot of things. Running +rails generate+ by itself gives a list of available generators: -You can also use the alias "g" that will work same as +rails generate+: rails g. +You can also use the alias "g" to invoke the generator command: rails g. $ rails generate @@ -313,7 +313,7 @@ h4. +rails runner+ $ rails runner "Model.long_running_method" -You can also use the alias "r" to run Ruby code in the context of Rails: rails r. +You can also use the alias "r" to invoke the runner: rails r. You can specify the environment in which the +runner+ command should operate using the +-e+ switch. -- cgit v1.2.3