Skip to content

Instantly share code, notes, and snippets.

@sgharms
Created January 20, 2010 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgharms/281500 to your computer and use it in GitHub Desktop.
Save sgharms/281500 to your computer and use it in GitHub Desktop.
$ sudo gem search debug
*** LOCAL GEMS ***
ruby-debug (0.10.3)
ruby-debug-base (0.10.3)
ruby-debug-ide (0.4.9)
$ script/server -u
=> Booting Mongrel
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
You need to install ruby-debug to run the server in debugging mode. With gems, use 'gem install ruby-debug'
Huh?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment