aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/index.html
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-07 01:50:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-07 01:50:58 +0000
commit184419092ae11b6aef794d253d1bb0c84804f5fc (patch)
treee1ced6079d111377ce9be95c0d61b5b64acb99f7 /railties/html/index.html
parent5bca6290003650563bea83f3373b4774b93200f5 (diff)
downloadrails-184419092ae11b6aef794d253d1bb0c84804f5fc.tar.gz
rails-184419092ae11b6aef794d253d1bb0c84804f5fc.tar.bz2
rails-184419092ae11b6aef794d253d1bb0c84804f5fc.zip
Prepared for 0.10.1 release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@874 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/html/index.html')
-rw-r--r--railties/html/index.html5
1 files changed, 5 insertions, 0 deletions
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
@@ -61,6 +61,11 @@
</ol>
<p>
+ 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 <tt>config/routes.rb</tt> of the form:
+ <pre> map.connect '', :controller => 'wiki/page', :action => 'show', :title => 'Welcome'</pre>
+</p>
+
+<p>
Having problems getting up and running? First try debugging it yourself by looking at the log files. <br/>
Then try the friendly Rails community <a href="http://www.rubyonrails.org">on the web</a> or <a href="http://www.rubyonrails.org/show/IRC">on IRC</a>
(<a href="irc://irc.freenode.net/#rubyonrails">FreeNode#rubyonrails</a>).