aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2016-08-01 11:12:51 +0200
committerGitHub <noreply@github.com>2016-08-01 11:12:51 +0200
commit465e34bbadbdf51c8babb557eeb2037993622f1d (patch)
treeb04675b28be27b0474770f6bdf76e335120cbcf0 /guides
parent815b730b1b79158511f9f4c8465c476b9fe9b7e0 (diff)
parent987df0fea05d37bcdeb4af3ea8f72381540b4ff6 (diff)
downloadrails-465e34bbadbdf51c8babb557eeb2037993622f1d.tar.gz
rails-465e34bbadbdf51c8babb557eeb2037993622f1d.tar.bz2
rails-465e34bbadbdf51c8babb557eeb2037993622f1d.zip
Merge pull request #26013 from y-yagi/remove_old_links_about_debugger
remove old links from debugging guide [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/debugging_rails_applications.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index f0d0f9753a..e4fc7f4743 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -950,12 +950,5 @@ more.
References
----------
-* [ruby-debug Homepage](http://bashdb.sourceforge.net/ruby-debug/home-page.html)
-* [debugger Homepage](https://github.com/cldwalker/debugger)
* [byebug Homepage](https://github.com/deivid-rodriguez/byebug)
* [web-console Homepage](https://github.com/rails/web-console)
-* [Article: Debugging a Rails application with ruby-debug](http://www.sitepoint.com/debug-rails-app-ruby-debug/)
-* [Ryan Bates' debugging ruby (revised) screencast](http://railscasts.com/episodes/54-debugging-ruby-revised)
-* [Ryan Bates' stack trace screencast](http://railscasts.com/episodes/24-the-stack-trace)
-* [Ryan Bates' logger screencast](http://railscasts.com/episodes/56-the-logger)
-* [Debugging with ruby-debug](http://bashdb.sourceforge.net/ruby-debug.html)