[Radiant] install gallery

2009-10-21 Thread Emanuel Vinzent
Hi, when i install the gallery extension with rake RAILS_ENV=production radiant:extensions:gallery:install shows this error: rake aborted! syntax error on line 5, col 0: `gallery_based: no' /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/yaml.rb:133:in `load'

[Radiant] Radiant version conflict / freezing Radiant

2009-10-21 Thread Matt Spendlove
Hi list I've been playing around with configuring a template install of Radiant with a few extensions that I'd like to use as the basis for a number of small client websites. My server is a shared host on Hosting Rails, they have Radiant 0.6.9 installed as a GEM. I'm assuming it's safe to clone

Re: [Radiant] Radiant version conflict / freezing Radiant

2009-10-21 Thread Sean Cribbs
Matt, That seems like a very reasonable way to do it. Sean Matt Spendlove wrote: Hi list I've been playing around with configuring a template install of Radiant with a few extensions that I'd like to use as the basis for a number of small client websites. My server is a shared host on

[Radiant] using CGI parameters

2009-10-21 Thread Anton Aylward
I have a Radiant site hosted on Dreamhost. It works fine. I'm in the process of adding their Announcement List to the site. OK so far. Their how-to page is at http://wiki.dreamhost.com/Announcement_Mailing_List#How_do_I_display_information_from_the_form_on_my_custom_URLs.3F Well, actually that's

Re: [Radiant] using CGI parameters

2009-10-21 Thread Mamed Mamedov
As i know you can access query params via params hash. For example, http://yoursite.com/?someparam=123 will be accessable through: params[:someparam] Is it ok? On 10/22/09, Anton Aylward anton.aylw...@rogers.com wrote: I have a Radiant site hosted on Dreamhost. It works fine. I'm in the