Skip to content

Commit c5fb8b1

Browse files
authored
Merge pull request rails#26042 from bogdanvlviv/debugging_guide
Add link to 'Pry' in debugging guide [ci skip]
2 parents 92e20f3 + a170304 commit c5fb8b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/debugging_rails_applications.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,7 @@ development that will end your tailing of development.log. Have all information
946946
about your Rails app requests in the browser — in the Developer Tools panel.
947947
Provides insight to db/rendering/total times, parameter list, rendered views and
948948
more.
949+
* [Pry](https://github.com/pry/pry) An IRB alternative and runtime developer console.
949950

950951
References
951952
----------

0 commit comments

Comments
 (0)