diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-27 20:33:00 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-27 20:33:00 +0000 |
commit | b8a09033444c5f915a4892c35c685150c2f89666 (patch) | |
tree | 1e338d9eafac5b8e6ef7a1a143dfaa3ddab67cb2 /railties/bin | |
parent | 85bb292a8fa95d9685b42b8a131d1f97aa34491c (diff) | |
download | rails-b8a09033444c5f915a4892c35c685150c2f89666.tar.gz rails-b8a09033444c5f915a4892c35c685150c2f89666.tar.bz2 rails-b8a09033444c5f915a4892c35c685150c2f89666.zip |
--i/index is obsolete #743
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@806 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/bin')
-rw-r--r-- | railties/bin/server | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/bin/server b/railties/bin/server index e672a47637..ba28ecf4b0 100644 --- a/railties/bin/server +++ b/railties/bin/server @@ -23,9 +23,6 @@ ARGV.options do |opts| opts.on("-b", "--binding=ip", String, "Binds Rails to the specified ip.", "Default: 0.0.0.0") { |OPTIONS[:ip]| } - opts.on("-i", "--index=controller", String, - "Specifies an index controller that requests for root will go to (instead of congratulations screen)." - ) { |OPTIONS[:index_controller]| } opts.on("-e", "--environment=name", String, "Specifies the environment to run this server under (test/development/production).", "Default: development") { |OPTIONS[:environment]| } |