aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranuj dutta <andhapp@andHapps-MacBook.local>2009-08-15 02:46:05 +0530
committeranuj dutta <andhapp@andHapps-MacBook.local>2009-08-15 02:46:05 +0530
commitd572bf99ec784dc12f1a993904a0c99fbebd6886 (patch)
tree296082fce0ca858cb4c6c490fabd268b580ee8c0
parentde69e244f265031f63707a2b1d726ebd7a4e9af4 (diff)
downloadrails-d572bf99ec784dc12f1a993904a0c99fbebd6886.tar.gz
rails-d572bf99ec784dc12f1a993904a0c99fbebd6886.tar.bz2
rails-d572bf99ec784dc12f1a993904a0c99fbebd6886.zip
Corrected the use of rackup command from rackup to rackup config.ru
-rw-r--r--railties/guides/source/rails_on_rack.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/rails_on_rack.textile b/railties/guides/source/rails_on_rack.textile
index 545aaa18e0..8d9df9e6ef 100644
--- a/railties/guides/source/rails_on_rack.textile
+++ b/railties/guides/source/rails_on_rack.textile
@@ -71,7 +71,7 @@ run ActionController::Dispatcher.new
And start the server:
<shell>
-[lifo@null application]$ rackup
+[lifo@null application]$ rackup config.ru
</shell>
To find out more about different +rackup+ options: