From: Richard Date: 2006-12-19T09:45:07+09:00 Subject: Re: does Ruby generate WINDOWS and dialog boxes? David Vallner wrote: > Suraj Kurapati wrote: > No ;P The database is shared between the users, only the webserver runs > locally. Right on David. But Suraj's comments make me wonder: if I create a new migration on the MySQL server, wouldn't I almost surely make some changes in the Rails app? Otherwise, what would be the point? That leads me to thing that the machine housing the MySQL server should be my development machine. There I make my changes targeting the test db, run all my tests (including new ones specifically to cover the changes), put all the Rails-app changes into version control. Finally, I broadcast to all users to update their local copy of the Rails app. Make sense? Regards, Richard