Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3883

Show
Ignore:
Timestamp:
03/16/06 02:48:25 (4 years ago)
Author:
david
Message:

Breakpoints in running code makes for no fun ;)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/lib/action_controller/routing.rb

    r3879 r3883  
    250250              mod = (mod == Object || next_mod.name == "#{mod.name}::#{mod_name}") ? next_mod : nil 
    251251            rescue NameError => e 
    252               breakpoint 
    253252              raise unless /^uninitialized constant .*#{mod_name}$/ =~ e.message 
    254253            end