Displaying 1 result from an estimated 1 matches for "applicationabstract".
2005 May 18
0
Dark side of the force and multiple db's
...LEAST be able to share
values within drop down menus on thins that were similar.
To make a long story even longer with one more question:
Would I benefit NOW by moving all these databases into one huge db and
reference them all as seperate tables, or will I be able to pull off a
before_filter in ApplicationAbstract to populate drop down menus
within our perspective _form.rhtml?
Basically I need this to happen across db''s:
<label for="servers_UplinkDevice">Uplinkdevice</label><br/>
<%= select(''servers'', ''UplinkDevice'', Uplinker.find_...