From 423dd88d62e94ae14573d723a029506ba52cdee5 Mon Sep 17 00:00:00 2001 From: Vishnu Atrai Date: Sun, 1 Jan 2012 22:40:23 +0530 Subject: rename ruby-debug to ruby-debug19 --- railties/lib/rails/generators/rails/app/templates/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/lib/rails/generators') diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README index 7c36f2356e..904624a586 100644 --- a/railties/lib/rails/generators/rails/app/templates/README +++ b/railties/lib/rails/generators/rails/app/templates/README @@ -86,8 +86,8 @@ 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 ruby-debug to run the server in debugging -mode. With gems, use sudo gem install ruby-debug. Example: +resume execution! You need to install ruby-debug19 to run the server in debugging +mode. With gems, use sudo gem install ruby-debug19. Example: class WeblogController < ActionController::Base def index -- cgit v1.2.3