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 Update Initializer to use load_once_paths to avoid plugin reloading. References #5852. 2006-08-29 06:52:39 +00:00
service_one.rb
service_two.rb