How to Ruin a jQuery Plug-in: Markup jQuery is one of my favorite libraries, in any language. And one of the... Tristan Dunn September 17, 2009 Web JavaScript
tiniest of tips Every time you find yourself typing something long and repetitive, automate... Jason Morrison September 16, 2009 Unix
Five Ridiculously Awesome Cucumber (and Webrat) Features Cucumber, if you haven’t heard, is the Next Big Thing™. It affords... Josh Clayton September 16, 2009 Web Rails Testing
Zsh completion for your tests and specs Got zsh? Loving your TATFT but tired of typing out all those spec commands?... Jason Morrison September 11, 2009 Web Unix Testing
To self. or not to self. How do you declare class methods in Ruby? Josh Clayton September 11, 2009 Web Ruby
Quacking like an ActiveRecord in Rails 2.3.4 You know everything about pretending to be an ActiveRecord::Base object, and... Mike Burns September 10, 2009 Web Rails
You've Got Mail There are just some days when you want to interact with real data from a... Josh Clayton September 9, 2009 Web Rails
Tail Your Test Logs How to get the most information out of your Rails logs. Dan Croak September 9, 2009 Web Ruby Testing Unix
Ruby's gsub With A Block Ruby’s gsub can take a block: "10 comments".gsub(/ (.+)/) do |words| "... Dan Croak September 8, 2009 Web Ruby
Testing HTTP Errors With Ruby A common pattern in our apps is handling failure by notifying Airbrake. A... Dan Croak September 6, 2009 Web Ruby Testing Airbrake