In this topic we will not learn how to write Migrations but to learn how to improve them:
- You have to create them using the innodb storage engine to enable Transaction and to be able to run correctly your tests (rolling back, sandbox,..)
- If you are dealing with a legacy database (old database), you have to run the task existing in this page to turn your table to inndb:
- Here more details about top-secret tuned configuration for rails and migrations:
http://blog.evanweaver.com/articles/2007/04/30/top-secret-tuned-mysql-configurations-for-rails/
Tags: innodb, migrations, rails, testing

