has_alter_ego: Yet another seed data solution
I just started has_alter_ego, a project which allows to specify seed data and automagically propagate changes to it into the database. You can learn more about it on its github page.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just started has_alter_ego, a project which allows to specify seed data and automagically propagate changes to it into the database. You can learn more about it on its github page.
Comments
Bleck! Mixing fixture logic into models violates their being independent of the environment.
Post a comment