search for: acting_a

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

Did you mean: acting_as
2006 Jan 02
5
DB Modelling the Rails way - Opinions??
...guess the outcome I''m after is a way to view this data from various perspectives. For example, I have a project view that presents static 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??
...#39;'m after is a way to view this data from various > perspectives. For example, I have a project view that presents static > 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. > TO which Chris replied; I might suggest the following (and I am making the asusmption that the relationsh...
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