Displaying 1 result from an estimated 1 matches for "cruise_dir".
2007 Dec 21
0
db:migrate problem
...#39;, ''db:migrate'', ''db:test:prepare'',
''test:coverage:clean'', ''test:coverage:prepare'', ''test:coverage:run'',
''test:coverage:verify''] do
end
The issue is with the db:migrate call. If I go to
[cruise_dir]/projects/my_project/work/ and run rake cruise, it works fine.
It deletes the old db, migrates, and runs the tests. I''ve checked to make
sure it''s re-runnable, and it works no matter how many times I do it in a
row.
Within the cc rails app, however, I get a build failed message...