Displaying 20 results from an estimated 200 matches similar to: "getting the value of a form select"
2006 Apr 16
5
render :collection and default value
Hi all,
I am having a lot of trouble to get the default value of text fields
when they are generated by a partial from a collection.
I have been on this for a whole week and I didnt find a single exemple
on the internet of someone using a partial that generate text field with
a default value.
I cant believe that I am the only one having this problem. Anyone has an
exemple they can show me?
2006 May 19
1
Need help with a test
Hi,
I have this controller method that I need to test:
def link_concept_to_client
concept_to_link = Concept.find(params[:concept_id])
# take all the variations for the concept
for variation in concept_to_link.variations
new_client_variation = ClientVariation.new
new_client_variation.client = session[:active_client]
new_client_variation.variation = variation
2006 Sep 01
5
Kernel 2.6.9-42.0.2.plus.c4 doesn´t boot
Hi,
after upgrading with yum upgrade my server doesn?t boot with kernel
2.6.9-42.0.2.plus.c4 d. Kernel CentOS-4 x86_64 (2.6.9-34.EL) works just
fine.
I use 2 HDD as RAID1. Unfortunaly this is a root server so i do not have
any console output. This is rather disappointing cause i run mission
critical applications on the server.
I guess the updates should be used with more caution.
Regards,
2015 Jul 07
2
How to enable IM over the asterisk server
I am currently, I create the VOIP server which enable the user to make the
call over the asterisk server, Additionally now I want the user to be able
to chat to each other too.
I found some suggestion of using the openfire with asterisk but not much
said on it, Anyway could you please share me how can I config the IM server
over asterisk?
I am waiting for your reply,
Thyda
-------------- next
2006 Apr 11
1
Default value in a Partial that use index
Hi,
here is my situation. I have this controler action:
---------CONTROLER--------
def list
@variations = Variation.find(:all,
:conditions =>["client_id = ?",
@active_client.id]
)
end
---------CONTROLER--------
Which call this view (removed irrelevant parts):
----------LIST.RHTML--------------
2007 Apr 11
1
SiS 661FXon CentOS?????
I have a CentOs 5 beta running on a Desktop with a video card SiS 661FX,
unfortunaly I can't run compixz on that card, and neither run any 3D
aplications. My question is: How can I give 3D acelaration on that video
card and Is there any way to run compixz.
I've been looking on google about the driver for that card and I've found
nothing.
Any idea??.
Ps. Forgive me any bad writing,
2006 Jul 19
1
ssh without encryption
Greetings,
I'm using the openssh server inside a simulator and it is very slow to
login and use. I would like, then, to disable encryption between the
machine that hosts the simulator and the simulator itself. Unfortunaly, I
didn't found a way to do that.
Could you, please, tell how can I do that? Or, if that's not possible, how
can I reduce ssh encrypted connection overhead, so it
2008 Apr 26
9
No hide button in 0.9.60 ?
i am running flashfxp under wine now a while, recently i upgraded to kubuntu 8.04 and installed wine 0.9.60.
I discovered that then there is no hide button anymore in FlashFXP.
Onbly 2 Buttons to the left, the close and the maximize button.
I then re-installed 0.9.59 and with that i get again the minimse button back, unfortunaly this version has a bug not displaying the program in the taskbar.
2015 Jul 07
2
How to enable IM over the asterisk server
Actually, I am using the openfire and I create two users with the SIP
mapping on the openfire to the asterisk server. I can register one user
with the openfire client(Spark) and yes it is connect to asterisk SIP
also. But with the other one user, I register it with the SIP
client(Zoiper/ or Linphone) and then I can make the call over these two SIP
but they cannot reach the chat. I wonder what
2005 Apr 29
1
Macintosh Speex player
Hi All,
I'm have a lot of speech files that are given from an organisation that
has a lot of audio tapes with talks on them. Many people use these
tapes, and I have started to convert to the audio to mp3. More recently
I've started using speex, but the problem is, many people are using
macintosh's and I don't know how to play speex files on macintosh,
(Linux, & Windows
2005 Dec 21
3
[patch, rfc] put IP addresses into xenstore
Hi,
$subject says pretty much all, this patch updates netfront and makes it
store the network addresses of the interfaces in xenstore, so it''s much
easier to figure what IP some virtual machine has and (for example) ssh
into it.
comments?
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2015 Jul 08
3
How to enable IM over the asterisk server
I just get started with it so my question maybe not well catch. Anyway to
do the VOIP call and IM we need to use two difference servers? which one is
asterisk for VOIP ? and other one for IM that is openfire ? or we can have
other choice better than this ?
Thank you for your help, I am waiting for your reply.
Thyda
On Wed, Jul 8, 2015 at 12:43 PM, Kristof Van Den Ouweland <
kvandenouweland
2009 Jul 30
5
AutoCreate per Domain
Hello,
is there a way to configure plugin "autocreate" per domain? Like:
For domain xwz.com i want to autocreate folders: Models and Clients
For domain yxw.com i want to autocreate folders: Adm and Tech
Thanks.
2012 May 24
2
Samba / LDAP : map uid to another field ?
Hi !
I have an OpenLDAP where users DN are in the form ?
uid=P1234,ou=people,dc=example,dc=com ? and where the login is in the ?
eduPersonPrincipalName ? attribute (ex : jdoe).
I have configured my system (Debian Squeeze) to authenticate against LDAP
(libpam-ldapd + libnss-ldapd with a mapping uid<->eduPersonPrincipalName),
if I do ? ssh jdoe at server ?, it's works great.
Now I want to
2005 Mar 23
1
Speex hardware requirements?
Also, you would be sattisfied with the narrowband decoding because the
GBA sound quality isn't very good, however, that depends greatly on what
you're going to do with speex on a GBA.... (an RPG with audio dialogs?
;-)) also, using a DSP in a GBA Cartridge sounds like overkill to me,
however, that depends greatly on what are you developing and what's your
target audience....
2010 Dec 28
3
Release notes addition for Xen support in Debian
Hi,
I intend to have the attached document added to the Squeeze release
notes. Also, what's the way to have it included? Should I send it as a
wishlist bug to the "release-notes" package, or something like that?
Could others please give me comments on this? Also, some correction for
my (poor) English would be welcome when/if you spot issues.
Thomas Goirand (zigo)
--------------
2008 Apr 02
2
scheduling worker methods in rails
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
i''m trying desperately to schedule some worker methods within rails 2.0.2. The
problem is, both methods don''t even get called by BackgrounDRb.
my background.yml:
> ---
> :backgroundrb:
> :port: 11006
> :ip: 0.0.0.0
> ---
> :schedules:
> :server_worker:
> :update:
> :trigger_args: 1 *
2002 Jun 17
5
R chek of package VR is broken (PR#1683)
Full_Name: Jürgen Henge-Ernst
Version: 1.5.1
OS: linux
Submission from: (NULL) (130.83.244.130)
There seems to be a error in the VR-packages/ 7.0-3 which leads don't pass the
test
by running the R-check
hernst@laptop:~/R/R-1.5.1> R CMD check /usr/lib/R/library/MASS/
* checking for working latex ... OK
* using log directory '/home/hernst/R/R-1.5.1/MASS.Rcheck'
* Installing
2002 Jun 17
5
R chek of package VR is broken (PR#1683)
Full_Name: Jürgen Henge-Ernst
Version: 1.5.1
OS: linux
Submission from: (NULL) (130.83.244.130)
There seems to be a error in the VR-packages/ 7.0-3 which leads don't pass the
test
by running the R-check
hernst@laptop:~/R/R-1.5.1> R CMD check /usr/lib/R/library/MASS/
* checking for working latex ... OK
* using log directory '/home/hernst/R/R-1.5.1/MASS.Rcheck'
* Installing
2005 Nov 21
4
patch request - inherit owner
Hello
I've a Samba server up and running (version 3.0.20b .deb found on
samba.org on a Debian Sarge), but it's not yet in production cause I'm
not satisfied with some file permissions.
The file permission I'd like to have would require to have files and
directories to inherit owner user and and owner group, with rights 770
and root.root as the owner. And the users rights being