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
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
what is Mixin in Rails?
Explain how does rails implement ajax?
How to serialize data with yaml?
Explain the controller in rails?
How is visibility of methods changed in ruby (encapsulation) ?
what is “Yield” in Ruby on Rails?
Tell me what is orm (object-relationship-model) in rails?
when self.up and self.down method is used?
Tell me what is coc in rails?
what is rake in Rails?
The string can be represented in single as well as double quotes. What is the difference between the two?
What is rails active record?
What are models 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?