On Nov 8, 2011, at 7:24 AM, Dave Aronson wrote: > Or do you mean that the content of these data files will dictate what > the tables' schemas should be? That's a little more challenging. Off > the top of my head you could read them in, create a database > migration, migrate, then dump the data into the tables. Apart from > ActiveRecord being handy, you wouldn't even need Rails.
If the number of tables is fixed, and the only variation is the structure of those tables, it can be much easier. -- Scott Ribe [email protected] http://www.elevated-dev.com/ (303) 722-0567 voice -- 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.

