Pat,

No, it's not my first time using Passenger with a Bundler-based site.
But it is my first time using Passenger with a bundler-based site with
a gem installed via a git reference.

I'm not entirely sure why it failed in my case since it worked in the
other three development environments used by our team, but in my case
I was able to get by it by vendoring the gems. If anyone else
encounters this problem, give that a try.

It's clearly a bundler issue (and a fairly quirky one at that) and not
a Thinking Sphinx issue, but it's possible that other Rails 3 users of
thinking sphinx could encounter this issue. If so, I hope this helps.

D.

On Nov 5, 7:11 pm, Pat Allan <[email protected]> wrote:
> 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 
> > 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.

Reply via email to