Displaying 1 result from an estimated 1 matches for "errnotifier".
Did you mean:
err_notifiers
2006 May 24
1
ActionMailer (Action Mailer) Template not found? Help!!
...n <my_controller>#<my_calling_method>
"No rhtml, rxml, rjs or delegate template found for report."
I generated the files with "script/server mailer Notifier report", and
there is indeed a template: apps/views/notifier/report.rhtml
I am calling it with:
email = ErrNotifier.create_err_report( Time.now )
render(:text => ''<pre>'' + email.encoded + ''</pre>'')
just as in the book. Please help! This error message makes no sense . .
. and to make matters worse, it actually started working for a few
minutes then stopped,...