search for: whatya

Displaying 3 results from an estimated 3 matches for "whatya".

Did you mean: whata
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
...c project data at the head of the screen with a set of tabs containing partials with forms for editing stuff like e.g. People Acting_For(Stakeholder), Acting_As (Role). Other perspectives would be like seeing which organisations are doing what within any number of projects - that sorta thing. Whatya think? Eric.
2006 Jan 07
4
To Chris Hall - Re: DB Modelling the Rails way - Opinions??
...the screen with a set of tabs containing > partials with forms for editing stuff like e.g. People > Acting_For(Stakeholder), Acting_As (Role). Other perspectives would be > like seeing which organisations are doing what within any number of > projects - that sorta thing. > > Whatya think? > Eric. > TO which Chris replied; I might suggest the following (and I am making the asusmption that the relationships between projects, people and roles is unlimited (untested) people_projects_roles (join table between people and projects and roles) ---------- person_id role_i...
2006 Jan 21
7
n-way joins
Hi, I''m somewhat of a Rails newbie and am trying to understand how to formulate n-way (3 or 4 way) joins in Rails (where the join tables contain extra data as well.) Let me give you my basic entities: foos id - pk name - unique bars id - pk name - unique bazs id - pk name - unique frozs id - pk name - unique then i have two separate join tables: foos_bars_bazs - 3 way join