aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generator
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-06-17 11:39:53 +0200
committerJosé Valim <jose.valim@gmail.com>2009-06-19 16:11:53 +0200
commit4bf8f40638858fa6227bda4aa481cab38862a452 (patch)
tree734591149ca0bb79b524569f2576738872eda0b7 /railties/lib/generator
parent34ed2d8d5eed5883892f22cb6458a09a8b446d88 (diff)
downloadrails-4bf8f40638858fa6227bda4aa481cab38862a452.tar.gz
rails-4bf8f40638858fa6227bda4aa481cab38862a452.tar.bz2
rails-4bf8f40638858fa6227bda4aa481cab38862a452.zip
Added usage to app generator.
Diffstat (limited to 'railties/lib/generator')
-rw-r--r--railties/lib/generator/templates/app/USAGE9
1 files changed, 9 insertions, 0 deletions
diff --git a/railties/lib/generator/templates/app/USAGE b/railties/lib/generator/templates/app/USAGE
new file mode 100644
index 0000000000..36d6061a59
--- /dev/null
+++ b/railties/lib/generator/templates/app/USAGE
@@ -0,0 +1,9 @@
+Description:
+ The 'rails' command creates a new Rails application with a default
+ directory structure and configuration at the path you specify.
+
+Example:
+ rails ~/Code/Ruby/weblog
+
+ This generates a skeletal Rails installation in ~/Code/Ruby/weblog.
+ See the README in the newly created application to get going.