Displaying 1 result from an estimated 1 matches for "comment_notifier".
2006 Jun 27
4
Action Mailer - weird rendering issues
...getting weird
exceptions, which sometimes occur on the production machine, but I haven''t
been able to reproduce on my development machine.
There should be no error while rendering
`thought_notifier/share_notification.rhtml''
template, but if for some reason it is rendering
`comment_notifier/share_notification.rhtml:1:''
then there will definitely be an error.
I cannot understand why should the backtrace contain reference to
comment_notifier/share_notification, why is the mailer trying to render that
file, and then why showing thought_notifier/share_notification.rhtml be sh...