[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

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 ping...@me.com wrote: 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

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
(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 wrote: Thanks Sean, Changing it to execute that way

[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

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 a...@hatwar.org 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

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.