scaffold generation based on the model

I would rather create a migration file, add my table columns, migrate, then create scaffolding based on the database (like the old way) Is this still possible in 2.0?

Not out of the box, unfortunately. See the big foofaraw and a couple of links to possible workarounds here:

http://rubyurl.com/7fAL

HTH,

-Roy

Thanks Roy, I tried the first method on those links and it worked with a slight work-around.