Mark Larimer
2006-Nov-16 23:53 UTC
How to stop ''rake test'' from recreating schema every time?
Hello... Every time I ''rake test,'' the first thing it does is drop my test db schema and recreate it from the development schema. I don''t want it to do this! Is it supposed to be doing that, or do I have something screwed up? How do I make it skip this step? Thanks. --mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
IsBOF
2006-Nov-17 13:02 UTC
Re: How to stop ''rake test'' from recreating schema every time?
It is suppose to do that to insure that the test database is the same each time. Best regards, IsBOF --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---