Hi- i have another interesting issue. I'm using Rails 2.3.8 and ts : 1.3.11
When I search for something and then try to send those objects to memcache I now get: <"singleton can't be dumped"> Lets say i have a model Apple. If if search for apples and return an apple and try to persist it to memcache it get my singleton error. If i do apple = Apple.first and try to persist it to memcache it works fine. If i take my apple that I found in sphinx search and clone it that also works fine. Any ideas? Thanks. erik -- 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.
