Displaying 3 results from an estimated 3 matches for "child_count".
2006 Mar 21
5
Order records based on number of children
Let''s say I have simple schema with two tables. The models are defined
like the folllowing:
class Parent < ActiveRecord::Base
has_many :children
end
class Child < ActiveRecord::Base
belongs_to :parent
end
Simple has_many relationship. Is there any way to order the results of
a Parent.find_all by the number of children the parent has? I can
sort with
sorted_parents =
2012 Jul 23
1
[PATCH] nsd-patch: fix segfault after renaming slave zone
Hi all,
we have discovered a segfault in nsd-patch when renaming slave zone in nsd
config file if some data for this zone still exists in the IXFR diff
database.
In my case, the zone "black" was renamed to "blackinwhite":
> root at ggd115:/cage/nsd/var/nsd/zones#nsd-patch -c
> /cage/nsd/etc/nsd-dns-slave.conf
> reading database
> reading updates to database
>
2008 Jun 19
2
sig11 in 1.1rc5 fts
...0x416b7ffe ""
child_chars = (const unsigned char *) 0x414dbd25 <Address
0x414dbd25 out of bounds>
child = (struct squat_node *) 0x40c685f8
children = (struct squat_node *) 0x40c68040
node_offset = 1944868
i = 61
child_idx = 61
child_count = 89
base_offset = 1944314
num = 25
__PRETTY_FUNCTION__ = "node_read_children"
#1 0x000000004101f17f in squat_trie_map (trie=0x40c5a800,
building=false) at squat-trie.c:1518
file_lock = (struct file_lock *) 0x0
dotlock = (struct dotlock *) 0x0...