Hi Geoff 2.1.0-dev is a very recent release, so you'll need to use Riddle from git as well as Thinking Sphinx from git as well - they will support 2.1.0, but there aren't gem releases of either yet since that support was added.
gem 'riddle', :git => 'git://github.com/freelancing-god/riddle.git' gem 'thinking-sphinx', :git => 'git://github.com/freelancing-god/thinking-sphinx.git' Cheers -- Pat On 15/11/2011, at 6:27 AM, Geoff Wright wrote: > In addition - I'm on Lion. > > I can't rake to turn anything on, I get: > > rake aborted! > no such file to load -- riddle/2.1.0 > > Tasks: TOP => ts:start => thinking_sphinx:start => > thinking_sphinx:app_env > (See full trace by running task with --trace) > > On Nov 14, 9:41 pm, Geoff Wright <[email protected]> wrote: >> Hey all, >> >> Real excited about getting going with Sphinx, coming over from >> IndexTank. However, as is always the way I am totally unable to get up >> and going. >> >> At first, I couldn't get the version from Sphinx to ./configure etc, >> then as someone else mentioned on this list I managed to get a version >> out of the SVN trunk (hope I'm using that right?). >> >> But I cannot get it running for love nor money, I've installed Riddle >> separately as a gem >> >> /Library/Ruby/Gems/1.8/gems/activesupport-3.0.9/lib/active_support/ >> dependencies.rb:239:in `require': no such file to load -- riddle/2.1.0 >> (LoadError) >> from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.9/lib/ >> active_support/dependencies.rb:239:in `require' >> from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.9/lib/ >> active_support/dependencies.rb:225:in `load_dependency' >> from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.9/lib/ >> active_support/dependencies.rb:596:in `new_constants_in' >> from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.9/lib/ >> active_support/dependencies.rb:225:in `load_dependency' >> from /Library/Ruby/Gems/1.8/gems/activesupport-3.0.9/lib/ >> active_support/dependencies.rb:239:in `require' >> from /Users/geoffwright/.bundler/ruby/1.8/thinking-sphinx- >> d9244b8822a8/lib/thinking_sphinx/auto_version.rb:13:in `detect' >> from /Users/geoffwright/.bundler/ruby/1.8/thinking-sphinx- >> d9244b8822a8/lib/thinking_sphinx/railtie.rb:8 >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> initializable.rb:25:in `instance_exec' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> initializable.rb:25:in `run' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> initializable.rb:50:in `run_initializers' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> initializable.rb:49:in `each' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> initializable.rb:49:in `run_initializers' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> application.rb:134:in `initialize!' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> application.rb:77:in `send' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> application.rb:77:in `method_missing' >> from /Users/geoffwright/Documents/Code/wtl2/config/environment.rb:5 >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> application.rb:103:in `require' >> from /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/ >> application.rb:103:in `require_environment!' >> from >> /Library/Ruby/Gems/1.8/gems/railties-3.0.9/lib/rails/commands.rb: >> 22 >> from script/rails:6:in `require' >> from script/rails:6 >> >> This is the version of Sphinx I have: >> >> Sphinx 2.1.0-dev (r3006) >> Copyright (c) 2001-2011, Andrew Aksyonoff >> Copyright (c) 2008-2011, Sphinx Technologies Inc (http:// >> sphinxsearch.com) >> >> Do you have ANY ideas at all? >> >> Thanks very much in advance >> >> Geoff > > -- > 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.
