Hi Geoff You could try the https links that Github provides instead of git:// - Bundler works with both, I'm pretty sure. You should be fine with the latest gem release (2.0.10) for Rails 3 though - but what version of Sphinx are you using?
Cheers -- Pat On 21/12/2011, at 10:19 PM, Geoff Wright wrote: > I do get this error locally: > > 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' > # or > require 'riddle/1.10' > > On Dec 21, 11:16 am, Geoff Wright <[email protected]> wrote: >> Hey Pat, >> >> Its not actually an issue with TS, its Bundler issue. Its not letting >> me download git:// gems - which is obviously a problem. So now I >> simply have gem thinking-sphinx in my gemfile, and it actually works. >> >> Should it be working? >> Some searches are "dropping" for us, could this be why? >> >> Thanks for your help >> >> Geoff >> >> On Dec 20, 10:10 am, Pat Allan <[email protected]> wrote: >> >> >> >> >> >> >> >>> Hi Geoff >> >>> The branches have changed lately, so that could be the cause of the >>> problem. It's best to lock to commits using :ref instead of branches using >>> :branch, but master branch is now for Rails 3, and v1 branch covers Rails 2 >>> and older. >> >>> So, give the latest commit on master a shot instead: >>> 4bd6b8a97373d6d60c8512cecfa12cf40651ade4 >> >>> Cheers >> >>> -- >>> Pat >> >>> On 20/12/2011, at 9:03 PM, Geoff Wright wrote: >> >>>> Hi Pat, >> >>>> We have been using the Git gems since we started out with Sphinx, >>>> however, now we've moved to our production server Bundler doesn't like >>>> our git:// gems and I've exhausted every possible route. My question >>>> is, do we have to use this: >> >>>> gem 'thinking-sphinx', >>>> :git => 'git://github.com/freelancing-god/thinking-sphinx.git', >>>> :branch => 'rails3' >> >>>> or can we just use a straight 'gem thinking-sphinx'? Is it the same >>>> version? >> >>>> /me crosses fingers >> >>>> Thanks! >> >>>> Geoff >> >>>> -- >>>> 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. > -- 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.
