How To Test Absolutely Anything
This video presents the very best and most useful testing tools and tricks for Ruby on Rails applications. [vimeo 6703197 480 360] Video Producer: chicagoruby.org
This video presents the very best and most useful testing tools and tricks for Ruby on Rails applications. [vimeo 6703197 480 360] Video Producer: chicagoruby.org
This video gives an introduction to behavior driven development using Ruby, Cucumber, and rSpec. This is a practical how-to for developers who have not yet integrated behavior driven development into their workflow. http://sdruby.org/podcast/82
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: …
This video presents rvm, a command line tool which allows us to easily work with multiple ruby interpreters and sets of gems. Explore the use of rvm to manage a ruby project’s entire environment including interpreter, gems, testing and other items. Video Producer: Mountain West Ruby Conference
Testing is the most important activity in the development process. If you don’t test, how do you know that your code actually works correctly? And if you don’t have tests, how do you know you don’t break something? JRuby makes it possible to test Ruby code – but also to …
This is a 5 minute video that takes you through the steps of getting CruiseControl.rb up and running with a Ruby on Rails project. [youtube lW4eSQa9M6A]