I upgraded to the latest thinking-sphinx (1.3.8) and ts-delayed-delta (1.0.1) today. And I'm now getting this warning in my server log...
> Riddle cannot detect Sphinx on your machine, and so can't determine which > version of Sphinx you are planning on using. Please use one of the following > lines after "require 'riddle'" to avoid this warning. > > require 'riddle/0.9.8' > # or > require 'riddle/0.9.9' Everything seems to be working fine. Where would this require go? I have the following riddle gems installed... riddle (1.0.4, 1.0.3, 1.0.0) I have the following in my environment.rb > config.gem 'thinking-sphinx', :lib => 'thinking_sphinx/0.9.8', :version => > '1.3.8' > config.gem 'ts-delayed-delta', :lib => > 'thinking_sphinx/deltas/delayed_delta', :version => '>= 1.0.0', :source => > 'http://gemcutter.org' Thanks for any help! -- 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.
