Ruby on Rails Developer Question:

What is Rails Scaffolding?

Ruby on Rails Developer Interview Question
Ruby on Rails Developer Interview Question

Answer:

Scaffolding is a quick way to produce some major pieces of an application. For auto generating a set of models, views and controllers for a new resource in a single operation, scaffolding is used.


Previous QuestionNext Question
What is RVM?Explain me what Are The Components Defined In The Model From Mvc Architecture?