
how to install seed-fu
Reported by Olivier | March 25th, 2009 @ 07:28 PM
Hi,
I am new to RoR... Thank you for this great contrib, seed-fu seems
to match exactly my needs but I can't find how to download/install
it in my current Rails application. (I tried script/plugin,
git-rails, gem install, each with various options, and none seems
to be working...)
Would you please add an install notice ?
TIA,
Olivier.
Comments and changes to this ticket
-
Mani Tadayon May 14th, 2009 @ 04:46 PM
Did you try:
script/plugin install git://github.com/mbleigh/seed-fu.git
-
Mark A. Richman May 19th, 2009 @ 03:46 PM
This works for me:
config.gem 'mbleigh-seed-fu', :lib => 'seed_fu', :source => 'http://gems.github.com/'
-
Michael Bleigh June 10th, 2009 @ 10:30 AM
- Assigned user set to Michael Bleigh
- State changed from new to invalid
This is a limitation of Rails, not SeedFu, unfortunately. Rails GemPlugins do not currently pick up Rake tasks, so until they do you should install SeedFu as a plugin.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
An attempt to simplify the usage of seed data in Rails applications through a dead simple API.