search for: newbieq

Displaying 6 results from an estimated 6 matches for "newbieq".

Did you mean: newbie
2005 Dec 23
2
NewbieQ: How do you specify a name for a form
In start_form_tag howw do you specify the form name?? Eric
2005 Dec 30
1
NewbieQ concatenating name in options_from_collection_for_select
Hi, A real dumb one :~/ How do you concatenate a first_name, last_name as the text method for OFCFS? Damned if I can do it without error. Is it in the original select for the collection? Eric.
2003 Jun 10
2
NewbieQ: SOHO setup with x100p
After scouring the list archive and not finding the answer I decided to post to the list. I'm sure the answer is glaringly obvious but please bear with me. Using Asterisk, I'm tasked with setting up a SOHO with 5 analogue (FXS?) lines and a number of soft-phones for internal extensions. I'm confused by the telephony hardware needed for this exercise - 1) I need the equivalent of two
2005 Dec 30
3
NewbieQ - Relational tables
Hi all, I''m going nuts on a very simple issue. I know what I want but don''t know what to tell rails to do so. I have a very common setup for managing contacts. A companies table and a contacts table. As you''ve guessed it''s a one to many relationship. The database is setup with the appropriate foreign keys, the models have been generated and I added the
2006 Jan 06
6
NewbieQ: How do I refresh view after return from popup window
Hi, I have this bitta code that is supposed to open a new window and allow the user to create a new Organisation on the fly whilst editing a new Person i.e. if the Organisation exists they can select it from the drop down select. Otherwise they can click on the cute button and enter a skeleton Organisation record. What I need to do next is refresh the drop down select on returno the new
2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
Hi, I''m running round in circles again! I''m trying to save a note that has a HABTM relationship with a job. The note is new - the job exists. In my partial for notes I have ; <%= start_form_tag :action => ''new_note'', :id => @job %> <%= text_area_tag "note", nil, :size => "65x10" %> <%=submit_tag