Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

Debugging Ruby

Ruby might be slow, but bad code only makes it worse. This video teaches you how to use powerful tools to see how your code is executed, so you can understand, debug and optimize it. It covers techniques that can be used to troubleshoot production ruby deployments from three perspectives: …