Recent posts

String Conversions in Ruby

Here’s a tip so simple and elegant it’s amazing I ever got along without it. Consider String#to_f:

Couch Trouble

I’ve been wrangling with CouchDB for a few weeks now, and it’s starting to feel a bit like this:

CouchDB Testing Tip

Finished my first stab at converting my current toy project from ActiveRecord to CouchDB, and so far so good. I ran into an issue where associations aren’t g...