Add link to 'Pry' in debugging guide [ci skip]

This commit is contained in:
bogdanvlviv 2016-08-03 17:35:05 +03:00
parent 15a600f9fe
commit a170304174
1 changed files with 1 additions and 0 deletions

View File

@ -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
----------