Rails - Populate test database with development data

Posted by Acidburn2k on Stack Overflow See other posts from Stack Overflow or by Acidburn2k
Published on 2010-04-15T12:07:46Z Indexed on 2010/04/15 12:13 UTC
Read the original article Hit count: 517

Filed under:
|
|

Is there any trivial way to copy the data from developmenet database into the test one? I know theres a way to copy schema and recreate database, but is there any rake task to populate test database with development one?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about rake