Re: [Radiant] children:each tag behaviour

2008-09-27 Thread Sean Cribbs
Jim Gay wrote: Page.find(:all, :offset = 3) returns all pages. This is essentially what the children:each does (scoped to a particular page) If this is incorrect behavior, it's with ActiveRecord::Base Right, which is a database issue more than one with Radiant. Offset is generally used in

Re: [Radiant] children:each tag behaviour

2008-09-27 Thread Gabriel Lamounier
A possible solution would be the children:each to count the number of children pages and automatically set it as the value for the limit param. I think it would be a very fast and easy solution. Be Radiant! Gabriel 2008/9/27 Andrew Neil [EMAIL PROTECTED]: Supose I've got 6 children pages,