Displaying 3 results from an estimated 3 matches for "ofcfs".
Did you mean:
ocfs
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.
2007 Jul 07
2
Adding new nodes to OCFS2?
I looked around, found older post which seems not applicable anymore. I
have a cluster of 2 nodes right now, which has 3 OCFS2 file systems. All
the file systems were formatted with 4 node slots. I added the two news
nodes (by hand, by ocfs2console and o2cb_ctl), so my
/etc/ofcfs/cluster.conf looks right:
node:
ip_port = 7777
ip_address = 192.168.201.1
number = 0
name = dbcl1n1
cluster = dbcl1
node:
ip_port = 7777
ip_address = 192.168.201.2
number = 1
name = dbcl1n2
cluster = dbcl1
node:...
2006 Jan 08
1
Options_from_collection_for_select -> Multiple fields in display
The following code shows a list of
the users, with username being each person''s initials (mine would be
DM).
<%= options_from_collection_for_select @users,"id","username" %>
However, I''d like to have the display of the SELECT box be "DM - Dylan
Markow" instead of "DM." Is this possible using