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.
