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 more descriptive NameError's messages for class attributes 2013-04-17 16:12:21 +02:00
module Fix some assert_raise calls containing messages in Active Support 2012-10-28 17:54:24 -02:00
object Revert "Object#in? also accepts multiple parameters" 2013-05-01 04:32:20 -07:00
array_ext_test.rb Remove deprecated Array#uniq_by and Array#uniq_by! 2013-07-01 22:33:42 -03:00
bigdecimal_test.rb
blank_test.rb
class_test.rb
date_and_time_behavior.rb better document next_week functionaility closes #9568 2013-04-26 09:09:53 +10:00
date_ext_test.rb Remove deprecated Date#to_time_in_current_zone 2013-07-02 11:22:19 +05:30
date_time_ext_test.rb Keep sub-second resolution when wrapping a DateTime value 2013-06-13 12:01:12 +01:00
deep_dup_test.rb
duplicable_test.rb
duration_test.rb Remove unnecessary begin..rescue..end, use only rescue 2013-01-06 15:41:14 +09:00
enumerable_test.rb Further simplify enumerable group_by test 2013-04-04 12:36:17 -03:00
file_test.rb revises a brittle test in Active Support 2012-08-22 23:10:33 +02:00
hash_ext_test.rb Make HashWithIndifferentAccess#select always return the hash. 2013-07-06 15:56:07 +02:00
integer_ext_test.rb
kernel_test.rb Test Kernel#quietly 2013-01-23 13:29:40 +09:00
load_error_test.rb
marshal_test.rb Fix typo in DependenciesTestHelpers module name 2013-03-12 10:33:32 +05:30
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 Fix some typo in method names, variables 2013-05-26 16:27:05 +05:30
object_and_class_ext_test.rb Test try! with a block 2013-01-23 13:29:40 +09:00
range_ext_test.rb Fix some typo in method names, variables 2013-05-26 16:27:05 +05:30
regexp_ext_test.rb
string_ext_test.rb Remove deprecated String#encoding_aware? 2013-07-03 19:50:19 +02:00
struct_test.rb backporting Struct#to_h from ruby 2.0 2012-11-13 11:11:11 -08:00
thread_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
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