aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators
diff options
context:
space:
mode:
authorAditya Sanghi <asanghi@me.com>2012-04-17 15:31:05 +0530
committerAditya Sanghi <asanghi@me.com>2012-04-17 15:31:05 +0530
commit0232543e0d885902b5b3ea9c4cf0638d76583a35 (patch)
tree46bcdf05e0fb2fc28fcb8492519d25311e13c76b /railties/lib/rails/generators
parent3df776c9ad5c1ff3e97d31b4933010b78e0a3f6e (diff)
downloadrails-0232543e0d885902b5b3ea9c4cf0638d76583a35.tar.gz
rails-0232543e0d885902b5b3ea9c4cf0638d76583a35.tar.bz2
rails-0232543e0d885902b5b3ea9c4cf0638d76583a35.zip
stamp out ruby-debug19 with extreme prejudice :)
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/README4
-rw-r--r--railties/lib/rails/generators/rails/plugin_new/templates/Gemfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/README b/railties/lib/rails/generators/rails/app/templates/README
index d2014bd35f..465c180c44 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-debug19 to run the server in debugging
-mode. With gems, use <tt>sudo gem install ruby-debug19</tt>. Example:
+resume execution! You need to install debugger to run the server in debugging
+mode. With gems, use <tt>sudo gem install debugger</tt>. Example:
class WeblogController < ActionController::Base
def index
diff --git a/railties/lib/rails/generators/rails/plugin_new/templates/Gemfile b/railties/lib/rails/generators/rails/plugin_new/templates/Gemfile
index d316b00c43..9399c9cb77 100644
--- a/railties/lib/rails/generators/rails/plugin_new/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/plugin_new/templates/Gemfile
@@ -20,4 +20,4 @@ gem "jquery-rails"
<% end -%>
# To use debugger
-# gem 'ruby-debug19', :require => 'ruby-debug'
+# gem 'debugger'