> A question about datamapper. One nice thing about migrations is you > were in complete control, so you could be careful to preserve your > data. For example, maybe you just want to resize a string column from > 80 to 128? Or, maybe you need to rename a column? How can Datamapper > handle these cases without being destructive?
There's automigrations and coming soon there will be 'classic' migrations which I believe will work much like active record's migrations. --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
