db:fixtures:load

Posted by Andrew Premdas Wed, 30 Jan 2008 03:59:43 GMT

rake db:fixtures:load loads fixtures data into the current environment.

This is an alternative to having data migrations, although whether its a better alternative is something I have to think about.

Definitely could use this instead of the data migrations I just committed to the Lemon trunk! Still this gives me an opportunity to do some slightly advanced Git stuff to merge the changes out.