I did find the following examples for Rails, and the mass sql INSERT is my chosen way, just not sure how or where to implement this in my Hobo 1.3 app ...
http://www.coffeepowered.net/2009/01/23/mass-inserting-data-in-rails-without-killing-your-performance/ On Oct 20, 1:37 pm, Jeremy Savoy <[email protected]> wrote: > Each user in my application has a set of tasks that belong to them > only. There is a default set of 131 tasks that I need to be inserted > into the db when a new user is created, and those 131 tasks should be > owned by the new user. > > I have an sql dump of the tasks, including an INSERT statement .. can > anyone here help me to understand how I might go about coding this sql > INSERT to occur right after a new user is created, using the new user > as the owner? I really have no idea where to start on this one. -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
