Do you still have "works.yml" in your fixtures/ directory? If so you'll need to rename that to "work_periods.yml".
Zach On Fri, Oct 17, 2008 at 2:46 PM, Rasmus Rasmussen <[EMAIL PROTECTED]> wrote: > I'm sorry if this is posted in wrong forum. I am new to all of this with > rails and rspec. > > Something got messed up when I changed a table's name from 'works' to > 'work_periods'. Now the fixture:load thing does not work. Obviously the > old table is still in there in some file. > > Anyone have any idea on where to find that file? Where does rspec read > all tables when it deletes table-entries? > >> >>rake db:fixtures:load >> >>rake aborted! >>Mysql::Error: #42S02Table 'db_development.works' doesn't exist: DELETE FROM >>works >> > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > -- Zach Dennis http://www.continuousthinking.com http://www.mutuallyhuman.com _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
