Displaying 2 results from an estimated 2 matches for "boolen".
Did you mean:
boolean
2006 Aug 15
0
ActiveRecord inheritance with types table
...has a type
class FieldType < ActiveRecord::Base
end
stored in the field_types table
field_types:
id
name
class_name
for each field type, there''s a subclass of Field that do whatever
special things
class BooleanField < Field
def get_stuff
return "I am a Boolen Field!"
end
end
Is there any way, when I do Field.find(), that I can return fields that
are all instances of the proper Field subclasses?
I know this could be done using single table inheritance, but I like to
have the classes in a seperate types table and use foreign keys to to
ens...
2003 Apr 15
0
Patch for stderr logging
...ent the close_all() definition in proto.h from being changed.
Summary of changes:
cleanup.c:
changed definition of close_all()
clientserver.c:
no longer redirect stderr to /dev/null
loadparm.c:
add "log timestamp" global boolean option
add "log pid" global boolen option
log.c:
respect "log timestamp" and "log pid" options
rsyncd.conf.yo
document new options
PS: i am not subscribed to the list. MFT set appropriately.
--
John H. Robinson, IV University of California, San Diego
jhriv@ucsd.edu Academic Computing Serv...