Tell us what is the difference between dynamic and static scaffolding?
Answer / 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 |
How would you freeze an object in ruby?
Explain Ruby exceptions?
what is Interpolation in Ruby?
What is the difference between #== and #eql??
What are the operators available in ruby?
Is ruby a statically typed or a dynamically typed language?
Explain do while loop in ruby.
Tell us what is the difference between dynamic and static scaffolding?
Difference between nil and false in ruby?
Explain next statement in ruby.
Tell us the types of variables available in ruby class?
Explain the difference in scope for these two variables: @@name and @name?