search for: eplaination

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

Did you mean: explaination
2006 May 10
7
has_many :through scope on join attribute
Hi I have a has_many :through. It''s a basic mapping of Project id .... User id .... TeamMembers project_id user_id role What I would like to do is have different roles so I can have in the project model has_many :core_members, :through => :team_members, :source => :user but I would like to limit this to only those with the "core" role in the team members table for
2006 Jan 20
4
[newbie]how to use link_to to link to another controller?
I am just diving into Rails and I am a bit puzzled by the link_to function. am writing an app to display my photographs in categories. My application layout has a sidebar to show a menu with categories from the categories table in the database (like in taken from the tutorials), to be shown on every page. I managed to get a global @menu_categories object that keeps track of all the categories
2003 Apr 21
4
netmeeting dial
HI, I'm using netmeeting to connect to an asterisk server and dial out. my extension looks like this exten => s,1,Dial,Zap/1/ Unfortunatelly the number that I have dialed in Netmeeting is lost ;-( If I hardcode the number on the line above, like ... exten => s,1,Dial,Zap/1/6642794 ... everything works fine What am I missing?