diff options
author | anuj dutta <andhapp@andHapps-MacBook.local> | 2009-08-15 02:46:05 +0530 |
---|---|---|
committer | anuj dutta <andhapp@andHapps-MacBook.local> | 2009-08-15 02:46:05 +0530 |
commit | d572bf99ec784dc12f1a993904a0c99fbebd6886 (patch) | |
tree | 296082fce0ca858cb4c6c490fabd268b580ee8c0 /railties/guides/source/rails_on_rack.textile | |
parent | de69e244f265031f63707a2b1d726ebd7a4e9af4 (diff) | |
download | rails-d572bf99ec784dc12f1a993904a0c99fbebd6886.tar.gz rails-d572bf99ec784dc12f1a993904a0c99fbebd6886.tar.bz2 rails-d572bf99ec784dc12f1a993904a0c99fbebd6886.zip |
Corrected the use of rackup command from rackup to rackup config.ru
Diffstat (limited to 'railties/guides/source/rails_on_rack.textile')
-rw-r--r-- | railties/guides/source/rails_on_rack.textile | 2 |
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: |