Installing nokogiri with MY instructions| Kevin Murphy
Be The Boss of Your Own Work| Kevin Murphy
Ruby setter methods may not return the result you expect them to. Find out what they return, and why, in this article.| kevinjmurphy.com
Clarifying who is responsible for conveying the intent of best practices, as heard on Remote Ruby 143.| kevinjmurphy.com
Here is a set of criteria to apply when determining between different options.| Kevin Murphy
Some dependencies, like nokogiri, ship with multiple libraries for different architectures. If you cache your gems, you may need to cache multiple platforms, because your development team is spread across various platforms or you deploy to a different platform. We discuss how to do that in this post.| Kevin Murphy
Ruby's coverage module includes many options that can answer different questions about your code. This article explores the modes that the module provides.| kevinjmurphy.com