Displaying 3 results from an estimated 3 matches for "seggie".
Did you mean:
  segie
  
2007 Jun 13
14
Do delegates work properly in Drb mode?
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
2007 May 01
0
Dovecot 1.0.0 packed fot Mandive Linux
...ichael!
Egbert Jan
NL
Name        : dovecot                      Relocations: (not relocatable)
Version     : 1.0.0                             Vendor: Mandriva
Release     : 1mdv2008.0                    Build Date: Tue May  1 09:56:44
2007
Install Date: (not installed)               Build Host: seggie.mandriva.com
Group       : System/Servers                Source RPM: (none)
Size        : 1162294      License: GPL
Signature   : (none)
Packager    : Michael Scherer <misc at mandriva.org>
URL         : http://dovecot.org
Summary     : Secure IMAP and POP3 server
Description :
Dovecot is an...
2007 Mar 21
6
ORACLE DESC "table_name" Failure
I am getting "DESC CYCLEMSTR" failed; does it exist?
errors on a table  named CYCLEMSTR  in Oracle every 3 out of 4 trys to
do a simple find(:all) on the table.
It is a legacy table that only contains 12 rows of join information.
I don''t understand why it works one out of every 4 or 5 times
help please.
trace:
(eval):3:in `describe''