Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Jim Gay
Benito, Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... I'd like to rework the way tags share information, but for now that should do it. On Sat, Jan 12, 2013 at 2:31 PM, Benito Torres radi...@mv.so36.net wrote: Hi, in radiant-1.1.1 (radius-0.7.3) this

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Mohit Sindhwani
Hi Jim, On 15/1/2013 12:27 AM, Jim Gay wrote: Benito, Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... I'd like to rework the way tags share information, but for now that should do it. I was trying to see if I could help, but I actually got the same

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Jim Gay
On Mon, Jan 14, 2013 at 11:46 AM, Mohit Sindhwani t...@onghu.com wrote: Hi Jim, On 15/1/2013 12:27 AM, Jim Gay wrote: Benito, Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... I'd like to rework the way tags share information, but for now that should

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread john
r:aggregate paths='/about; /articles' r:children:each r:title/ /r:children:each /r:aggregate and r:aggregate paths=/about; /articles r:children:count/ /r:aggregate work on the demo site. inside the aggregate tag you have a collection that you still the use the children tags. On Monday,

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread Benito Torres
Hello Jim, list, On Mon, Jan 14, 2013 at 11:27 (-0500), Jim Gay wrote: Try putting the paths inside the aggregate like this: r:aggregate paths=...r:each... That works, thank you very much for the hint! Do you still want that issue in the tracker? Best wishes, Benito

[Radiant] undefined method `paginate' for SnippetFile:Class

2013-01-14 Thread Erasmo da Narni
hello! i just did a fresh install on mac osx following: https://github.com/radiant/radiant/wiki/Installing-on-Mac-OS-X i had to downgrade rake to 0.9.6 to proceed with the db bootstrap. i get the referenced error in the admin snippet files tab. any help on how to fix this issue? many thank in

[Radiant] Re: undefined method `paginate' for SnippetFile:Class

2013-01-14 Thread Erasmo da Narni
radiant version 1.1.1 NoMethodError in Admin/snippet filesController#index trace dump: http://pastie.org/5686948 --e On Monday, January 14, 2013 11:52:34 PM UTC+1, Erasmo da Narni wrote: hello! i just did a fresh install on mac osx following: