Export fixtures

This 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

Tags

You need to Login to tag this item.