> I've been playing around with it a bit, as well as sequel with merb. > I'm not sure if I like "property" (for model/database setup) being > within the model itself. That's mostly because I really like > migrations being extracted from the model.
Ditto on this. I always find myself removing the Annotate Models plugin for this very reason. For me, models are about behavior... and, aside from their basic purpose, I see migrations as property helpers that allow me to hide model attributes that I don't need to worry about. Still, DataMapper is interesting. But maybe I'll wait until it's closer to 1.0. -- Patrick --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
