aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 04:29:18 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-06 04:29:18 +0000
commit707106f347fada1ac9a7c9e2da7e6d2342f8441d (patch)
tree41f972702ec8cd2e47983120618bbb9d89c420f8 /railties/html
parent31702951365c26f930a5f39698cb51309e111e98 (diff)
downloadrails-707106f347fada1ac9a7c9e2da7e6d2342f8441d.tar.gz
rails-707106f347fada1ac9a7c9e2da7e6d2342f8441d.tar.bz2
rails-707106f347fada1ac9a7c9e2da7e6d2342f8441d.zip
Added fixed gateway script [Nicholas Seckar]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1721 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html')
-rw-r--r--railties/html/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/html/index.html b/railties/html/index.html
index d547e7fa04..d780f8e029 100644
--- a/railties/html/index.html
+++ b/railties/html/index.html
@@ -60,6 +60,7 @@
<li>See all the tests run by running <code>rake</code>.
<li>Develop your Rails application!
<li>Setup Apache with <a href="http://www.fastcgi.com">FastCGI</a> (and <a href="http://raa.ruby-lang.org/list.rhtml?name=fcgi">Ruby bindings</a>), if you need better performance
+ <li>Remove the dispatches you don't use (so if you're on FastCGI, delete/move dispatch.rb, dispatch.cgi and gateway.cgi)</li>
</ol>
<p>