search for: dump_fixtures

Displaying 1 result from an estimated 1 matches for "dump_fixtures".

2006 Mar 27
5
Fixtures, Postgres & Constraints
Anyone have any tips for handling postgres constraints when using fixtures to load the database, other than to sort out the proper insertion orders or leaving the constraints out? I''d prefer not to do the former since I''d rather use my app to generate my fixture data (using a dump_fixtures task) and I''d prefer not to do the latter because leaving out constraints till the end makes it easy (for me) to forget one or two. The use case here is that I''m trying to synch my entire app (including database schema and data) between two of my development machines (laptop and d...