Hi Jonathon

The first bug you've found is actually addressed in 1.1.1 - because you still 
need the :require option.

Cheers

-- 
Pat

On 28/10/2010, at 4:41 AM, Jonathon Horsman wrote:

> To answer my own question, in my Gemfile I had an old directive for
> loading ts-delayed-delta which looked like this:
> 
> gem 'ts-delayed-delta', '1.1.0', :require => 'thinking_sphinx/deltas/
> delayed_delta'
> 
> I simply took out the require bit and now the server starts
> successfully.
> 
> However now I'm getting an error about delayed_delta not being found.
> I'm going to try this fork:
> 
> http://github.com/kristianmandrup/ts-delayed-delta
> 
> Cheers
> 
> 
> On Oct 27, 5:21 pm, Jonathon Horsman <[email protected]>
> wrote:
>> Hi
>> 
>> Does the latest ts-delayed-delta gem support Rails 3?
>> I've got version 1.1.0 but when I try adding that to my bundle and
>> firing up the server, I get:
>> 
>> /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/connection_adapters/abstract/
>> connection_pool.rb:318:in `retrieve_connection':
>> ActiveRecord::ConnectionNotEstablished
>> (ActiveRecord::ConnectionNotEstablished)
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/connection_adapters/abstract/
>> connection_specification.rb:97:in `retrieve_connection'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/connection_adapters/abstract/
>> connection_specification.rb:89:in `connection'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> arel-1.0.1/lib/arel/engines/sql/engine.rb:9:in `connection'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> arel-1.0.1/lib/arel/engines/sql/relations/table.rb:37:in `initialize'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/base.rb:850:in `new'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/base.rb:850:in `arel_table'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/base.rb:896:in `relation'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/named_scope.rb:32:in `scoped'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activerecord-3.0.1/lib/active_record/base.rb:441:in `order'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> delayed_job-2.1.0.pre2/lib/delayed/backend/active_record.rb:32
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activesupport-3.0.1/lib/active_support/dependencies.rb:239:in
>> `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activesupport-3.0.1/lib/active_support/dependencies.rb:239:in
>> `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activesupport-3.0.1/lib/active_support/dependencies.rb:225:in
>> `load_dependency'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activesupport-3.0.1/lib/active_support/dependencies.rb:591:in
>> `new_constants_in'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activesupport-3.0.1/lib/active_support/dependencies.rb:225:in
>> `load_dependency'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> activesupport-3.0.1/lib/active_support/dependencies.rb:239:in
>> `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/
>> delayed_job-2.1.0.pre2/lib/delayed/worker.rb:33:in `backend='
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@matchbook/gems/ts-
>> delayed-delta-1.1.0/lib/thinking_sphinx/deltas/delayed_delta.rb:2
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler/runtime.rb:64:in `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler/runtime.rb:64:in `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler/runtime.rb:62:in `each'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler/runtime.rb:62:in `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler/runtime.rb:51:in `each'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler/runtime.rb:51:in `require'
>>         from /home/jonathon/.rvm/gems/ree-1.8.7-2010...@global/gems/
>> bundler-1.0.2/lib/bundler.rb:112:in `require'
>>         from /home/jonathon/workspace/matchbook/config/application.rb:7
> 
> -- 
> 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.

Reply via email to