1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/test/dependencies
Andrew Kreiling a548792aa0 Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::Loadable
It is possible under some environments to receive an Exception that is
not extended with Blamable (e.g. JRuby).
ActiveSupport::Dependencies::Loadable#load_dependency blindly call
blame_file! on the exception which throws it's own NoMethodError
exception and hides the original Exception.

This commit fixes #9521
2013-06-09 18:20:10 -04:00
..
check_warnings.rb
conflict.rb
cross_site_depender.rb
mutual_one.rb
mutual_two.rb
raises_exception.rb
raises_exception_without_blame_file.rb
requires_nonexistent0.rb
requires_nonexistent1.rb
service_one.rb
service_two.rb