Answers

Question and Answer:

  Home  Ruby Developer

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

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

 155 views

More Questions for you: