diff options
author | Emilio Tagua <miloops@gmail.com> | 2009-04-24 17:26:34 -0300 |
---|---|---|
committer | Emilio Tagua <miloops@gmail.com> | 2009-04-24 17:26:34 -0300 |
commit | c0f66b764e4a45764d64c6f047f13ec92b074c03 (patch) | |
tree | a7386ba0fbac3fe4f14431e64be9042e29478628 /activerecord | |
parent | e428c75d2b67c6a7bd5f5e7e1719cdece84d497f (diff) | |
download | rails-c0f66b764e4a45764d64c6f047f13ec92b074c03.tar.gz rails-c0f66b764e4a45764d64c6f047f13ec92b074c03.tar.bz2 rails-c0f66b764e4a45764d64c6f047f13ec92b074c03.zip |
Added ruby-debug
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/test/cases/helper.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/test/cases/helper.rb b/activerecord/test/cases/helper.rb index 1ec52ac24d..2f9145a874 100644 --- a/activerecord/test/cases/helper.rb +++ b/activerecord/test/cases/helper.rb @@ -15,6 +15,9 @@ require 'connection' require 'cases/repair_helper' +# TODO remove the debugger +require 'ruby-debug' + # Show backtraces for deprecated behavior for quicker cleanup. ActiveSupport::Deprecation.debug = true |