We installed Seed Fu to add seed data to the rails, and then noticed that it didn’t work correctly - after doing some digging, we realized that Rails 2.3.8 comes with sowing built in, and seed fu might be outdated.
Now we are trying to remove the fu seed, but are not sure of the correct way to execute it.
We installed seed fu using
script/plugin install git://github.com/mbleigh/seed-fu.git
Any help is appreciated!
source
share