On Fri, Oct 17, 2008 at 12:51 PM, Zach Dennis <[EMAIL PROTECTED]> wrote:

>   alias tmig='rake db:migrate && rake db:rollback && rake db:migrate
> && rake db:test:prepare'
>

Sounds good. Nice to see someone paying attention to their downs as well as
their ups.

rake db:migrate:redo will do the rollback + the re-migration in one step,
saving some time.

///ar
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to