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

Difference between argument and parameter in ruby on rails ?

465


How do I find only duplicate entries in a database table?

595


how can we define Ruby regular expressions?

488


who developed rails?

536


what are the positive aspects of Rails?

466






what is Rails Active Record in Ruby on Rails?

541


Explain about restful architecture?

469


Explain the various ide's of ruby on rails.

455


How will be the future for ruby on rails?

478


what is the function of garbage collection in Ruby on Rails?

471


How is the model view controller framework used in ruby on rails?

475


what is the command to create a migration?

530


Do you know what is cross-site request forgery (csrf) and how rails is protected against it?

457


Tell me what is coc in rails?

604


What is the rail console?

494