Displaying 1 result from an estimated 1 matches for "rpps".
Did you mean:
apps
2007 Aug 07
4
Execute additional commands after creating database?
...schema rails" in the first migration but
somehow Globalize bit me in my ass because it tries to create it''s own
tables first although there is no such migration in db/migrations.
What can I do?
To illustrate, this is what it looks like.
% rake spec --trace
(in /Users/fastjack/Sites/rpps)
** Invoke spec (first_time)
** Invoke db:test:prepare (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:test:prepare
** Invoke db:test:clone (first_time)
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
** Invoke db:test:purge...