Hi,
I'm looking for some help. I'm on page 132 and trying to run the rake db:migrate command but get an error reading:
(in /Users/burtherman/shovell)
rake aborted!
./db/migrate//20090308204748_create_stories.rb:3: syntax error, unexpected ':', expecting kEND
create_table :stories :force => true do |t|
^
./db/migrate//20090308204748_create_stories.rb:4: syntax error, unexpected tSYMBEG, expecting kEND
t.string :name
^
./db/migrate//20090308204748_create_stories.rb:14: syntax error, unexpected kEND, expecting $end
Any ideas on how to fix this?
Thanks!






Bookmarks