Figured it out: You need to add the following line to the Capfile:
require 'thinking_sphinx/deploy/capistrano' On Dec 16, 12:38 pm, Eric <[email protected]> wrote: > Hey Guys- > > I see the recipes in this version of thinking sphinx: > > gem "thinking-sphinx", :git => "http://github.com/freelancing-god/ > thinking-sphinx.git", :branch => "rails3", :require => > 'thinking_sphinx' > > How do I load that up in the Capfile? > > Used to happen via: > Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) } > > Since this lives in bundler not sure how that should happen. Any > ideas? > > Thanks, > Eric -- 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.
