Tagged Questions

0
votes
2answers
46 views

Best way to model these Rails relationships

Hi, I have the following scenario that I want to model the best way for a Rails application. I have a contact model that belongs to a company. A contact can create an enquiry so …
0
votes
2answers
62 views

Specify which model relations to load

I am a beginning Cake user but well versed in php and frame works in general (I used to use Code Igniter). How can I call the model below and only return the Artist records and the …
1
vote
4answers
80 views

Where should calculation logic go in a Rails app?

Hi all, I have an app that models a House. The House has_many Rooms, Rooms has_many Lights and Small_appliances, etc. I also have a controller called Calculator that is how the ap …
1
vote
2answers
65 views

Rails Modeling Question - Relationships and Primary Keys

I'm working on a rails site that I've inherited and am trying to troubleshooting some sub-optimal model behavior. I have users, songs, and songs_download, each of which is its own …
0
votes
1answer
12 views

ObjectQuery, passing datetime in Where clause filter

How to pass in Date Time value here? ObjectQuery<Item> _Query = ItemEntities.CreateQuery<Item>("Item"); _Query = _Query.Where("(it.StartDate >= 11/4/2009 5:06:08 PM …
1
vote
3answers
37 views

Rails - Namespacing models

Usually there are a lot of models in a Ruby on Rails project, so: Is it a good practice to namespace them (in modules/folders)? What are the downsides? EG: Shop category.rb de …
0
votes
2answers
53 views

Working with models which don’t have a single foreign key in CakePHP

I'm working on an application which has data imported from a foreign (and wholly unchangeable) source. I'll simplify some of the tables to explain the problem. Below are the tables …
0
votes
4answers
144 views

Automate database table creation from within CakePHP framework

I'm trying to write a webapp with CakePHP, and like most webapps I would like to create an installer that detects whether the database has been initialized and, if not, executes th …
0
votes
2answers
18 views

Symfony difference between <ModelName>.class.php and <ModelName>Table.class.php

Cuold someone explain me the difference between the Doctrine auto generated files .class.php and Table.class.php? For example in the Jobeet tutorial there's JobeetJob.class.php and …
2
votes
2answers
41 views

Reputation and point system models

I'm looking to implement a reputation-based point system for a QA site. I like Stack Overflow's model, but I was wondering if there's anything else like this out there. I was doing …
1
vote
2answers
27 views

Rails unorthodox naming of models with abbreviations

In an application I am building I am storing an XML file in my database using the acts_as_tree association. I would like to name the class XMLElement but this throws rails off sin …
1
vote
4answers
73 views

Does Excellent free modeling software exist?

My friends are in a class that is requiring class diagram modeling. We have access (legit) to Enterprise Arch but we all really hate it. And Visio isn't meant for class modeling ( …
0
votes
3answers
42 views

Rails: define column names to model

I have an existing database(Postgresql). How can i create models from it? How can i pass column names for Rails? As if something like this: Person: Name :table_name_for_name_attr …
0
votes
2answers
104 views

Getting a list of child entities in App Engine using get_by_key_name (Python)

My adventures with entity groups continue after a slightly embarrassing beginning (see Under some circumstances an App Engine get_by_key_name call using an existing key_name return …
1
vote
1answer
19 views

Using my own model with GWT

I want to use my own existing model in GWT application. From what I've seen, GWT requests that model is placed in the ...gwt.client folder or one of its subfolders. However, my fol …

1 2 3 4 5 26 next
15 30 50 per page