This project is archived and is in readonly mode.
Fix for ActionMailer::Base.method_missing so that it raises NoMethodError when no method is found
Reported by Joel Chippindale | November 5th, 2008 @ 09:57 AM | in 2.x
This was originally reported in #1318
ActionMailer::Base's method_messing method raises an exception
undefined method []' for nil:NilClass"
when it does match any method.
This bug was introduced in commit 3cf773b187e803e16b8237e5923fa4c1139cde8a.
The attached patch resolves this.
Comments and changes to this ticket
-
James Mead November 11th, 2008 @ 01:41 PM
+1 Thanks for fixing my original commit and sorry for introducing the bug. Cheers, James.
-
Repository November 11th, 2008 @ 03:47 PM
- State changed from new to resolved
(from [a62e9e90d8f47a643c9355f782ab4891fa8fefaa]) Fix for ActionMailer::Base.method_missing so that it raises NoMethodError when no method is found [#1330 state:resolved]
Signed-off-by: Joshua Peek josh@joshpeek.com http://github.com/rails/rails/co...
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>
People watching this ticket
Attachments
Tags
Referenced by
- 1318 Fix for matches_dynamic_method? on ActionMailer I have created a separate ticket #1330 for the problem wi...
- 1330 Fix for ActionMailer::Base.method_missing so that it raises NoMethodError when no method is found (from [a62e9e90d8f47a643c9355f782ab4891fa8fefaa]) Fix for...