Quick idea again: try upgrading to the latest acts_as_versioned ( http://github.com/technoweenie/acts_as_versioned/tree/master) and see if it solves the issue...
I'm not aware of a specific forum for AAV. -- Thibaut On Tue, Feb 3, 2009 at 4:26 PM, mr_lotd <[email protected]> wrote: > > Okay, here's what I'm finding. > > I switched the order of my migrations. Articles normally migrates > first, and it fails. I assumed that all of the models would die, but > it looks like the article model is the bad egg. So, initially, it > appears you're right, and the problem could be related to AaV. > > Okay, commenting out the AaV related code from my models... > > All of the rake db:* stuff still fails. > > Removing the AaV folder from plugins... > > And it worked! I can drop, create and migrate to my heart's desire > now. Except, of course, for the fact that the version control is a > really important part of my application... : ( > > So, it looks like Thibualt was completely right, and the problem comes > from mixing Acts_as_Versioned with Thinking Sphinx. Anyone have any > ideas on how we might rectify this? > > Should I post this to the relevant Acts_as_Versioned forum? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Thinking Sphinx" 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/thinking-sphinx?hl=en -~----------~----~----~----~------~----~------~--~---
