A friend asked me what the recommended way is in Mongoid to create fixture data, and I realized I had nothing to tell them. They are aware of several (older) gems that accomplish this, but wasn't sure what the state of the art is.
As far as I can tell, there is no state associated with this particular art. Is it worth trying to patch/extend/replace ActiveRecord's Fixtures and/or FixtureSet implementations?