People who have worked with a small team on a project know the problems: “The late night dudes have changed the database and now the live server is unuseable for the early risers.” Few phonecalls later – Ey man next time please email around the latest sql dump if you do some changes.
Though Rails does the best to keep you on track by providing a migration mechanism at a certain point at the development you want to be able to share the contents of the development database, not only the schema.
That’s why we released a plugin – more information on the projects page.
[...] out the announcement here, the project page here, and the repository on [...]
Nice, I think it’ll come in handy when I’ll do a Rails project next.