What stuff does each one do (or, generate?) pardon the pun.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
scaffolding is generated by a generator.
Generators in general can generate many things, so you have to check the documentation for each. Generators are run during the development process to create source code.
The scaffold generator can generate controller, model, and view files, as well as tests and migrations, depending on the options used.
Scaffolding are the default files created by the generator, which is just a quick and dirty implementation. Like building scaffolding, it is not intended to be the final thing, but just a stand in for the more polished version as you build it.