[Radiant] nil configuration in Radiant 0.8?

2009-07-28 Thread Brian Gernhardt
I'm trying to set up a radiant installation on GoDaddy's shared hosting (which says it supports rails applications). I created the radiant app on my local machine, froze it to the gem, then uploaded it to the server, at which point I start getting the following error: undefined method

Re: [Radiant] Git questions regarding submodules... and updating them

2009-04-09 Thread Brian Gernhardt
It just so happens that I'm one of the guys working on git. So I'll see what I can do to help you. :-D I don't know how extensive your git experience is, so bear with me if I'm saying things you already know. On Apr 9, 2009, at 2:50 PM, N. Turnage wrote: I've cloned (I think I should

[Radiant] Hosting 0.7.1 site w/ Papperclipped

2009-04-08 Thread Brian Gernhardt
I'm working on a website for a client and I'm attempting to find a decent host for them. I'm building the site locally right now, using Radiant 0.7.1, Paperclipped, and Styles 'n' Scripts. I've looked around but it's far too easy to find piles of negative feedback about everyone, and

[Radiant] Error migrating 0.5.2 - 0.6.9 (gem)

2009-01-16 Thread Brian Gernhardt
I'm trying to update a fairly ancient install of radiant and am having some problems. It appears that Radiant::Initializer.run (called by config/environment.rb) is attempting to access the database before the migrations have run. Bad monkey. Anyone have any ideas on how to get this to

Re: [Radiant] Extension Development in Git

2008-10-05 Thread Brian Gernhardt
On Oct 5, 2008, at 3:36 PM, Marty Haught wrote: I've been wondering how best to maintain stable and unstable branches of an extension in Git. Traditionally you'd keep the master as 'trunk' which would be considered unstable and you'd tag official releases. We could use this approach but I'm

[Radiant] Import/Export Extension

2008-04-15 Thread Brian Gernhardt
I'm attempting to set up a test install of radiant with the data from my live site. I did the following steps: -- git clone git://github.com/seancribbs/radiant.git radiant/radiant/bin/radiant test cd test/vendor ln -s ../../radiant/radiant . cd extensions ln -s