what the difference between static scaffolding and Dynamic
scaffolding?
Answer Posted / ilango
dynamic scaffolding is
when you give the line scaffold :model_name in your
controller ruby will automatically generate all the
appropriate data interfaces at runtime.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
How is visibility of methods changed in ruby (encapsulation) ?
Explain rails caching levels.
What are the different types of association relationships that exist?
Why we use migration in rails?
Mention the role of rails controller.
Do you know the role of garbage collection in ruby on rails?
Tell me what is rails migration?
what is active record?
Explain bundler in rails.
what is a rails migration? Write up a short example of a simple rails migration with a table called customers, a string column called name, and a text column called description?
What are the hashes?
How to serialize data with yaml?
How can the filter methods in ruby on rails be protected?
What is Dynamic finders ?
what is ORM (Object-Relationship-Model) in Rails?