[Radiant] radiant + exception_notification plugin

2008-06-27 Thread Michael Hale
Hi all, I'm having trouble using the exception_notification with radiant. The problem seems to be that the plugin's views dir is not in ActionMailer::Base.view_paths. I was able to hack around the problem and send an email by adding a line like this: view_paths

[Radiant] Help with r:children:each and r:snippet

2008-06-27 Thread Alex Wayne
I am trying to render a blog post snippet iteratively on a blog index page. When when I view the blog page, I get wrong number of arguments (2 for 1) First off, any way I can get info about that error? Radiant seems to trap all errors from bubbling up, and they don't even appear in my

Re: [Radiant] Help with r:children:each and r:snippet

2008-06-27 Thread Alex Wayne
Turns our I am getting this when rendering ANY snippet, and ANY context :( -Alex http://beautifulpixel.com On Jun 27, 2008, at 2:24 PM, Alex Wayne wrote: I am trying to render a blog post snippet iteratively on a blog index page. When when I view the blog page, I get wrong number of

Re: [Radiant] Help with r:children:each and r:snippet

2008-06-27 Thread Jim Gay
I saw an error like this when trying to upgrade an app from rails 1.2.6 to rails 2.0 and it had to do (in my case) with any method that used url_options_for (if I recall the name of the method correctly). I don't know if that helps, but do you have some setup where a different version of

Re: [Radiant] Markdown extension using RDiscount

2008-06-27 Thread Jim Gay
On Jun 27, 2008, at 10:26 PM, john muhl wrote: I've patched the default Markdown extension so it uses RDiscount instead of BlueCloth. The point was to improve the accuracy of Radiant's Markdown conversion; for an added bonus it's also really fast. Although the difference in speed