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 Enable warnings on first load only. File which are loaded but raise an exception are not added to loaded set. 2005-11-23 21:31:51 +00:00
conflict.rb
cross_site_depender.rb
mutual_one.rb Handle mutual dependencies with .rb suffix. 2005-11-28 20:39:26 +00:00
mutual_two.rb
raises_exception.rb Add tests for prior checkin 2006-08-17 17:32:23 +00:00
raises_exception_without_blame_file.rb
requires_nonexistent0.rb
requires_nonexistent1.rb
service_one.rb Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both 2004-12-29 21:03:21 +00:00
service_two.rb Moved support from both Action Pack and Active Record into a separate module called Active Support that can be included using svn:externals in both 2004-12-29 21:03:21 +00:00