How to Install Seed_fu
Today, we got a pretty awesome cursory code review from Mike Gunderloy.
One thing he suggested, was that we switch from running a sloppy Ruby script to seed our database with initial data, to something like seed_fu.
So, how do we install Seed_fu? It took me a while to figure it out, actually, since I’d never installed a Rails plugin from GitHub before.
Anyhow, here’s how you do it:
From your application root:
script/plugin install git://github.com/mbleigh/seed-fu.git
Easy.