Verbose Logging

software development with some really amazing hair

02 Dec 09

11:32 PM MDT

Posted in Software

Debugging Ruby by Aman Gupta

I wish I could see this guy speak. I learn so much just reading his slides and other writings, I can’t even imagine what I’d learn if I was actually there. Debugging RubyDude, even rural China has Javascript. Turn it on, or view this outside of your feed reader.View more documents from Aman Gupta.


Read the full article

Comments

14 Jun 09

08:00 AM MDT

Posted in Programming

Debugging cucumber on rails

I like frameworks, but sometimes debugging them is more entertaining. I don’t know why I didn’t think of this method before, but mischa on github has a great little repo showing how you can do it. The README Usage: Add: require ‘ruby-debug’ require ‘cucumber_rails_debug/steps’ To features/support/env.rb Then use: Then debug # opens the debugger or Then what #prints out params, url and html Check it out here


Read the full article

Comments