Re: [Radiant] r:find question

2008-12-03 Thread John W. Long
On Dec 3, 2008, at 8:56 AM, Sean Cribbs wrote: YAY! Someone who agrees with me! The caveat, of course, is that often you need to put Radius tags inside the attributes of HTML tags. But that's because Radius is not strict XML, but interpolated. When explaining Radius to a local web

Re: [Radiant] r:find question

2008-12-03 Thread Chris Parrish
Actually, I should probably clarify. I agree that IF you are going to use an XML paradigm, better to leave it be. That said as Radiant's been growing in popularity, I've been seeing more and more people hitting a wall here. I'm starting to wonder whether using an XML paradigm is really

Re: [Radiant] Freezing Gems?

2008-12-03 Thread Anton J Aylward
Erik Ostrom said the following on 12/03/2008 02:35 AM: Hm. Since there isn't a clear standard for freezing gems, sometimes they need some coaxing. I'd try running it either (a) on a machine you have more control over or (b) on Mongrel, to try to get some more diagnostic logging. ... Okay,

Re: [Radiant] DB Indexes

2008-12-03 Thread Sean Cribbs
I've applied Yevgeny's indexes (without the uniqueness constraints - YAGNI) and here's some circumstantial (i.e. not rigorous) results from running the spec suite: BEFORE Integration: 4.263972 Models: 51.04876 Controllers: 25.428781 Helpers: 1.062501 Lib:

Re: [Radiant] DB Indexes

2008-12-03 Thread Anton J Aylward
Sean Cribbs said the following on 12/03/2008 09:46 AM: I've applied Yevgeny's indexes (without the uniqueness constraints - YAGNI) and here's some circumstantial (i.e. not rigorous) results from running the spec suite: BEFORE ... --- real 137.84 user 58.80 sys 9.15

Re: [Radiant] DB Indexes

2008-12-03 Thread Sean Cribbs
But yes, these are, in retrospect, so obvious. Can we merge them into the core? http://is.gd/a2J9 Sean ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

Re: [Radiant] r:find question

2008-12-03 Thread Adam van den Hoven
I don't think that the issue at hand is the average user who is going to be hacking with the source code. They don't exist. You start hacking with source code and you need to be at a higher level of expertise. JSTL and JSP EL handle this more elegantly (how much more is a matter of

[Radiant] Templates extension documentation?

2008-12-03 Thread Nate Turnage
Is there a tutorial or some sort of example of how the templates extension works in practice? There is some info in the readme but there aren't any examples of how it works. It looks like a way to create a page that is simply a collection of snippets. What I thought it was is a way to have nested

Re: [Radiant] plugin jrails prevents adding page parts

2008-12-03 Thread Adam van den Hoven
If you are just using jQuery (presumably for your production site not the admin interface) why not save yourself the hassle and use the copy in Google's CDN? http://code.google.com/apis/ajaxlibs/ You can do things using Google's loader (which I'm not a huge fan of, though it is a neat