I am having same problem I am trying to do rake ts:rebuild but throws
this:
uninitialized constant ThinkingSphinx::Deltas::Job
I have installed gem
delayed_job (1.8.4)
ts-delayed-delta (1.0.2)
ts-delayed-delta (1.0.2)
I tried to update version of my thinking sphinx gem but it do not
update by doing sudo gem update.
Also this is the error on my web page:
Connection to 127.0.0.1 on 9312 failed. Connection refused - connect
(2)
Please help.
Thanks
What version of TS do you have installed? And do you have the old
github gem (freelancing-god-thinking-sphinx) installed? That can cause
conflicts like this.
--
Pat
Do you mean version of thinking sphinx gem:
it is
thinking-sphinx (1.3.14)
I am trying to update it but its not getting updated.
this is what my environment.rb looks like
config.gem 'thinking-sphinx', :lib => 'thinking_sphinx',
:source => 'http://gemcutter.org/'
Thanks
On Dec 13, 8:50 am, Matt <madcow...@gmail.com> wrote:
I was having freelancing gem that was conflicting.
Thanks for you help, it worked.
Thanks
Sumeet
I was facing the same issue, despite the fact that I had only the
latest gems installed.
Turned out it was a the require ordre in my Rakefile that was wrong,
you must include thinking-sphinx rake tasks before any other one :
require 'thinking_sphinx/tasks'
require 'thinking_sphinx/deltas/delayed_delta/tasks'