RUBY ON RAILS

Scaffold

SCAFFOLD: A QUICKEST WAY OF BUILDING A BLOG WITH POSTS AND COMMENTS Scaffolding in Ruby on Rails refers to the auto-generation of a set of a model, views, and a controller usually used for a single database table. For example, you can auto-generate a ready to use controller, model, and... [Read More]