Tell us what is the difference between dynamic and static scaffolding?
Answer Posted / Neetu Pandey
Dynamic scaffolding generates code at runtime based on your models, while static scaffolding generates predefined code structures for you. In Ruby on Rails, scaffold generators provide a way to create CRUD (Create, Read, Update, Delete) actions quickly, and you can choose between dynamic and static scaffolding depending on your project's needs.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers