Created
October 19, 2011 20:46
-
-
Save adambair/1299611 to your computer and use it in GitHub Desktop.
pry is awesome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use instead of rails console | |
pry -r ./config/environment.rb | |
# for debugging in code put this anywhere: | |
binding.pry | |
# then check your console (rails server window) and type: | |
help | |
# win |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment