Slave To The Intepreter I think of Ruby as the “free love” language. Yet, even Ruby can put the... Dan Croak October 13, 2009 Web Ruby
Code Cowboy I’ve written before about lightweight access control using Inherited... Dan Croak October 12, 2009 Web Rails Open Source
Happy Birthday, Ralph Please join the celebration. Today is the 4th anniversary of the... Matt Jankowski October 1, 2009 News
Testing ActiveRecord Named Scopes Everyone was psyched when Nick Kallen’s has_finder plugin was added to Rails... Dan Croak September 29, 2009 Web Testing Ruby Rails
Success Story: Big Room Consulting We like to spotlight our thoughtbot training students’ work. Big Room... Dan Croak September 22, 2009 News
Swallow Nil I’ve been using this for about a year and a half. Abomination or legitimate... Dan Croak September 18, 2009 Web Ruby Good Code
Role Suggesting Name Consider a CreditCard class: class CreditCard < ActiveRecord::Base ... Dan Croak September 18, 2009 Web Rails Good Code
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