search for: manage_fixtur

Displaying 2 results from an estimated 2 matches for "manage_fixtur".

Did you mean: manage_fixtures
2006 Jun 10
5
[REL] Manage Fixtures 2.0.0
...erver into your development environment, this will simplify the process without having to load up your database manager. Similarly, if you want to import a selected set of 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_...
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