Carlos wrote: > Sarah Tanembaum wrote: > > [...] > >> Next, I copied the following into the list.rhtml file, > > > [...] > > The tutorial shows another step here. Did you miss it? > >> 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. > > > > > You are right, there is another step prior to the last reload, which I did that as well(I did not forgot it in following the tutorial, just forgot to mention it in my question, sorry). 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. HELP!