Think I got it sorted.  Few issues were at work here.  Found another
thread that mentioned TS needed to be installed as a gem to work with
delayed_jobs, so I uninstalled the plugin, and installed version 1.4.3
as a gem.  Then after uninstalling the ts-delayed-delta and
delayed_jobs gems, i installed version 1.1.1 of ts-delayed-delta.
This pulled in version 2.1 of delayed_jobs, which only works with
Rails 3 (I'm running 2.3.11).  So I uninstalled that one, and
installed version 2.0.4 of delayed_job.  Version 1.1.1 of ts-delayed-
delta only depends on delayed_job >= 1.8.4, so it worked with 2.0.4,
where I think the latest ts-delayed-delta required >= 2.0.

So once I sorted out what worked with Rails 2, and what versions of
dependencies these needed, everything got up and running.  Hopefully
this will help out somebody else trying to get this going on Rails 2.

Cheers,

Simon

On Mar 10, 9:52 am, Simon <[email protected]> wrote:
> Hi,
>
> I am trying to get delayed deltas going, but I don't think the install
> worked properly.  I am using thinking sphinx as a plugin, and then
> followed the instructions on the Delta Indexes page for installing ts-
> delayed-delta.  This also installed several dependencies, including
> the thinking-sphinx 2.0.2 gem, which seemed strange.  The version of
> thinking sphinx I'm using as the plugin is 1.4.3.
>
> There were no errors that came up during the install, but when I try
> to run 'script/generate delayed_job', I get the following error:
> "Missing these required gems: ts-delayed-delta >= 1.1.2"
>
> The version of the ts-delayed-delta gem I installe dis 1.1.2.  I have
> added the gem details to my environment.rb file, and added the require
> line at the bottom of my Rakefile.
>
> In the gem details, the lib path is 'thinking_sphinx/deltas/
> delayed_delta', but I don't have any other file in the deltas/ dir
> other than default_delta.rb.
>
> Any ideas what the issue might be?
>
> Thanks,
>
> Simon

-- 
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.

Reply via email to