search for: 20080701040248_create_stories

Displaying 1 result from an estimated 1 matches for "20080701040248_create_stories".

2008 Jul 01
14
rake aborted! Could not find table ...
...e db:migrate (in /home/anita/sandbox/shovell) rake aborted! Could not find table ''stories'' (See full trace by running task with --trace) anita@anitas-computer:~/sandbox/shovell$ Here is the contents of the migration file: anita@anitas-computer:~/sandbox/shovell/db/migrate$ cat 20080701040248_create_stories.rb class CreateStories < ActiveRecord::Migration def self.up create_table :stories do |t| t.text :name t.text :link t.timestamps end end def self.down drop_table :stories end end anita@anitas-computer:~/sandbox/shovell/db/migrate$ Here is the stack trace:...