search for: export_all

Displaying 3 results from an estimated 3 matches for "export_all".

2006 Mar 30
3
Export Fixtures Plugin
...is 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 = 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 Crea...
2006 Jun 10
5
[REL] Manage Fixtures 2.0.0
...Models, you can do that using the appropriate tasks. = INSTALLATION [%] script/plugin discover [%] script/plugin install manage_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 to override. [%] rake db:fixtures:export_for_tables TABLES=foos[,bars] Create YAML text fixtures based on a specific SQL query [%] rake db:fixtures:export_usi...
2006 Oct 17
3
rake -T is missing rake db:fixtures:dump?
Subject says it all: rake doesn''t know about db:fixtures:dump. When I try, I get this: Don''t know how to build task ''db:fixtures:dump'' I thought this was a standard feature that ships with rake- any idea why it''s missing, and how I can reinstall it? Here''s the environment: Ruby version 1.8.4 (powerpc-darwin8.6.0) RubyGems