Skip to content

Commit

Permalink
Remove ruby_debugger_gemfile_entry from app_base, we can just put rub…
Browse files Browse the repository at this point in the history
…y-debug19 commented directly in Gemfile
  • Loading branch information
guilleiguaran committed Feb 1, 2012
1 parent d613d60 commit b3278cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions railties/lib/rails/generators/app_base.rb
Expand Up @@ -181,10 +181,6 @@ def convert_database_option_for_jruby
end end
end end


def ruby_debugger_gemfile_entry
"gem 'ruby-debug19', :require => 'ruby-debug'"
end

def assets_gemfile_entry def assets_gemfile_entry
return if options[:skip_sprockets] return if options[:skip_sprockets]


Expand Down
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/templates/Gemfile
Expand Up @@ -22,4 +22,4 @@ source :rubygems
# gem 'capistrano', :group => :development # gem 'capistrano', :group => :development
# To use debugger # To use debugger
# <%= ruby_debugger_gemfile_entry %> # gem 'ruby-debug19', :require => 'ruby-debug'

0 comments on commit b3278cd

Please sign in to comment.