Ruby Developer Question:

Download Job Interview Questions and Answers PDF

Tell us what is the difference between Dynamic and Static Scaffolding?

Ruby Developer Interview Question
Ruby Developer Interview Question

Answer:

Dynamic Scaffolding:
It automatically creates the entire content and user interface at runtime
It enables to generation of new, delete, edit methods for the use in application
It does not need a database to be synchronized

Static Scaffolding:
It requires manual entry in the command to create the data with their fields
It does not require any such generation to take place
It requires the database to be migrated

Download Ruby Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell me how can we define Ruby regular expressions?Do you know what is rake in Rails?