winton / acts_as_archive

Don't delete your records, move them to a different table
MIT License
372 stars 87 forks source link

acts_as_archive breaking thinking_sphinx #25

Closed alibby closed 5 years ago

alibby commented 13 years ago

We added acts_as_archive to a project using thinking_sphinx. When we did so, thinking_sphinx lost the ability to determine the list of models that have sphinx indexes.

We're still trying to nail down if the issue is here or in thinking_sphinx, but I've got a hunch acts_as_archive is making some change to the active record models it's added to which break some conventions that thinking_sphinx is counting on.

rymohr commented 12 years ago

Ever determine the cause on this one?

alibby commented 5 years ago

I imagine this is old enough to close.