Hi Giovanni I was able to reproduce this problem because I didn't have the delayed job gem in my environment.rb: config.gem 'delayed_job'
Adding it made things work again. Is that the case for you as well, or is this a different bug? Cheers -- Pat On 02/12/2009, at 6:33 AM, Giovanni Sakti wrote: > Today i tried to upgrade my thinking sphinx to the latest 1.3.8 build > and i got this error message when starting the delayed delta with > "rake ts:dd" > > uninitialized constant Delayed::Job > > for the information I got these installed : > > sphinx 0.9.8.1 > thinking sphinx 1.3.8 > ts-delayed-delta 1.0.1 > delayed_job 1.8.4 > riddle 1.0.4 > after_commit 1.0.5 > > -- > > 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 > . > > -- 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.
