Displaying 1 result from an estimated 1 matches for "provstat".
Did you mean:
procstat
2006 Aug 16
2
accessing a model from a migration
Hello again!
ok, i have some initial migration code which sets up my apps schema. i have a
few tables that get initialized with data in this migration where i have the
table data in yaml format in test/fixtures. i use db:fixtures:load
FIXTURES=countries,provstates,employees to initialize these tables..
here''s the wrinkle: employees when it gets loaded should only contain the admin
account (so i can access the app after running the migration).. however
employees.yml also contains some other accounts of various priveleges for
testing purposes. wha...