Displaying 4 results from an estimated 4 matches for "inessa".
2010 Dec 16
3
Samba upgrade question
...bin/smbd -V
Version 3.4.5
# ps -ef | grep smbd
root 7531 7305 0 17:55:32 pts/1 0:00 grep smbd
root 6981 6979 0 15:19:58 ? 0:00 /usr/sfw/sbin/smbd -D
root 6979 1 0 15:19:58 ? 0:00 /usr/sfw/sbin/smbd -D
Can you, please help me here?
Thanks a lot,
Inessa
2006 Jun 29
2
HABTM with multiple select list
...ies,
''name'',''id'', @category_ids) %>
<%= select_tag(''categories_ids[]'', options, {:multiple=>true,
:size=>7}) %>
----
I am getting error:
Couldn''t find Category without an ID
Please help.
Thanks.
Inessa.
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails
2006 Aug 03
0
autocomplete and one to many relationships
Hello,
I am trying to get autocomplete to save record ID.
I have to tables:
Students and Departments.
Students table has department_id field.
Department table has 2 fields: id and name
I set up belongs_to: andÂ
has_many: entries in the models of each.
In my _form.rhtml I have the autocomplete line that is working:
<%= text_field_with_auto_complete :department, :name %>
ie.
2006 Aug 04
0
Fwd: autocomplete and one to many relationships
Hello,
I am trying to get autocomplete to save record ID.
I have to tables:
Students and Departments.
Students table has department_id field.
Department table has 2 fields: id and name
I set up belongs_to: andÂ
has_many: entries in the models of each.
In my _form.rhtml I have the autocomplete line that is working:
<%= text_field_with_auto_complete :department, :name %>
ie.