Displaying 1 result from an estimated 1 matches for "deflang1033".
2011 Apr 07
5
Routing Error : No route matches "/" (for "Hello World!" action)
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
--