public
Description: Allows for ruby-debug functionality under Phusion Passenger
Homepage:
Clone URL: git://github.com/ddollar/socket-debugger.git
name age message
file MIT-LICENSE Thu Dec 11 11:23:44 -0800 2008 initial commit [ddollar]
file README.markdown Mon Aug 10 11:46:39 -0700 2009 Update with deprecation warning pointing to Rac... [ddollar]
file init.rb Sun Dec 14 15:09:37 -0800 2008 compatibility with older rails versions [ddollar]
directory lib/ Sun Dec 14 15:09:47 -0800 2008 try to make the directory before we open it [ddollar]
directory tasks/ Thu Dec 11 11:23:44 -0800 2008 initial commit [ddollar]
README.markdown

Warning

socket-debugger is no longer maintained Please check out Rack::Debug http://github.com/ddollar/rack-debug as a replacement

socket-debugger

socket-debugger is a Rails plugin to allow use of ruby-debug in situations where the server is not on a pty (aka Passenger)

Usage

Once your server of choice is started, use rake debug:socket to connect to the debugger.

Installation

script/plugin install git://github.com/ddollar/socket-debugger.git

Thanks

Thanks to Jordi Bunster (http://bunster.org) for the idea to pluginize this.

Copyright (c) 2008 David Dollar, released under the MIT license