What is scaffolding? Is it a term for a particular platform?
问题 Scaffolding, what is it? Is it a Rails-only thing? 回答1: Scaffolding generally refers to a quickly set up skeleton for an app. It's not rails-only since other platforms have it as well. It's also not generally meant to be a "final" system; merely the first, smallest way to do it. 回答2: From Wikipedia: Scaffolding is a meta-programming method of building database-backed software applications. It is a technique supported by some model-view-controller frameworks, in which the programmer may write