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
At is cross-site request forgery (csrf)?
what is testing in rails?
What is Dynamic finders ?
What do you understand by rails?
What is rails migrations?
Explain me what is the function of orm in ruby on rails?
What are the servers supported by ruby on rails?
What is the role of mvc architecture in ruby on rails?
How are string and symbol different?
What are naming conventions?
what is rake in Rails?
Do you know what is rake in rails?
What is unit testing (in classical terms)? What is the primary technique when writing a test ?
what are the limits of Ruby on Rails?
What are the three methods to install ruby on rails?