search for: contactlist_development

Displaying 1 result from an estimated 1 matches for "contactlist_development".

2009 Sep 27
3
Newbie Trouble with RubyOnRails Bible
...;'s Ruby On Rails Bible. I''m stuck on page 81. I have followed the steps leading to this page, i.e. cd rails_projects rails contactlist <creates all the directories> ruby script/server webrick <shows the Welcome Aboard page> open a cmd window and run mysql: create database contactlist_development; use contactlist_development; create table contacts (id int not null auto_increment, ...etc.); show tables; <shows table contacts> describe contacts; <shows table structure> <switch back to other window> ruby script/generate model Contact <shows directories created> <look...