why is rake migrate so slow on rails?
Posted by: axedent
Posted on: 2006-09-21 06:25:00
Whenever I have migrated database changes to my rails app, it takes ages for the rake command to complete. I have been waiting ten minutes on a simple migration just now (adds two tables and one row).
Anyone else having similar problems with ruby on rails?