On 29 March 2010 13:22, Tom Mac <[email protected]> wrote: > Hi > In my application to seed data I am using seed_fu > (http://github.com/mbleigh/seed-fu) > > I have tables roles,privileges and permissions( It joins roles and > privileges). Now at application startup I have to seed these tables with > data. But during runtime some additionals rows may be added to > permissions. But I dont how at a later stage if I run rake db:seed_fu > all data that I set later to permissions may be wipeout. I dont know how > to handle this.
This is presumably a follow on to your previous thread. You never explained why you are repeatedly seeding the database, this is normally something that would be done only once. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

