Skip to content

Commit

Permalink
Revert "Ruby 1.9: use ruby-debug19. [#3949 state:resolved]"
Browse files Browse the repository at this point in the history
This wasn't the issue here; we need to beef up the docs and speak to
Wayne and Mark about installation.

This reverts commit da238da.
  • Loading branch information
wycats authored and josevalim committed Mar 29, 2010
1 parent 4fbcde4 commit b94c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/rack/debugger.rb
Expand Up @@ -8,7 +8,7 @@ def initialize(app)

ARGV.clear # clear ARGV so that rails server options aren't passed to IRB

require_library_or_gem(RUBY_VERSION < '1.9' ? 'ruby-debug' : 'ruby-debug19')
require_library_or_gem 'ruby-debug'
::Debugger.start
::Debugger.settings[:autoeval] = true if ::Debugger.respond_to?(:settings)
puts "=> Debugger enabled"
Expand Down

0 comments on commit b94c408

Please sign in to comment.