diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-08-09 13:52:47 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-09 13:52:47 +0530 |
commit | c5fb8b18fe8590e67aa8498fedbf2637621a87f3 (patch) | |
tree | 113facdc0901def8879431179b145a33dfdaade3 | |
parent | 92e20f398e3dbe8130f8d764701a195c14653e66 (diff) | |
parent | a170304174133cafd2269423428042f68afe3a62 (diff) | |
download | rails-c5fb8b18fe8590e67aa8498fedbf2637621a87f3.tar.gz rails-c5fb8b18fe8590e67aa8498fedbf2637621a87f3.tar.bz2 rails-c5fb8b18fe8590e67aa8498fedbf2637621a87f3.zip |
Merge pull request #26042 from bogdanvlviv/debugging_guide
Add link to 'Pry' in debugging guide [ci skip]
-rw-r--r-- | guides/source/debugging_rails_applications.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index e4fc7f4743..df3003a6a8 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -946,6 +946,7 @@ development that will end your tailing of development.log. Have all information about your Rails app requests in the browser — in the Developer Tools panel. Provides insight to db/rendering/total times, parameter list, rendered views and more. +* [Pry](https://github.com/pry/pry) An IRB alternative and runtime developer console. References ---------- |