Displaying 2 results from an estimated 2 matches for "deemon".
Did you mean:
daemon
2007 Nov 26
1
apc deemon
Hi,
I'm using Centos 5 (64bit) and connected an APC battery to the server and
used the USB cable for monitoring this setup, but I can't find the apc
daemon anymore in the offcial yum repo's.
Has aocd become obsolete and has it been replaced by something else or do
i need to add a third party repo?
kind regards,
euroka
-------------- next part --------------
An HTML attachment was
2007 Apr 29
1
acts_as_list with :scope - how do I move items to a different list?
Hi,
I have in my simplistic app:
class Album
has_many :pics, :order => :position
end
class Pic
belongs_to :album
acts_as_list :scope => ::album
end
It all works fine when creating a new pic from the forms. But, when
trying to move a pic between albums, the album changes Ok, but no
matter what I do the position attribute stays the same and the list
navigation is broken. So far,