Hi James What version of Rails are you using? And are you using Bundler?
Also: where are you putting the require statement? Cheers -- Pat On 23/11/2010, at 12:33 AM, jamesw wrote: > Hi, > I'm setting up thinking_sphinx and have installed the 1.4.0 gem. > I have everything working successfully on my dev box and I'm now > trying to sort out my deployment recipe. > I have added require 'thinking_sphinx/deploy/capistrano' but I receive > a no such file to load error. > I've checked for the file and it is located at > lib/thinking_sphinx/deploy/capistrano.rb > I've checked that the rake tasks are getting loaded in Rakefile and > that is all good. > I'm totally stumped as to why I get > `require': no such file to load -- thinking_sphinx/deploy/capistrano > (LoadError) when I deploy? > > Any ideas/help greatly appreciated > > -- > 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.
