Migrations with corresponding fixtures?

Hi Josh / List

Did you ever get anywhere with this ?

I have an existing db and I want to utilise migrations. I ignored them initially as I couldn't (and still can't) find a way to dump the existing DATA into the schema.rb ?

How have others approached this ? I guess i can dump all existing data to yaml or something (links below are broken) but I really wanted to keep the data AND the defintions close together in the migrations files as they are dependent.

It seems like such an obvious oversight that I am sure I am missing something !

Any thoughts out there ?

Cheers

Matt