My routes.rb reads at the top:

Hello::Application.routes.draw do
  match ':controller(/:action(/:id(.:format)))'

and then all the commented material it comes with and an "end" at the
end of the file.

But when I type http://localhost:3000 into my browser I get the
following error message:

Routing Error
No route matches "/"

I'm stumped.

Bruce

-- 
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