From dc1b207d81313d71536a06a45237b8e98fa217ba Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Thu, 21 Jul 2011 23:55:31 +0530 Subject: alias added for rails generate guide --- railties/guides/source/command_line.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile index a9f4931924..b5e87eea3d 100644 --- a/railties/guides/source/command_line.textile +++ b/railties/guides/source/command_line.textile @@ -85,6 +85,8 @@ 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. + $ rails generate Usage: rails generate GENERATOR [args] [options] -- cgit v1.2.3