Zach Church

Recent Posts

A Rails testing environment with Cucumber, RSpec, and autotest

Automated testing is an important part of what we do at Mutually Human Software. Automated tests can reduce bugs and regressions, give us confidence that[..]

Zach Church

Class Coercion in Ruby

I often run into situations where I'm working with something that's essentially a number, but I want it to behave just a little differently. For example,[..]

Zach Church