diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-08-01 11:12:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-01 11:12:51 +0200 |
commit | 465e34bbadbdf51c8babb557eeb2037993622f1d (patch) | |
tree | b04675b28be27b0474770f6bdf76e335120cbcf0 /guides | |
parent | 815b730b1b79158511f9f4c8465c476b9fe9b7e0 (diff) | |
parent | 987df0fea05d37bcdeb4af3ea8f72381540b4ff6 (diff) | |
download | rails-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.md | 7 |
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) |