From 184419092ae11b6aef794d253d1bb0c84804f5fc Mon Sep 17 00:00:00 2001
From: David Heinemeier Hansson
+ 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