I'm a newbie and trying to get my hands dirty with ruby on rails. So far so good. Question though, if you have multiple models...would you need to run the scaffold one model at a time? Also in the end, do db:migrate for each model or does db:migrate collect all the models at once?