ActiveFixture: loading fixtures into database with correct foreign key constraints

Hello everyone,

I've released a plugin called ActiveFixture to allow loading fixtures into database in correct order based on the foreign key constraints defined within the ActiveRecord models. After installing the plugin, instead of running rake db:fixtures:load, you can run db:fixtures:activeload.

I believe that this plugin will be useful to a lot of people so please help me test it out and provide feedbacks/ feature requests. My goal is to have ActiveFixture included in the Rails core.

Please refer to my blog for more info: http://alexle.net/archives/217. SVN to download the plugin: http://activefixture.rubyforge.org/svn/

Regards,

Alex Le