From 184419092ae11b6aef794d253d1bb0c84804f5fc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 7 Mar 2005 01:50:58 +0000 Subject: Prepared for 0.10.1 release git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@874 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/html/index.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'railties/html/index.html') diff --git a/railties/html/index.html b/railties/html/index.html index 0c36b90579..f1d84b2c94 100644 --- a/railties/html/index.html +++ b/railties/html/index.html @@ -60,6 +60,11 @@
  • Setup Apache with FastCGI (and Ruby bindings), if you need better performance +

    + Trying to setup a default page for Rails using Routes? You'll have to delete this file (public/index.html) to get under way. Then define a new route in config/routes.rb of the form: +

      map.connect '', :controller => 'wiki/page', :action => 'show', :title => 'Welcome'
    +

    +

    Having problems getting up and running? First try debugging it yourself by looking at the log files.
    Then try the friendly Rails community on the web or on IRC -- cgit v1.2.3