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


Please Help Members By Posting Answers For Below Questions

What is the difference between delete and destroy ?

629


Explain dry in rails?

641


In how many ways you can create rails layout http response.

589


Explain how does rails implement ajax?

716


What is rails migrations?

652


Explain testing in rails.

679


What are the functions performed by rails migration?

652


Explain the features of ruby on rails.

595


what is the difference between redirect and render in Ruby on Rails?

719


What is a ruby singleton method ?

644


Difference between argument and parameter in ruby on rails ?

621


Explain what is the role of the subdirectories app/controllers and app/helpers in rails?

672


Explain Get and post method?

675


How to find second max element from database ?

669


what is different between activerecord::relation's count, length and size methods?

678