I don't see that you've routed anything to the '/' path.

Your route requires the controller to be in the path.

First step would be to uncomment this
 # You can have the root of your site routed with "root"
  # just remember to delete public/index.html.
  # root :to => "welcome#index"

replacing 'welcome' with the controller you want / to route to and
index.html with the action.

Along those lines, usually there  is a public/index.html that should
be displayed.

Do you have a file in public/html?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to