RubyFlow The Ruby and Rails community linklog

Fixture Replacement Quick Reference Guide

A quick guide to the syntax and features of four fixture replacement/factory tools.

Comments

My project used fixture replacement last year. It started out ok, but as our objects grew, things became too hard to deal with. In the end, we ended up going back with plain fixtures. I’m sure the fixture replacement guys have the best intentions, but I wouldn’t use this again. As our project rolled along, I was convinced more and more that just plain fixtures were good enough and they just worked - no magic necessary. Ymmv tho..

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in