about summary refs log tree commit homepage
path: root/bin/mongrel_rails
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mongrel_rails')
-rw-r--r--bin/mongrel_rails11
1 files changed, 10 insertions, 1 deletions
diff --git a/bin/mongrel_rails b/bin/mongrel_rails
index 95d0970..f6e6e59 100644
--- a/bin/mongrel_rails
+++ b/bin/mongrel_rails
@@ -2,7 +2,6 @@ require 'rubygems'
 require 'yaml'
 require 'mongrel'
 
-
 class Start < GemPlugin::Plugin "/commands"
   include Mongrel::Command::Base
 
@@ -229,6 +228,16 @@ class Restart < GemPlugin::Plugin "/commands"
   end
 end
 
+
 GemPlugin::Manager.instance.load "mongrel" => GemPlugin::INCLUDE, "rails" => GemPlugin::EXCLUDE
 
+
+require 'mongrel/debug'
+ObjectTracker.configure
+MongrelDbg.configure
+
 Mongrel::Command::Registry.instance.run ARGV
+
+END {
+Class.report_object_creations
+} \ No newline at end of file