I am trying to write a backup/restore rake process and found the very
nice one available on various sites. The problem is that we have a lot
of habtm tables - model1_model2 tables - and they cause the process to
fall over:
Any ideas how to get by this? Obviously this relative data is quite
important!
I the lack of an AR model is causing the problem a possible workaround
might be to create model classes in your backup routine that reference
the HABTM tables.
Aaron
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.