From d69be7df6dd1d358b019a2b8fe2c7cd10050063e Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 25 Oct 2007 20:33:28 +0000 Subject: Request profiler git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8016 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/performance/request.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 railties/lib/commands/performance/request.rb (limited to 'railties/lib/commands/performance') diff --git a/railties/lib/commands/performance/request.rb b/railties/lib/commands/performance/request.rb new file mode 100755 index 0000000000..8e19c9d6ed --- /dev/null +++ b/railties/lib/commands/performance/request.rb @@ -0,0 +1,7 @@ +#!/usr/bin/env ruby +RAILS_DEFAULT_LOGGER = nil +require 'config/environment' +require 'application' +require 'action_controller/request_profiler' + +ActionController::RequestProfiler.run(ARGV) -- cgit v1.2.3