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
Always Remember Me Clearance now uses only cookies with a long expiration as its default. The... Dan Croak September 1, 2009 Web Rails Clearance Open Source
Directory for shared partials in Rails Which directory should contain shared partials in a Rails app? ... Dan Croak August 31, 2009 Web Rails
Internbot Chronicles #5: The end Today’s my last day here in the Boston office. At the end of the week I’m... Nick Quaranto August 26, 2009 Playbook Apprenticeship
Testing Paperclip on S3 with Cucumber & Factory Bot We’ve been using Heroku as a staging environment for our latest project. One... Dan Croak August 25, 2009 Web Rails Testing Paperclip Factory Girl Factory Bot