Scaffolding is a meta-programming method of building database-backend software applications.
0
votes
1answer
18 views
How do you define the getter to use in a CRUD form besides defining __toString()?
If you've used Symfony2's generators to create CRUD forms from database entities, you may wind with an error like this on the "create new record" screen:
StringCastException: A "__toString()" method ...
-1
votes
1answer
21 views
Generate RESTful web service scaffolding in Symfony2?
I see that there is a very useful system for generating CRUD forms from your entities.
I'm working on a component of my app that will be a JSON service. Is there a similar facility for generating ...
5
votes
1answer
108 views
Robust billing system design. Am I going completely in the wrong direction?
I am developing a hotel registration/billing application in ASP.Net, using the entity framework. When it comes to generating the bill for the registrant, my client has a lot of wacky criteria. ...
1
vote
1answer
20 views
Yeoman setup for client + server project
I'm developing a framework based on "Scalable Javascript Application Architecture" with modules that should be able to run both on the server (node) as well as the client.
I'm looking for a good ...
0
votes
1answer
33 views
How can we understand ruby on rails generate call in layman's term?
Disclaimer : I am a total novice to programming itself , I have done some C++ stuff only . I had an idea and wanted to code the preliminary part of the website myself. Hence , I looked around and ...
0
votes
0answers
15 views
Dynamic DBSet generation by package manager console
I try to generating my dbset properties for my referenced model project but i can't get all names of classes
what a need to do is:
PM> $models= here i need do get all names
PM> foreach ($model ...
0
votes
0answers
38 views
How scaffold Durandal, Breeze in SPA app with VS 2012
I'm starting to develop an application based on Hot Towel project template. The question is how I can scaffold Durandal?
I want to perform code generation like mvc scaffolding, but for SPA using Hot ...
0
votes
1answer
23 views
Bootstrap scaffolding limitations
I am trying to use bootstrap scaffold for first time and wonder if I can do that.
<header class="row"></header> // this covers browsers width
<div id="main-container" ...
0
votes
3answers
43 views
Rails schema scaffolding
I have one project for school and I am little bit confused how to make tag and category asociated posts so when I was looking for some tips in google I found this thread. So I tried scaffolding as ...
1
vote
2answers
86 views
Custom Views Scaffolding in Rails Engines
I'm trying to get custom scaffolding working from my engine.
I followed some tutorial on customizing Rails 3.2 scaffolding in a normal Rails App and put my customized templates in the engines ...
0
votes
2answers
32 views
Destroy link in Rails 3.2 shows the data instead of deleting it
I created a new scaffold rails generate scaffold scores score:integer route_id:integer and ran rake db:migrate.
This works well, but when I go to the scores page to delete some data the delete link ...
0
votes
1answer
11 views
An error with routes [ruby on rails]
I have generated a form called Clients by using scaffold , then when I decided to change its url form routes file , I typed this command
match '/book', to: 'clients#new'
and now the problem is : I ...
0
votes
0answers
32 views
About Creating Forms Ruby on Rails
If I generated a Client using scaffold to create a form , then generated a City Model and Street Model to make nested attributes inside this form , City has many Streets and Street belongs to City , ...
1
vote
0answers
59 views
Creating a custom generator with Yeoman
I'd like to use Yeoman for scaffolding a few different projects I'm working on. For now, however, I'd like to start with something as simple as having a generator that creates the following folder ...
0
votes
1answer
58 views
Yii crud scaffolding - foreign key column name instead of id
In phpmyadmin, i have created 2 tables within a mysql database.
for example - product table
tbl_product
id - int, pk, autoincrement
name - varchar 20
price - decimal
category_id - int, fk, notnull
...
-2
votes
1answer
81 views
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 ...
0
votes
1answer
71 views
How can I use embedded GORM classes in Grails?
Following the GORM docs I tried to use the following domain class with Grails 2.2.1:
package grailscompositiontest
class ScafPerson {
String name
ScafAddress homeAddress
ScafAddress ...
0
votes
0answers
151 views
ASP.Net MVC 4 scaffolding complex types
I have a very complex model. I want to create Create, edit, list, etc. forms for it. The class contains many objects from other classes. For example in the "create" form, I want a form which is able ...
0
votes
1answer
54 views
EF scaffolding base class members
I have a class representing object A:
public class A
{
[Key]
private int _ID;
private string _property;
public ID {get {return _ID;} set {_ID = value;}}
public ID {get {return _property;} ...
1
vote
3answers
126 views
rails: create scaffold for models to inherit from superclass?
I'm new to Rails, still getting my feet wet, so please pardon me if this is either trivial or "the wrong way" to do things.
I'd like to create a superclass for some scaffolded models. For example, ...
0
votes
4answers
144 views
Stylesheet_link_tag :all versus :media =>all
I created a new Rails application from a scaffold, but the tutorial claims the following will appear:
<%= stylesheet_link_tag "application", :media => "all" %>
while I got:
<%= ...
0
votes
2answers
24 views
Scaffolding - rails generate - data migrate def in class
I'm new to Rails - I started a new rails app rails new test, then rails generate scaffold Name column1:datatype column2:datatype
In the tutorial once I open the 12345678timestamp_create_names.rb file ...
0
votes
1answer
20 views
how do i override local files with current version on github?
I generated and destroyed a scaffold, generated a new scaffold, which resulted in a huge mess, such as the CSS (nav fonts are not correct, buttons have a hover yet nothing was specified in the file ...
0
votes
2answers
362 views
Entity Framework Code First - How do I tell my app to NOW use the production database once development is complete instead of creating a local db?
I'm using Code First with Entity Framework 5 using MVC4 and MVC Scaffolding (link/tutorial: ...
0
votes
1answer
62 views
MVC 4 ComplexType properties are not scaffolded
I have a an address complex type as one of the properties of a user. When I scaffold out the domain model, the complex type is skipped in the view. Is there a fix for this?
Thanks!
0
votes
1answer
79 views
HTML/CSS structure to provide future design changes and skinning
My current project requires building out a framework of components that will be re-used in the future on separately branded websites. These components are rolled up into ASP.NET User Controls ...
1
vote
1answer
245 views
MVC Scaffolding Error for Composite Key with EF 4.5 Code First
I am trying to figure out how to make MVC Scaffolding to work with composite/complex key.
I have the following table:
public class Data
{
[Key, Column(Order = 0)]
[ForeignKey("Note")]
...
0
votes
0answers
25 views
scaffolding withFormat views is not working
I would like to use withFormat within my scaffolding controller and added a scaffolding view 'list.csv.gsp'. But without generating my list.csv.gsp view, grails doesn't use the scaffolding ...
0
votes
1answer
159 views
Issue generating ruby scaffolding
so I have set up my database and trying to generate some scaffolding for the app I made. I get this error, and I am a bit confused. Any advice? Thanks!
rails generate scaffold product title:string ...
4
votes
1answer
56 views
Easy way to cusomize views of Rails' scaffold generator?
I know how to create a new generator in Rails. However, I simply want to tweak the views a bit. Is there an easy way to do this? I guess I could go into the directory in my operating system where ...
0
votes
0answers
56 views
ASP.NET MVC+EF+SCF > compiled assembly error
When i try to scaffold the controller from EF(generated from model) i get this error:
'MvcApplication12.Models.user' is not part of the specified
'MvcApplication12.Models.Model1Container' class, and ...
1
vote
1answer
139 views
Mongoid scaffolding tests fail on fixtures
When I create a new rails app with mongoid:
rails new tddapp --skip-active-record
cd tddapp
echo "gem 'mongoid'" >> Gemfile
bundle
rails g mongoid:config
And then generate a simple scaffold:
...
0
votes
1answer
48 views
How to find which fields in a model should be set?
I have a RoR application, and the scaffold generation gave me new and edit actions for my model. In the views, there is a _form.html.erb. This form has inputs for two fields that also happen to be ...
2
votes
1answer
138 views
Helper in NodeJS+CompoundJS
I'm just starting out in CompoundJs and there's a lot I still need to learn.
I'm just trying to figure out how Helpers work in NodeJS+CompoundJS, from what I've seen so far Helpers are intended to be ...
-1
votes
4answers
107 views
Scaffold in rails 3.2 [closed]
I am new to ruby on rails.I want to know why do we use scaffold and should we run scaffold directly after the bundle install process.
I read somewhere that we have to first create controller by ...
0
votes
1answer
85 views
Rails scaffolding belongs_to - showing #<MyClass:xxxx>
Experienced Java developer, new to Rails - wondering about belongs_to relationship in scaffolding.
Saw another answer like this
dose rails scaffold command support generate belongs_to or many to ...
0
votes
1answer
505 views
Twitter Bootstrap Scaffolding with AngularJS
I want to use twitter Bootstrap with my application powered by AngularJS. I started with grid layout using Scaffolding http://twitter.github.com/bootstrap/scaffolding.html#gridSystem and run into the ...
0
votes
0answers
12 views
How do I create a rails generator for mobile templates?
I am building an app that will be primarily mobile, and I'd like to make most of my scaffolded views also include a .mobile.erb template in addition to a .html.erb.
This question makes a hint about ...
1
vote
1answer
46 views
Spelling error issue in routes while scaffolding Compound js
I'm new with node and compound. While i tried to scaffold
compound g crud leaveApplication leave_code:string description:string applicable:string carry_forward:boolean limit_type:boolean lop:boolean ...
0
votes
0answers
31 views
Is there a way to generate controllers and Views from non EF Classes?
I am used to creating controllers and Views from EF POCO classes, and this is very useful to create an initial working page. However now I would like to generate a controller and View from a Class ...
1
vote
2answers
88 views
How to use DropCreateDatabaseIfModelChanges in VB.net
How can I use DropCreateDatabaseIfModelChanges in a VB.NET application in an early development state where the model changes quite often. I know I have to add those lines to Global.asax - but I only ...
0
votes
2answers
92 views
Rails Scaffold based on existing model not working
I want to generate scaffolding based on an existing model using scaffold_controller.
rails generate scaffold_controller NAME
I only get empty views, I'm not getting the fields defined in the ...
0
votes
2answers
162 views
How do I troubleshoot routes in Laravel 3? (using the scaffold bundle)
Just starting with Laravel.
I've installed it on my wamp server and setup a virtual host in apache. The standard home controller works fine. I've installed the scaffold bundle and generated a blog ...
2
votes
2answers
79 views
Exploring databased typing scheme at run time
We have built a database in SQL Server using two patterns we found in Len Silverston's Data Model Resource Book Vol. 3, one for Types and Categories: Classification and another for Hierarchies, ...
1
vote
2answers
128 views
Where is the MVC4 Scaffolding database located?
I have started working with an MVC4 project that has a DefaultConnection enumerated in the web config. (sql server 2005 on a shared dev server)
In an attempt to use MVCScaffoling I've followed ...
0
votes
1answer
163 views
MVC4 - How to rearrange generated fields created by Scaffolding
I have a .cshtml file created by MVC4 scaffolding that looks something like this:
@using (Html.BeginForm()) {
@Html.ValidationSummary(true)
<fieldset>
...
2
votes
1answer
305 views
MVC 4 - View Scaffolding Create Options
I am very new to MVC 4. When I create a new controller and select the Scaffolding option where CRUD actions are created using EF, the Create view it creates places the labels and edit fields in a ...
2
votes
1answer
44 views
MVC 4 - Scaffolding - Why are my 1:1 and 1:M properties skipped?
I'm very new with MVC 4 and I have the following class:
public class BicycleSellerListing
{
public int BicycleSellerListingId { get; set; }
public UserProfile UserProfile { get; set; }
...
1
vote
1answer
89 views
How to create a separate folder for backend controller in cakephp
I am using cakephp in my project. I would like to create an backend panel so that admin can manage all type of data. Url may like this: http://localhost/cake_project/admin/controller/action. My ...
0
votes
1answer
123 views
uninitialized constant Rails::Generators (NameError)
I'm updating the code for a generator that I wrote, but has been working fine until now.
When I simply rue the command
bundle exec rails g
I get the following error
...



