From 444e01e4af3b321e0ee3b7e4d41538dab23f7d67 Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Thu, 21 Jul 2011 23:46:42 +0530 Subject: alias added for rails runner guide --- railties/guides/source/command_line.textile | 2 ++ 1 file changed, 2 insertions(+) (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 9e3b25d794..a9f4931924 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -311,6 +311,8 @@ 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 specify the environment in which the +runner+ command should operate using the +-e+ switch. -- cgit v1.2.3