I\'d like to debug the request my Rails app makes with RestClient. The RestClient docs say:
To enable logging you can set RestClient.log w
To enable logging you can
set RestClient.log w
You can use this gem:
https://github.com/uswitch/rest-client-logger
It works out of the box just by adding "gem 'rest-client-logger'" to your Gemfile.