about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-25 21:15:30 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-03-25 21:15:30 +0000
commitf4a5c938d461d9c5dc17f521c9efaaf352b931fa (patch)
treec8f5d6799e74a4b9dd6d533424ee093ef4d3beb4 /bin
parent8287106809a82ccd1afba674740486946509b856 (diff)
downloadunicorn-f4a5c938d461d9c5dc17f521c9efaaf352b931fa.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@121 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'bin')
-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