mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updated the documentation #329 [rainmkr]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@222 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
356f16006b
commit
3b56b85906
1 changed files with 5 additions and 5 deletions
|
@ -27,17 +27,17 @@ else
|
||||||
end_usage
|
end_usage
|
||||||
|
|
||||||
unless contrib_generators.empty?
|
unless contrib_generators.empty?
|
||||||
$stderr.puts " Installed generators (in #{RAILS_ROOT}/generators):"
|
$stderr.puts " Installed generators (in #{RAILS_ROOT}/script/generators):"
|
||||||
$stderr.puts " #{contrib_generators}"
|
$stderr.puts " #{contrib_generators}"
|
||||||
$stderr.puts
|
$stderr.puts
|
||||||
end
|
end
|
||||||
|
|
||||||
$stderr.puts <<end_usage
|
$stderr.puts <<end_usage
|
||||||
More generators are available at http://rubyonrails.org
|
More generators are available at http://rubyonrails.org/show/Generators
|
||||||
1. Download, for example, auth_controller.zip
|
1. Download, for example, login_generator.tar.gz
|
||||||
2. Unzip to directory #{RAILS_ROOT}/generators/auth_controller
|
2. Unzip to directory #{RAILS_ROOT}/script/generators/login
|
||||||
3. Generate without args for usage information
|
3. Generate without args for usage information
|
||||||
#{$0} auth_controller
|
#{$0} login
|
||||||
end_usage
|
end_usage
|
||||||
exit 0
|
exit 0
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue