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

Ticket #1600 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

[PATCH] Make whiny nil not show errors inside activesupport

Reported by: ulysses Assigned to: ulysses
Priority: high Milestone:
Component: ActiveSupport Version: 0.12.1
Severity: normal Keywords: whiny nil stack tract
Cc:

Description

This patch changes whiny_nil.rb so that it does not appear on stack traces. The last line of the stack trace will be the actual line at which the error occured. This makes it easier to pick out where the actual error occured.

Attachments

hidden-whiny-nil.patch (2.5 kB) - added by Ulysses on 07/04/05 09:50:31.
Patch as discussed

Change History

07/04/05 09:50:31 changed by Ulysses

  • attachment hidden-whiny-nil.patch added.

Patch as discussed

07/04/05 09:54:47 changed by david

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