Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9985 (closed enhancement: fixed)

Opened 1 year ago

Last modified 11 months ago

Poorly formatted e-mail from exception_notification

Reported by: mtillman Assigned to: core
Priority: low Milestone: 1.2.6
Component: Plugins Version: edge
Severity: minor Keywords:
Cc:

Description

content_type seems to have gotten dropped from ExceptionNotifier#exception_notification.

You can add this to make email output more lovely:

def exception_notification(exception, controller, request, data={}) + content_type "text/plain"

subject

Attachments

content_type.diff (0.6 kB) - added by mtillman on 10/25/07 16:58:03.
Content Type for ExceptionNotifier.rb

Change History

10/25/07 16:58:03 changed by mtillman

  • attachment content_type.diff added.

Content Type for ExceptionNotifier.rb

11/23/07 16:26:49 changed by minam

  • status changed from new to closed.
  • resolution set to fixed.

(In [8192]) be explicit about the content type of exception notification emails (closes #9985)