A long time ago, scaffolding consisted of adding "scaffold" to your model definition and it would start serving up that data with the default scaffold views. Obviously that's not very desirable, so that's been removed and now the way to scaffold generates code that you can look at it, edit it, etc. "rails generate scaffold post title:string body:text"