On Jul 17, 2009, at 2:17 PM, Älphä Blüë wrote: > Now, the problem I'm having relates to: > > Organizing the data into: > > -- one team_id (which represents array 1, array 3, array 5, etc. > -- field one (represents Array 2 rating) > -- field two (represents Array 4 rating) > -- field three (represents Array 6 rating) > .. etc. > -- field fourteen (represents Array 28 rating) > > Finally, saving the data to the Table object that is currently open in > Rake in the exact format specified above...
So if I were to abstract this one level, I would say: "you want a container-like data structure that can describe a unique odd-numbered team id and 14 ratings for even-numbered teams. By iterating this container, you will then update each database row that corresponds to the team id." Is this a correct description of your goal? Sorry if I'm not getting this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

