summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-09 23:32:19 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-09 23:32:19 -0400
commit9dc9f92e6a73cfdb0b229a882bec33ace3329e58 (patch)
treedf889f8a4ec8bb97fde53002df476b25a5a55935 /config.ru
parent32df12ee322bbe07b11758b87599ba192e4515d4 (diff)
temporarily add ruby-prof
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ru b/config.ru
index 5bc2a61..a90174c 100644
--- a/config.ru
+++ b/config.ru
@@ -1,4 +1,5 @@
# This file is used by Rack-based servers to start the application.
require ::File.expand_path('../config/environment', __FILE__)
+use Rack::RubyProf, :path => '/home/leaguer/public/ruby-prof'
run Rails.application