diff options
author | Aditya Sanghi <asanghi@me.com> | 2012-04-18 02:24:44 +0530 |
---|---|---|
committer | Aditya Sanghi <asanghi@me.com> | 2012-04-18 02:24:44 +0530 |
commit | 67ede880550836ce9f66164c56c8afeb397a54da (patch) | |
tree | 97ded19b591fbe5f65687b79105223b13487d7c0 /guides/code/getting_started | |
parent | 6f80ea2aec83523640b505ddd5b6e87f0100a85b (diff) | |
download | rails-67ede880550836ce9f66164c56c8afeb397a54da.tar.gz rails-67ede880550836ce9f66164c56c8afeb397a54da.tar.bz2 rails-67ede880550836ce9f66164c56c8afeb397a54da.zip |
another attempt at the language
Diffstat (limited to 'guides/code/getting_started')
-rw-r--r-- | guides/code/getting_started/README.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/code/getting_started/README.rdoc b/guides/code/getting_started/README.rdoc index 06cc2635b7..3c6b480bcf 100644 --- a/guides/code/getting_started/README.rdoc +++ b/guides/code/getting_started/README.rdoc @@ -86,7 +86,7 @@ programming in general. Debugger support is available through the debugger command when you start your Mongrel or WEBrick server with --debugger. This means that you can break out of execution at any point in the code, investigate and change the model, and then, -resume execution! You need to install debugger to run the server in debugging +resume execution! You need to install a debugger to run the server in debugging mode. With gems, use <tt>gem install debugger</tt>. Example: class WeblogController < ActionController::Base |