search for: webmanagement

Displaying 7 results from an estimated 7 matches for "webmanagement".

Did you mean: 2bmanagement
2008 May 04
8
Web tool for management xen DomainUs ?
Hi! I like to allow to several DomainUs admins to admin his virtual servers with a web interface, without contact with Domain0. This tool must be opensource, and allow shutdown, reboot and see the logs with a web user / pw. Perhaps too the memory, CPU, ,,, of the virtual server. Are there any tool some this? Any pointer will be welcomed. Regards, Agustin
2006 Mar 13
4
Trouble Using AR Object based on a Piggyback Query?
Hi, I''m new to Rails and Ruby and can''t access methods/columns from an ActiveRecord object that is a "piggy-back" row as described by David here: http://www.loudthinking.com/arc/000235.html Via Console I can create the piggyback object but reading attributes gives "TypeError: cannot convert String into Integer" (this is in Console and the browser).
2007 Jun 26
5
Inexpensive Layer 3 Switch?
Any recommendations on an economical layer 3 switch? Preferably something that you have hands on experience with connecting to IP phones with attached PCs? Specifically I need the ability to set the VLAN in the phone to tag voice packets and to set a native VLAN on a per port basis on the switch to put the untagged packets from the attached PC into a separate VLAN. POE is not a requirement
2004 Dec 20
7
'I'nvalid extension handling problems, even with workaround
Hello folks, I'm having trouble configuring Asterisk to play an "invalid extension" message to anyone dialing an undefined extension. First I tried using the 'i' pseudo-extension, but it didn't work at all; searching the wiki I found that page: http://www.voip-info.org/tiki-index.php?page=Asterisk%20i%20extension where it basically says that the 'i'
2006 May 19
2
1 Form for Model containing another Model??
Hi, I can have a Person model with a "has_one :address_email" association, then do the following in my controller: @person = Person.new @person.address_email = AddressEmail.new But, when I have 1 form for "Person" in my view I can''t bind fields in the @person.address_email object with text_field or text_field_tag helpers without getting a "undefined local
2006 Apr 09
0
''Has Many'' in one View form?
Hello, Any help much appreciated. I''ve got a controller with @questions, which is an array of ProjectsQuestion model objects. I''ve got @answers as well, which is an array of Answer model objects, which are new and don''t exist in the database yet. For my view I want one form which lists each ProjectsQuestion followed by a textarea field where a Person can provide
2006 Apr 12
4
Binding Text Field/Areas to Array?
Hi, If I have @answers in my Controller, which is an array of Answer model objects which don''t exist in the DB yet... How do I bind a text_area helper in the View to each Answer? (I''m pre-filling some of the Answers with other data people need to verify before submitting and will insert on POST.) I''ve been able to get the textareas to render but not with the