I have some data in my development database that I would like to utilize as fixtures in my test environment. What is the best way in Rails 2.x to export a database table to
rake db:fixtures:dump
has been changed to
rake db:extract_fixtures