From: Carlos Date: 2005-01-13T02:14:58+09:00 Subject: Re: Help with Ruby on Rails tutorial on Windows ... [Sarah Tanembaum , 2005-01-12 17.46 CET] > I DID change the list method in app\controllers\todo_controller.rb to > the following: > > def list > @items = Todo.find_all > end > > And, nothing is shown. The tutorial says that at this point, "If you added any items while you played with scaffolding, you should see them displayed, if you didn’t, go to http://localhost:3000/todo/new and add an item." Did you add an item when you played with scaffolding? If not, did you go to http://localhost:3000/todo/new to add one?