Goal:
Before running tests I want test db to be development db + some
fixtures.
Problem:
Since application is about statistical computations, development db is
large.
Standard db=>yml=>db approach is to slow.
Question:
What is the fastest way to create test database from development
database?
Maybe some magic MySQL command? And how to integrate new way of test
database generation it into rake test "processing pipe"?
Thanks in advance
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---