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

Ticket #1774 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] call_filters crashes if no logger set in controller

Reported by: stefan kaes Assigned to: David
Priority: normal Milestone:
Component: ActiveRecord Version: 0.13.1
Severity: normal Keywords:
Cc: skaes@gmx.net

Description

In revision 1861, call_filters crashes if no logger is available.

I wonder if this log entry is really necessary.

To fic it, add if logger. See attached patch

Attachments

filter_log_bug.patch (0.5 kB) - added by anonymous on 07/19/05 12:14:29.

Change History

07/19/05 12:14:29 changed by anonymous

  • attachment filter_log_bug.patch added.

07/20/05 01:53:21 changed by anonymous

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

07/27/05 07:29:02 changed by skaes

  • status changed from closed to reopened.
  • resolution deleted.

The "if logger" part has disappeared in trunk (revision 1934).

09/11/05 10:08:05 changed by david

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