Hi Danny

Is this your first time using Passenger with a Bundler-based site? I hit this 
problem the other day, but it wasn't Thinking Sphinx that was the problem, it 
was Bundler and Passenger (Bundler looks at git references before gems, and so 
fails on the first git reference).

So firstly: this is a bit beyond the scope of support here. And secondly: my 
approach to fixing it was quite heavily focused on my dev environment, so I'm 
not sure if I can help much anyway.

But still, hope this helps.

-- 
Pat

On 06/11/2010, at 2:19 AM, Danny Collier wrote:

> I'm using Rails 3, Sphinx 0.9.9, and ts rails3 git branch. Sphinx
> responds to its rake tasks and is running. However, Passenger is
> giving me this error:
> 
> *** Exception PhusionPassenger::UnknownError in
> PhusionPassenger::Rack::ApplicationSpawner (git://github.com/
> freelancing-god/thinking-sphinx.git (at rails3) is not checked out.
> Please run `bundle install` (Bundler::GitError)) (process 5143):
> 
> But bundler says ts is installed:
> Using thinking-sphinx (2.0.0.rc2) from 
> git://github.com/freelancing-god/thinking-sphinx.git
> (at rails3)
> 
> My Gemfile contains:
> gem 'thinking-sphinx',
>  :git     => 'git://github.com/freelancing-god/thinking-sphinx.git',
>  :branch  => 'rails3',
>  :require => 'thinking_sphinx'
> 
> What am I doing wrong?
> 
> Thanks,
> D.
> 
> -- 
> 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.

Reply via email to