Re: [Radiant] Trouble grepping regex for if_url

2009-02-25 Thread Brian Loomis
On Feb 25, 2009, at 9:30 PM, N. Turnage wrote: 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:

[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: The problem with this is that, while I get the page title on the /destinations/ page, it draws two h1 headlines on the c

[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 Rad

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 __

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_P

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

2009-02-25 Thread Adam Farnsworth
Ken- Thank you! This helps me so much for all my RoR apps, not just Radiant. Adam On Feb 25, 2009, at 10:20 AM, K H wrote: 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

[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 Adam van den Hoven
I sort of tried upgrading. It was on a site that I was still working on so I was OK loosing everything. I say sort of because most of the site was created and setup under .6.9 even though I thought I was on .7. In the end, it was impossible to get radiant to recognize my 0.7 gem, even though th

[Radiant] Upgrade to .07x on Dreamhost?

2009-02-25 Thread Anton Aylward
Has anyone **UPGRADED** Radiant to 0.7 on Dreamhost. As some may recall, I've had problems with Dreamhost as they don't support Radiant or RoR and are reluctant to update GEMS. As others may recall, the Dreamhost implementation of Passenger means that any per account local GEM_HOME and GEM_PATH s

[Radiant] Best way to run all extension migrations?

2009-02-25 Thread Cuong Tran
It looks like db:migrate:extensions doesn't run the migrations in the same order specified in config.extensions. Is there an alternative way that respect the ordering? Running individual ones is not optimal (my team will hate me) and writing a rake task seems overkill. ___