From a170304174133cafd2269423428042f68afe3a62 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Wed, 3 Aug 2016 17:35:05 +0300 Subject: [PATCH] Add link to 'Pry' in debugging guide [ci skip] --- guides/source/debugging_rails_applications.md | 1 + 1 file changed, 1 insertion(+) 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 ----------