There's a bit of Rails terminology that you'll need to understand in order to grok what's going on here. Rails has two distinct commands: generate and scaffold. Generators create files with very basic contents. The scaffold command generates files with contents that fit a "typical" use case. Scaffolds aren't used much once you know what you're doing.