[Radiant] Does the exception notifier plugin work with radiant?

2008-09-05 Thread Joe Van Dyk
Rendering /data/psrc/releases/20080906012956/public/500.html (500 Error) /!\ FAILSAFE /!\ Fri Sep 05 18:35:51 -0700 2008 Status: 500 Internal Server Error can't convert nil into String /data/psrc/current/lib/plugins/extension_patches/lib/mailer_view_paths_extension.rb:87:in `dirname'

Re: [Radiant] Switch from SVN pull to gem

2008-09-05 Thread Sean Cribbs
First, unfreeze: rake radiant:unfreeze Then install the new gem (and update environment.rb if you have a version set in there) and run: rake radiant:freeze:gem Sean Ben Morrow wrote: How would I go about switching an established site from a pulled SVN installation to using the newest Radia

[Radiant] Switch from SVN pull to gem

2008-09-05 Thread Ben Morrow
How would I go about switching an established site from a pulled SVN installation to using the newest Radiant gem? Keywords for later searches: update, git, clone -- Posted via http://www.ruby-forum.com/. ___ Radiant mailing list Post: Radiant@radiant

Re: [Radiant] Re: [Radiant-Dev] Mailer extension update

2008-09-05 Thread Tim Gossett
On Fri, Sep 5, 2008 at 9:15 AM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > First, change any pages you have of the "Mailer" type into "". > > Then, if you have the git SCM installed, first delete your > vendor/extensions/mailer directory, and then run this command: > > git clone > git://github.com/

Re: [Radiant] Re: [Radiant-Dev] Mailer extension update

2008-09-05 Thread Sean Cribbs
rainer, First, change any pages you have of the "Mailer" type into "". Then, if you have the git SCM installed, first delete your vendor/extensions/mailer directory, and then run this command: git clone git://github.com/radiant/radiant-mailer-extension.git vendor/extensions/mailer Otherwis

[Radiant] Re: [Radiant-Dev] Mailer extension update

2008-09-05 Thread rainer griess
Hey Sean, sounds great, cause I still got some problems with the mailer extension. Now I will try, what you did. Sorry for asking a silly question: what are the steps I need to do to switch over to the version you've mentioned? Thanks again for your support, rainer On 05.09.2008, at 01:4