Re: [Radiant] Radiant Meetup at Rails Conf

2006-06-19 Thread Caylan Van Larson
I'm down. Any day works for me. --- Caylan On Jun 19, 2006, at 1:29 PM, Rodney Ramdas wrote: > sounds like a plan, > any day is fine for me > > >> 1. Thursday Lunch/Afternoon >> 2. Saturday Lunch >> 3. Other >> >> -- >> John Long >> http://wiseheartdesign.com >> __

[Radiant] Page Parts as Model (behavior) Attributes, Inheritance

2006-07-03 Thread Caylan Van Larson
Imagine for a moment adding a pluralized page called "Recipes" of fictitious behavior "Model."Inside of a Model the "Parts" are attributes for each instance (child-page) * part: ingredients * part: serving-size * part: notesOther examples: * Customers page-model with parts name, telephone, address

[Radiant] Yet another dreamhost question...

2006-07-19 Thread Caylan Van Larson
Hey all,I'm writing a document on installing radiant on dreamhost using capistrano.  I've got most everything working, except this recipe that I call radiant_big_red_button.  All it does is call script/setup_database with the options... but it's acting goofy.  I'm curious if anyone can spot the bes

Re: [Radiant] Yet another dreamhost question...

2006-07-19 Thread Caylan Van Larson
19, 2006, at 2:47 PM, Caylan Van Larson wrote:Hey all,I'm writing a document on installing radiant on dreamhost using capistrano.  I've got most everything working, except this recipe that I call radiant_big_red_button.  All it does is call script/setup_database with the options... but it&#

[Radiant] Wiki Access

2006-07-20 Thread Caylan Van Larson
John,I'd like to jot down a document about deploying on dreamhost.  Would you want this in the wiki?  If so, how does one get access?-cvl ---Caylan ___ Radiant mailing list Radiant@lists.radiantcms.org http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Wiki Access

2006-07-20 Thread Caylan Van Larson
ss is just too much of a sore spot ;-) -cvl --- Caylan On Jul 20, 2006, at 1:07 PM, John W. Long wrote: > Caylan Van Larson wrote: >> I'd like to jot down a document about deploying on dreamhost. >> Would you >> want this in the wiki? If so, how does one get ac

[Radiant] Howto -- Dreamhost Deployment Debacle Denounced

2006-07-20 Thread Caylan Van Larson
.157.113.208.in-addr.arpa domain name pointer apache2- grog.ritz.dreamhost.com. Cheers, -cvl --- Caylan On Jul 20, 2006, at 2:00 PM, Caylan Van Larson wrote: > John, > > I couldn't easily navigate with clicks from radiantcms.com to the > link you provided. > > Suggestions &

Re: [Radiant] Howto -- Dreamhost Deployment Debacle Denounced

2006-07-26 Thread Caylan Van Larson
=== Recent Updates to Document ===  * 7/26/06 - Caylan    * Added recent updates, how meta!    * Added bluecloth dependency in vendor    * Modified tmp directory creation to use rake taskCheers, -cvl---Caylan On Jul 24, 2006, at 7:51 AM, Sean Cribbs wrote:On 7/20/06, Caylan Van Larson <[EM

Re: [Radiant] Howto -- Dreamhost Deployment Debacle Denounced

2006-07-26 Thread Caylan Van Larson
I have a few questions.Is the rails machine gem OSS?Are there any other gems that allow for easier deployment?As a sysadmin, I feel tortured running through my document... do you?Is there a better way? ---Caylan On Jul 26, 2006, at 1:16 PM, Caylan Van Larson wrote:=== Recent Updates to Document

[Radiant] Markaby

2006-07-26 Thread Caylan Van Larson
What's the possibility of having a markaby filter, or markaby in the layouts? ---Caylan ___ Radiant mailing list Radiant@lists.radiantcms.org http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Markaby

2006-07-26 Thread Caylan Van Larson
would be to implement?The only problem I can see is that as pretty as Markaby is in pure Ruby, the Radius tags sort of ruin the effect with their <> nonsense :) \\ DeanOn 7/26/06, Caylan Van Larson <[EMAIL PROTECTED]> wrote: What's the possibility of havi

Re: [Radiant] Markaby

2006-07-28 Thread Caylan Van Larson
On Jul 26, 2006, at 5:11 PM, John W. Long wrote: > Caylan Van Larson wrote: >> What's the possibility of having a markaby filter, or markaby in the >> layouts? > > This would make a great plugin. Probably the thing to do would be to > override Behavior::Base#render_p

Re: [Radiant] Images (not again!)

2006-08-01 Thread Caylan Van Larson
On Aug 1, 2006, at 12:56 PM, Tom de Grunt wrote: > Hi Paul, > > This gives a 404, the URL you're referring to doesn't seem to exist? http://stadigtech.com/blog/archive/2006/08/01/images-in-radiant-0-5/ > On Aug 1, 2006, at 18:54 , Paul Stadig wrote: > >> Hi all, >> This isn't your normal post ab

Re: [Radiant] Markaby Filter for Radiant

2006-08-03 Thread Caylan Van Larson
On Aug 3, 2006, at 2:34 AM, Farrel Lifson wrote: > On 03/08/06, John W. Long <[EMAIL PROTECTED]> wrote: >> Farrel Lifson wrote: >>> The filter also has the 'r' radius tag prefix hardcoded so hopefully >>> this won't change in the future. Is the tag prefix avaiable in some >>> constant? >> >> The t

Re: [Radiant] Simplify with Behaviors

2006-08-14 Thread Caylan Van Larson
/me ports a snippet to markaby for giggles.dl.sub-nav! do r.if_url_matches "^/$" do r.find_url("/membership").each do |p| dd.send(p.current_page?) { link_to p } end endendPlease... for the love of KIS, let's start to move away from the gobbly gook that is radius (at least within the domain of r