It does work on Windows. The folks in the Rails mailing list responded to this (cross-posted) message and explained that you have to give @items a value in your controller's #list method if you expect list.rhtml to work. This _is_ mentioned in the tutorial, right below the source for list.rhtml. Bill On Thu, 13 Jan 2005 01:51:16 +0900, Sarah Tanembaum <sarahtanembaum / yahoo.com> wrote: > Graham Foster wrote: > > 12/01/2005 08:17:30 > > Sarah Tanembaum <sarahtanembaum / yahoo.com> wrote in message > > <34k3ghF4adbm8U1 / individual.net> > > > >>I follow the Ruby on Rail documentation, it works up to list method. > > > > > >>All other example prior to this works! > > > > ... > > > >>I save it, and reload my browser. Instead of getting the exptected > >>result, that is "Do my bed", I got a blank page as well. > >> > > > > That was an example created using the New Todo option. Now the > > tutorial wasn't clear about inserting a record, and it doesn't work > > anyway. The reason that he don't get a display is that there are no > > records. If you insert a record using another product (say WinSQL) it > > should work. > > When you move onto the "scaffold" bit (a few paragraphs down) - you > > will probably get to the bit where it all fell over for me too. I > > ended up build the scaffold and editing the created files, because > > the example failed to work for me too. > > Graham > How one suppose to learn if even the tutorial failed to show how it > works. Is it depend on particular implementation? Is it because I'm > running it on Windows? > > If the author of this Tutorial did it, why it works for him but not for > me or you as well? > > Thanks > > -- $stdout.sync = true "Just another Ruby hacker.".each_byte do |b| ('a'..'z').step do|c|print c+"\b";sleep 0.007 end;print b.chr end; print "\n"