by Jan Varwig on January 20th, 2009
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.