Re: [Radiant] Re: Re: Reloading Routes with a Rake Task

2008-06-20 Thread Sean Cribbs
If a plain redirect or render doesn't work, return false as well. That'll halt the chain for sure. Sean Chris Parrish wrote: Hmm. Will give that a whirl then. I'll let you know. Thanks. -Chris Alex Wayne wrote: Chris Parrish wrote: My question was originally tied to approach #1. I co

[Radiant] Highline

2008-06-20 Thread Jamey Cribbs
The version of highline that comes with radiant 0.6.7 is 1.2.6. I am trying to use the latest net-ssh gem in my radiant extension, which requires a later version of highline that includes the track_eof= class method. I have highline 1.4.0 installed on my box as a gem, but I can't get the radiant

Re: [Radiant] Highline

2008-06-20 Thread Sean Cribbs
Jamey, I imagine we're do for an update of highline and our other libraries too. I'm not keen on switching back to gem dependencies, but we can update the vendor version. Sean Jamey Cribbs wrote: The version of highline that comes with radiant 0.6.7 is 1.2.6. I am trying to use the latest

Re: [Radiant] Highline

2008-06-20 Thread John W. Long
On Jun 20, 2008, at 9:27 AM, Jamey Cribbs wrote: I've googled a lot, but have not found anything. Is my only alternative to manually replace the older version of highline in the radiant gem's vendor directory with the newer version of highline? You could try that. The other alternative wou

Re: [Radiant] Highline

2008-06-20 Thread Jamey Cribbs
Thanks Sean and John. John, I will try to work on that. Right now, I have to get this done for my client. :) This is for the staging extension that I wrote. The extension was working great and we had planned to deploy it to production this weekend. Then, at the last minute, the client's IT dep

[Radiant] inherited page parts?

2008-06-20 Thread Alex Wayne
Basically, I want a page to have a sidebar part. Now a child of this page has no sidebar part. So on this child page I want to display the sidebar of its parent. And if I am 10 levels deep, I want it to look back up the tree as far as it needs to to find a part of the name I need for display. I

Re: [Radiant] inherited page parts?

2008-06-20 Thread Sean Cribbs
Alex, This is standard functionality. Add an inherit="true" attribute to the tag. Sean Alex Wayne wrote: Basically, I want a page to have a sidebar part. Now a child of this page has no sidebar part. So on this child page I want to display the sidebar of its parent. And if I am 10 level

[Radiant] Re: inherited page parts?

2008-06-20 Thread Alex Wayne
Sean Cribbs wrote: > Alex, > > This is standard functionality. Add an inherit="true" attribute to the > tag. > > Sean Heh. Less posting more doc reading. Thanks. -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@ra