I just tripped across this (prematurely closed) bug:

  http://dev.rubyonrails.org/ticket/7460

In a nutshell, the wrong exception is being rescued, LoadError instead
of MissingSourceFile, and thus if a LoadError is thrown (for instance
if the helper file doesn't define the expected helper module) it gets
masked by a NoMethodError due to the non-existent #is_missing? getting
called on the LoadError.

The patch is a one-liner to change the rescue clause - do I hear some +1's?


-- 
Nathaniel Talbott
<:((><

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to rubyonrails-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to