Pat- I manually merged the changes from github and everything seems to work fine. Thanks. Greg
On Dec 3, 10:18 pm, Pat Allan <[email protected]> wrote: > Right, this is fixed in the repo, and will be part of 1.3.9, when that > is released (I'm not sure when). > > -- > Pat > > On 04/12/2009, at 1:58 PM, Pat Allan wrote: > > > > > Hi Greg > > > This just got added to the issues overnight by someone else - which is > > a good confirmation it's not an environment issue. > > > I'm almost certain it's because of the lazy loading of define_index > > blocks... Can you add Model.define_indexes before the suspended_delta > > call? This should at least fix it in the short run, but I'm working on > > a patch now that will fix it properly. > > > -- > > Pat > > > On 04/12/2009, at 1:05 PM, Greg DeVore wrote: > > >> Actually I am not sure exactly where this got taken out. But today I > >> upgraded to 1.3.8 and things started failing with a message that > >> "suspended_delta" was undefined. I did a bit of poking around and at > >> round line 72 of active_record.rb the following line was missing: > > >> base.send(:include, ThinkingSphinx::ActiveRecord::Delta) > > >> Adding that back in seemed to fix things. > > >> Regards, > >> Greg DeVore > >> Blue Mango Learning Systems > > >> -- > > >> You received this message because you are subscribed to the Google > >> Groups "Thinking Sphinx" group. > >> To post to this group, send email to thinking- > >> [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected] > >> . > >> For more options, visit this group > >> athttp://groups.google.com/group/thinking-sphinx?hl=en > >> . > > > -- > > > 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 > > athttp://groups.google.com/group/thinking-sphinx?hl=en > > . -- 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.
