diff options
author | bogdanvlviv <bogdanvlviv@gmail.com> | 2016-08-03 17:35:05 +0300 |
---|---|---|
committer | bogdanvlviv <bogdanvlviv@gmail.com> | 2016-08-07 21:47:27 +0300 |
commit | a170304174133cafd2269423428042f68afe3a62 (patch) | |
tree | 63d5e537cf9793195011b523729ebca44d46195c | |
parent | 15a600f9fe815ad6423875b69cd439a41e9636eb (diff) | |
download | rails-a170304174133cafd2269423428042f68afe3a62.tar.gz rails-a170304174133cafd2269423428042f68afe3a62.tar.bz2 rails-a170304174133cafd2269423428042f68afe3a62.zip |
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 ---------- |