what the difference between static scaffolding and Dynamic
scaffolding?
Answer Posted / vikrant chaudhari
Hi,
Static scaffolding is present in rails 1.0 version with the
comand
"ruby script/server geterate scaffold Product Admin".
Here, Product is model and Admin is controller.So it (Rails
1.0)automatically generates the table column defined in
products table
CONCLUSION:SCAFFOLDING IN RAILS 1.0 TAKES TWO PARAMETERS
1.MODEL
2.CONTROLLER
While in dynamic scaffolding u need to create model and
controller one by one
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
Tell me what is rails active record in ruby on rails?
what are benefits of using active record as opposed to raw sql queries?
what is the use of super function in ruby on rails?
What is the purpose of load, auto_load, and require_relative in ruby ?
Mention the log that has to be seen to report errors in Ruby Rails?
What is the difference between delete and destroy ?
how you define Instance Variable, Global Variable and Class Variable in Ruby?
what is sweeper in Rails?
Explain dry in rails?
Where does the start_tabnav gets informations for tabs rendering in ruby rail?
List out what can Rails Migration do?
Mention the differences between the observers and callbacks in ruby on rails.
What is the importance of rjs?
Explain the advantages of ruby on rails?
Difference between gem and plugin?