db:fixtures:load
January 30, 2008
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.