Is there a good way to run a script and see all the steps:
This would be a good way to learn how an open source project is working.
Aren't there solutions like this for Ruby?
Eg.
require "httparty"
HTTParty.get "http://www.google.se"
Then it would run the code and show me all the code it is executing, in which file and line, returned objects, error messages etc.
Tracer might do it for you http://en.wikibooks.org/wiki/Ruby_Programming/Standard_Library/Tracer
if you want to just see exceptions raised, then run ruby -d (or use ruby-debug and "Catch" Exception)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With