Re: [Radiant] gallery extension error

2009-11-11 Thread Paul Ingles
I just had the same problem. You need to edit your config/ environment.rb file. Inside the config.after_initialize block, add the line: Radiant::Config["gallery.storage"] = "s3" That fixed it for me. On 11 Nov 2009, at 09:16, Emanuel Vinzent wrote: > hi > > i try to install the gallery-ext.

Re: [Radiant] Mailer: Send confirmation to user

2009-08-27 Thread Paul Ingles
Sorry, must've missed it in the docs and source, will take another look. Sent from my iPhone On 27 Aug 2009, at 17:12, Amol Hatwar wrote: ** My Comments Inline ** On 27-Aug-09, at 6:04 PM, Paul Ingles wrote: Hi, I was wondering whether anyone had tried using the mailer extension

[Radiant] Mailer: Send confirmation to user

2009-08-27 Thread Paul Ingles
Hi, I was wondering whether anyone had tried using the mailer extension to provide a contact us form that also emailed a 'confirmation' email to the person that filled out the form (using the email they entered through the form). Wanted to check there wasn't already a Mailer fork, or a wa

Re: [Radiant] Children + Siblings

2009-01-12 Thread Paul Ingles
Yep, worked perfectly. Thank you! On 12 Jan 2009, at 21:06, Nate Turnage wrote: On Mon, Jan 12, 2009 at 2:43 PM, Paul Ingles wrote: Hi, I'm trying to show a side-menu with a section, so, for example: - Welcome + Items Intro ++ Item A ++ Item B I'd like to show a list with &q

[Radiant] Children + Siblings

2009-01-12 Thread Paul Ingles
Hi, I'm trying to show a side-menu with a section, so, for example: - Welcome + Items Intro ++ Item A ++ Item B I'd like to show a list with "Items Intro, Item A, and Item B" on the Items Intro, Item A, and Item B pages- with my current page highlighted. At present, I'm doing something simi

Re: [Radiant] Problem with RSpec and running other tasks

2009-01-09 Thread Paul Ingles
.vm.brightbox.net] ** Invoke environment (first_time) ** [out :: my.vm.brightbox.net] ** Execute environment command finished *** [deploy:update_code] rolling back Hmmm... I'll keep digging On 9 Jan 2009, at 14:21, Sean Cribbs wrote: Can you run it with --trace? Sean Paul Ingles wrot

Re: [Radiant] Problem with RSpec and running other tasks

2009-01-09 Thread Paul Ingles
Thanks Sean, Changing it to execute that way still leaves it outputting (in /home/rails/myapp/releases/20090109135907) "Checking database mysql configuration..." /usr/lib/ruby/gems/1.8/gems/rspec-1.1.11/lib/spec/runner/options.rb: 229:in `files_to_load': File or directory not found: production

Re: [Radiant] Problem with RSpec and running other tasks

2009-01-09 Thread Paul Ingles
-1.1.11/lib/spec/runner.rb:191:in `register_at_exit_hook? from /usr/bin/rake:19 Thanks again On Friday, January 09, 2009, at 05:46AM, "Paul Ingles" wrote: >Hi, > >I'm trying to deploy Radiant to a host, and am getting errors during the >deploy. Part of the deploy scrip

[Radiant] Problem with RSpec and running other tasks

2009-01-09 Thread Paul Ingles
Hi, I'm trying to deploy Radiant to a host, and am getting errors during the deploy. Part of the deploy script runs a task to ensure the database and other environment stuff is setup (files in the right place etc.). This is triggered via. the db:check:config task which is executed by the Capist