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
How many types of variables are available in ruby class?
Are there any disadvantages of ruby on rails? If yes, mention them.
Who developed ruby on rails?
What is difference between form_for and form_tag?
What is a webrick web server?
difference between member routes and collection routes ?
What is the symbol garbage collector?
How is dynamic scaffolding different from static scaffolding?
Write a program to show the functionality of request.xhr in ruby on rails ?
How are observers and callbacks different from each other?
what is the difference between calling super() and super call?
What are the three methods to install ruby on rails?
Tell me what is the difference between the observers and callbacks in ruby on rails?
what is “Yield” in Ruby on Rails?
What is the importance of rjs?