From 72b4671bf8040ad7407939736a8e1381ce55b268 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 10 Jul 2014 13:12:36 -0400 Subject: I hate ruby debugging. --- Gemfile | 1 - Gemfile.lock | 2 -- config.ru | 1 - 3 files changed, 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 -- cgit v1.2.3