Top "Scaffolding" questions

Scaffolding is a meta-programming method of building database-backend software applications.

Re-Scaffold views after changing their model

I'm using Visual Studio 2013 and ASP.Net MVC 5. I've created a bunch of views for my models and then I've …

asp.net asp.net-mvc scaffolding asp.net-mvc-scaffolding
Code generation for iOS and android

I'm searching for a framework to create apps for both Android and iOS from one codebase. I'm aware of Appcelarator …

android ios code-generation scaffolding
using value of enum in g:select when enum is attribute of selection object

Example: batchTag is an enumerated type attribute of a batchRange, with values like so: JAN1 "January Biweekly 1", JAN2 "January Biweekly 2", …

grails select enums gsp scaffolding
How to combine Yeoman scaffolding with existing Java directory structure

In my existing web project the directory structure for the served html content while development with jetty is "myProject/src/…

java angularjs yeoman scaffolding
Templating Html.DisplayFor() in ASP.NET MVC 2

It appears that if you just use Html.DisplayFor(model => model) with no templates for a Details view, the …

asp.net-mvc css templates scaffolding templating
How to customize ASP.NET MVC 5 scaffolding in VS 2015?

I am developing an ASP.NET MVC 5 project. (not ASP.NET 5). Recently I switched to VS 2015. Now I decided I …

c# asp.net asp.net-mvc scaffolding asp.net-mvc-scaffolding
There are no scaffolders supported for this item Visual Studio 2019

I'm using Visual Studio 2019 version 16.0.4, and I tried to create a view or a partial one on asp.net core 2.1 (…

c# asp.net-core-2.0 razor-pages scaffolding visual-studio-2019
How to delete model and scaffolding in RoR?

How can I delete an existing model and scaffolding in ruby on rails 3? Can I just nuke the folders?

ruby-on-rails-3 model scaffolding
MVC Scaffolding error: "Value cannot be null. Parameter name: source"

I followed the instruction in this post, but when I try to add a product I get this error: Server …

asp.net-mvc asp.net-mvc-3 html.dropdownlistfor scaffolding
How to use scaffolding and RESTfulness together in Grails 2.3

Official Grails documentation says that Version 2.0.x of the scaffolding plugin includes different scaffolding templates that are aligned with the …

rest grails scaffolding