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/core_ext
Andrew White 07a4c76a07 Only raise DelegationError if it's is the source of the exception
This fixes situations where nested NoMethodError exceptions are masked
by delegations. This would cause confusion especially where there was a
problem in the Rails booting process because of a delegation in the
routes reloading code.

Fixes #10559
2013-07-11 09:05:32 +01:00
..
class
module
object
array_ext_test.rb
bigdecimal_test.rb
blank_test.rb
class_test.rb
date_and_time_behavior.rb
date_ext_test.rb
date_time_ext_test.rb
deep_dup_test.rb
duplicable_test.rb
duration_test.rb
enumerable_test.rb
file_test.rb
hash_ext_test.rb
integer_ext_test.rb
kernel_test.rb
load_error_test.rb
marshal_test.rb
module_test.rb Only raise DelegationError if it's is the source of the exception 2013-07-11 09:05:32 +01:00
name_error_test.rb
numeric_ext_test.rb
object_and_class_ext_test.rb
range_ext_test.rb
regexp_ext_test.rb
string_ext_test.rb
struct_test.rb
thread_test.rb
time_ext_test.rb Return local time for backwards compatibility 2013-07-09 15:50:14 +01:00
time_with_zone_test.rb Add failing test for #9562 2013-07-10 15:49:09 +01:00
uri_ext_test.rb