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
What is the difference between delete and destroy ?
Explain dry in rails?
In how many ways you can create rails layout http response.
Explain how does rails implement ajax?
What is rails migrations?
Explain testing in rails.
What are the functions performed by rails migration?
Explain the features of ruby on rails.
what is the difference between redirect and render in Ruby on Rails?
What is a ruby singleton method ?
Difference between argument and parameter in ruby on rails ?
Explain what is the role of the subdirectories app/controllers and app/helpers in rails?
Explain Get and post method?
How to find second max element from database ?
what is different between activerecord::relation's count, length and size methods?