mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Not loading ruby-debug specially.
This commit is contained in:
parent
1ffc3063b7
commit
4c99f323ad
1 changed files with 0 additions and 5 deletions
|
@ -13,11 +13,6 @@ require 'setter_trap'
|
|||
require 'logger'
|
||||
ActiveResource::Base.logger = Logger.new("#{File.dirname(__FILE__)}/debug.log")
|
||||
|
||||
begin
|
||||
require 'ruby-debug'
|
||||
rescue LoadError
|
||||
end
|
||||
|
||||
def setup_response
|
||||
matz_hash = { 'person' => { :id => 1, :name => 'Matz' } }
|
||||
|
||||
|
|
Loading…
Reference in a new issue