Re: [symfony-users] [sf2] thinking of putting together a seed data bundle

2011-06-22 Thread Jeremiah Dodds
On Wed, Jun 22, 2011 at 11:41 AM, theinterned wrote: > Hi, > > I am looking around for a solution to load seed data into my project. > Until now, I have been using fixtures to load the data, but of course > this gets very dangerous when you have live, non static data on your > production server!

Re: [symfony-users] [sf2] thinking of putting together a seed data bundle

2011-06-22 Thread oscar balladares
+1. It sounds great! Sadly, I'm very busy at the time, so I can't help right now :( 2011/6/22 Tac Tacelosky > +1 for interest. Not sure if I can contribute much to the development -- > still getting my head around bundles, src, vendors and third_party, and how > all this will fit into svn (my c

Re: [symfony-users] [sf2] thinking of putting together a seed data bundle

2011-06-22 Thread Tac Tacelosky
+1 for interest. Not sure if I can contribute much to the development -- still getting my head around bundles, src, vendors and third_party, and how all this will fit into svn (my code) and git (Symfony SE / Symfony / Vendors). But I like the idea -- we're porting from CodeIgniter, and right now

[symfony-users] [sf2] thinking of putting together a seed data bundle

2011-06-22 Thread theinterned
Hi, I am looking around for a solution to load seed data into my project. Until now, I have been using fixtures to load the data, but of course this gets very dangerous when you have live, non static data on your production server! In the rails world, there is Seed Fu https://github.com/mbleigh/s