What is the difference between static and dynamic scaffolding?
Answer / Rohit
"Static scaffolding generates predefined code for a basic CRUD (Create, Read, Update, Delete) application. Dynamic scaffolding generates the code dynamically based on the model, providing more flexibility."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc and why do we use it?
What are the key features of ruby?
How would you create getter and setter methods in ruby?
Explain the types of variables available in ruby class?
How is class methods defined in ruby?
What is the naming conventions for methods that return a boolean result?
Please explain what are some advantages of using ruby?
what is the difference between String and Symbol?
What is the difference between ruby 1.9 and ruby 2.0?
How ruby looks up a method to invoke?
What are the looping structures available in ruby?
what is the difference between Procs and Blocks?