summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-07-10 13:12:36 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-07-10 13:12:36 -0400
commit72b4671bf8040ad7407939736a8e1381ce55b268 (patch)
treedab819ad297338393f768f38384c582e71cf058b
parent9dc9f92e6a73cfdb0b229a882bec33ace3329e58 (diff)
I hate ruby debugging.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
-rw-r--r--config.ru1
3 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index 035db86..19d27f7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,4 +76,3 @@ end
# Use debugger
# gem 'debugger', group: [:development, :test]
# gem 'byebug', group: [:development, :test]
-gem 'ruby-prof'
diff --git a/Gemfile.lock b/Gemfile.lock
index 8003f2a..daed0bc 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -101,7 +101,6 @@ GEM
rdoc (4.1.1)
json (~> 1.4)
ref (1.0.5)
- ruby-prof (0.15.1)
sass (3.2.19)
sass-rails (4.0.3)
railties (>= 4.0.0, < 5.0)
@@ -155,7 +154,6 @@ DEPENDENCIES
mailboxer
pg
rails (= 4.0.2)
- ruby-prof
sass-rails (~> 4.0.0)
sdoc
simple_captcha2
diff --git a/config.ru b/config.ru
index a90174c..5bc2a61 100644
--- a/config.ru
+++ b/config.ru
@@ -1,5 +1,4 @@
# 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