This project is archived and is in readonly mode.

#5701 ✓resolved
gucki

exception_notification fails with rails 3.1beta

Reported by gucki | September 25th, 2010 @ 01:00 AM

The mentioned plugin fails in AbstractController line 54 (http://github.com/rails/rails/blob/master/actionpack/lib/abstract_c...) because controller.respond_to?(:routes) is true, but controller.routes is nil.

I'm not sure if this is a big in the plugin or the condition in AbstractController should check for controller._routes too.

When I add the controller._routes condition, the plugin works fine.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

Tags

Pages