[Radiant] Sorting order
Ollivier Robert
keltia at gmail.com
Fri Sep 1 10:35:51 CDT 2006
On 9/1/06, Sean Cribbs <seancribbs at gmail.com> wrote:
> You can specify by="attribute" on the children:each tag, which lets you pick
> the attribute to sort by, which I'm assuming are any attributes of the Page
> model.
Found that by looking at the code but...
I'm now getting repeatable ruby/mongrel crashes while rendering my
pages. Only the "test" one but instant mongrel death with
zsh: illegal hardware
instruction (core dumped) mongrel_rails start -e production -B
I tried to put 1, 2, ... in the "slug" attribute in the subpages and
by="slug" in the parent one.
it is like that:
test (slug="test")
|
+---- FreeBSD (slug="2", title="FreeBSD ...")
| \----- body
| \----- left
| \----- main
|
+---- Programs (slug="1", title="Programs...")
\----- body
\----- left
\----- main
test is only
-----
<r:children:each by="slug" order="asc">
<r:content />
<hr />
</r:children:each>
-----
while body is
-----
<h2><r:title /></h2>
<div class="left">
<r:content part="left" />
</div>
<div class="main">
<r:content part="main" />
</div>
-----
Any idea? Running on FreeBSD 6.1-RC1 on a D820 (dual core) system
with Ruby 1.8.5 and mongrel 0.3.14.3.
--
Ollivier Robert -
More information about the Radiant
mailing list