From 500c7349353e8161dee6c96935a87137e9e78e1d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 16 Mar 2006 02:48:25 +0000 Subject: Breakpoints in running code makes for no fun ;) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3883 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/routing.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/actionpack/lib/action_controller/routing.rb b/actionpack/lib/action_controller/routing.rb index aaac0dd77d..3529c70237 100644 --- a/actionpack/lib/action_controller/routing.rb +++ b/actionpack/lib/action_controller/routing.rb @@ -249,7 +249,6 @@ module ActionController # Check that we didn't get a module from a parent namespace mod = (mod == Object || next_mod.name == "#{mod.name}::#{mod_name}") ? next_mod : nil rescue NameError => e - breakpoint raise unless /^uninitialized constant .*#{mod_name}$/ =~ e.message end -- cgit v1.2.3