From: David Morton Date: 2004-07-27T19:59:37+09:00 Subject: Re: Can't get rails to work Fredrik Jagenheim wrote: > Just trying to do the simple examples seen in both the tutorial and video. > > But when I try to access my newly created controller > (./scripts/new_controller Foo) in the browser by accessing > 'http://rails/foo/' I get this: > Have I forgot something? I'm still learning rails myself, but I think foo is the controller, and you need an action to call on it: http://rails/foo/bar