search for: export_fixtures

Displaying 1 result from an estimated 1 matches for "export_fixtures".

2006 Mar 30
3
Export Fixtures Plugin
...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 = INSTALLATION script/plugin discover script/plugin install export_fixtures = Usage Create YAML test fixtures from data in an existing database. Defaults to development database. Set RAILS_ENV to override. rake db:fixtures:export_all Create YAML test fixtures for a specific table(s) from data in an existing database. Defaults to development database. Set RAILS_ENV...