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
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
assert rand() > 0.5 Yeah so you might think it’d be nice to hire a Femfatalatron as your... Jason Morrison August 25, 2009 Web Testing
The thoughtbot Office Was A-Rumblin' The Rails Rumble 2009 was just this weekend and the thoughtbot office was... Mike Burns August 24, 2009 News Web