[Radiant] Upgrade to .07x on Dreamhost?

2009-02-25 Thread K H
I have a radiant 0.7.1 site on Dreamhost. I ran into some troubles early on because Passenger would not recognize my local gems. But adding the following line to the top of /config/environment.rb solved the problem for me. ENV['GEM_PATH'] = '/home/your user name/.gems' Hope this helps.

Re: [Radiant] Upgrade to .07x on Dreamhost?

2009-02-25 Thread Anton Aylward
K H said the following on 02/25/2009 01:20 PM: I have a radiant 0.7.1 site on Dreamhost. I ran into some troubles early on because Passenger would not recognize my local gems. But adding the following line to the top of /config/environment.rb solved the problem for me. ENV['GEM_PATH']

Re: [Radiant] Upgrade to .07x on Dreamhost?

2009-02-25 Thread Anton Aylward
K H said the following on 02/25/2009 01:20 PM: Hope this helps. My question was about UPGRADING from 0.6.9 to 0.7.1 The Gem thing is incidental. -- A sense of humor is part of the art of leadership, of getting along with people, of getting things done. Dwight D. Eisenhower

[Radiant] Why is Radiant a self-contained Gem?

2009-02-25 Thread Mark Glossop
Hi all - first time poster here [didn't want to hijack the thread about Dreamhost, so started a new one...I have a very specific question, related to the OP about Dreamhost.] It's good to be hearing this about Dreamhost now, especially when I'm looking to deploy this weekend. Only started with

[Radiant] Trouble grepping regex for if_url

2009-02-25 Thread N. Turnage
Hey guys, I am trying to set up an if_url rule that creates an h1 headline of the page title if the page or the page's parent is /destinations/. What I have is this: r:if_url matches=^/destinations/.+ h1r:title //h1 /r:if_url The problem with this is that, while I get the page title on