On Mon, Jan 14, 2013 at 6:06 AM, Fahim Patel <[email protected]> wrote: > Is there any gem to copy data from mysql to postgres ? > I search lot but i didn't get any thing .
You're gonna have to figure that one out yourself by using 2 models and some clever trickery, or you might be able to dump the data and import into postgres if it's generic enough with little effort but I would much rather go the 2 model route even if it takes far more time. -- 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 https://groups.google.com/groups/opt_out.

