Quick and Dirty Fixture Data with Storable
A lightning talk proposed by Mike Tierney
Sometimes you need to create fake ruby objects using YAML (or JSON, CSV, or even TSV) when starting a project. Using Storable makes this possible, and reasonably easy.