Displaying 2 results from an estimated 2 matches for "grownup".
Did you mean:
grownups
2007 Aug 15
1
Cent OS 5 server setup walkthrough
I have just finished setting up and configuring a server running CentOS 5
with 2 Xen VMs. This article describes my journey through this, including
the problems I faced and there solutions. It documents the installation of
CentOS 5, from a single CD, adding software, configuring squid, NFS, Xen,
etc and sharing yum cache and lot more!
I request everyone to check this out and tell me what should I
2008 May 30
4
How to deal with observe_field in partials?
Hiyas
I''m having a little problem with a observe_field in a partial
"bokings/room_list":
<%= select_tag "room_#{room.id}_grownups", options_for_select([0, 1, 2],
room.grownups.length) %>
<%= observe_field "room_#{room.id}_grownups",
:url => set_number_of_grownups_booking_room_url(:id => room.id),
:with => "''number='' + value"
%>
The set_number_of_grownups actio...