Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Mark24Code/4d0c7d92ccbb9df8123d760350efb3e4 to your computer and use it in GitHub Desktop.
Save Mark24Code/4d0c7d92ccbb9df8123d760350efb3e4 to your computer and use it in GitHub Desktop.
How to debug HTTParty requests
class MyResource
include HTTParty
debug_output $stdout # <= will spit out all request details to the console
#...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment