Hi folks,

I have several models that index well in Drb mode.

However, I have one scenario where it works in normal mode, but not in
Drb mode.

model A
 field :one
end


model B
 belongs_to :a

 field :two
 delegate :one, :to => :a

 acts_as_ferret :fields => { :one => {}, :two => {} }, :remote => true
end


If I leave off the :remote parameter, it works. Or, if I don't index
field :one it works in remote mode. But I can't use Drb to index the
delegate.

Am I doing something wrong?

Thanks
Joerg

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to