Questions tagged [scaffolding]

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

Scaffolding is a meta-programming method of building database-backend software applications. It is a technique supported by some model-view-controller frameworks (like Ruby on Rails, CodeIgniter, Spring Roo among many others) in which the programmer may write a specification that describes how the application database may be used. Some tool uses this specification to generate code to cover basic CRUD (Cread Read, Update, Delete) functionality, effectively treating the template as a scaffold on which to build a more powerful application. (View Wikipedia definition)

In many cases this scaffold can and has to be modified if we want to achieve more complex functionality and it's a reason why this feature is not recommended in complex sites.

Recently the term scaffolding has also been used for the use of pre-defined layouts or grids in CSS frameworks like Twitter-Bootstrap.

1070 questions
-2
votes
2 answers

angularJS within Symfony2?

I have very basic Symfony2 application. I would like including AngularJS within it. Where should I put my Angular resources? How to include them? How to communicate between Angular and Symfony I see that official documentation says that I should…
miksiii
  • 2,426
  • 26
  • 22
-2
votes
1 answer

Actions in InheritedResources::Base

Due to scaffolding I get class CommentsController < InheritedResources::Base In it not a single action shown. But when I add resources :comments in routes and url http://localhost:3000/comments/13 it work properly but I can't understand from…
-2
votes
1 answer

Ruby on Rails generate model

So, I want to make my models render to json object so it can be used for a Android Device. I have all the models setup, but because I used the sccafold generate model call, I don't have any methods in the controller of the models... How do I…
Sriram Venkatesh
  • 593
  • 2
  • 8
  • 22
-2
votes
2 answers

Is there an inkit.org style diagramming app that will produce a Rails or Node.js skeleton app with scaffolding?

I'm trying to figure out if there are any applications (SaaS or otherwise) that offer a basic graphical user interface for building out all the necessary scaffolding of a Rails or Node.js app from a flow-chart type of interface? I remember Visual…
-3
votes
1 answer

Scaffolding for an angular 1x Admin project

Which is the best scaffolding for an angular 1x Admin project?
Dibu John
  • 1
  • 2
1 2 3
71
72