Hi All, I just started with Simply Rails 2 ebook and am stuck on page 102,Shmay, not sure if my problem was related, but I tried to paste the code on page 102 into the sqlite console (while I am in the "app" directory: CREATE TABLE stories ( "id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name"
varchar(255) DEFAULT NULL, "link" varchar(255) DEFAULT NULL, "created_at...