Plugins - Export fixtures
Add to favoritesThis plugin is a super lightweight tool used to export data into the test/fixtures directory.
So if you want to export all your data from your production server into your development environment, this will simplify the process without having to load up your database manager.
[%] rake db:fixtures:export_all RAILS_ENV=development
[%] rake db:fixtures:load
Chris McGrath, Nathaniel Brown
http://svn.toolbocks.com/plugins/manage_fixtures
Rails' (MIT)
Testing

This is a duplicate of
http://agilewebdevelopment.com/plugins/manage_fixtures