similar to: howto implement unchanged_attributes? when doing an update

Displaying 20 results from an estimated 20000 matches similar to: "howto implement unchanged_attributes? when doing an update"

2006 May 08
1
replace_html on a select fails on IE and Opera
I am using an rjs file to do a page.replace_html on a select field as follows: @inrhtml = options_from_collection_for_select( @widgets, "id", "name") page.replace_html "type_select", @inrhtml I have it working on firefox and safari but it doesn''t work on IE and opera? My javascript defaults are up-to-date. I would appreciate any help. thx, -hkn --
2007 Aug 15
1
Nginx/Mongrel proxy_read_timeout issue
This may be a nginx issue more than a mongrel one but I though folks in this list might be interested. Anyway, I have a mongrel_cluster with 2 front nginx workers as proxy. I recently replaced apache/mod_proxy for nginx, and I wasn''t aware of the 60 seconds default proxy_read_timeout so I went a head and tried to run a process via http GET. Normally because of the 60 seconds the GET I
2005 Mar 28
1
[Bug 2104] Implement --only-write-batch=FILE
https://bugzilla.samba.org/show_bug.cgi?id=2104 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add support for --dry-run |Implement --only-write- |with --write-batch |batch=FILE ------- Additional Comments From wayned@samba.org
2006 Mar 21
1
Username could not be found
Hello, I've asked this question before, and somebody helped me after sending my logs. I thank them very much. I've solved these problems but I still can't join the domain. I cannot see any major problem in the logs except the logging user cannot be found in the ldap DB but it's there. To summarize the problem to first tmie readers; We have a windows PDC in our
2020 Jan 06
0
Fwd: (no subject)
Thank you so much for your informative response. The man page of virsh did not include "snapshot=no" sub-option under the --diskspec option, but it is very intuitive. Thanks developers for their excellent work! Hakan Peter Krempa <pkrempa@redhat.com>, 6 Oca 2020 Pzt, 02:57 tarihinde şunu yazdı: > On Sun, Jan 05, 2020 at 17:21:52 -0600, Eyüp Hakan Duran wrote: > > Dear
2009 Nov 20
0
Oracle RAC 9i on RH AS 4 Update 5 (SOLVED)
Hi all, Many thanks for responses. But, I've solved the problem. I added on .bash_profile in oracle home dir, one line like this : LD_ASSUME_KERNEL=2.4.19; export LD_ASSUME_KERNEL Thank you, On Fri, Nov 20, 2009 at 5:33 PM, Hakan Koseoglu <hakan at koseoglu.org> wrote: > On Thu, Nov 19, 2009 at 4:11 PM, Wahyu Darmawan > <wahyu.darmawan at gmail.com> wrote: >> Hi all,
2011 Jul 28
2
RSpec, shoulda-matchers and Rails model attributes validations
I was trying out RSpec framework in a project and got stopped doing the unit test of a model. In particular, doing the test for the associations and the ActiveRecord validations. I started writing the validations but my tests didn''t look DRY at all. Before refactoring the tests checked out and look for other people solutions. I found out shoulda-matchers and Shoulda (which if I
2004 Aug 06
2
content on demand HOWTO available
if you point most clients to an mp3 file the entire file must be downloaded before it can start playing. The .m3u and .pls files tell an mp3 client to start downloading and buffer the mp3 so that it can play it while it is downloading. The biggest issue with streaming this way is that if the file is encoded at a bitrate that is higher than can be downloaded by (or served to) the client due to
2007 Dec 06
3
correlated data
Hi, Is there an R library that has the same functionalities of Splus7.0+ library correlatedData? I'd appreciate any input. Hakan Demirtas [[alternative HTML version deleted]]
2006 Feb 19
2
how would you implement this normalizer?
Names of models in my application have accented characters that imply unexpected orderings. For instance ?vila should go before Madrid, but String#<=> puts it the other way aroud. I am only sorting for views, so it would be OK to do some normalization on-the-fly on Ruby land, and since the same criteria has to be used throughout the application I was thinking on some sort of
2006 Mar 06
2
Unable to join to domain: The username could not be found.
Hi, This is my first post here, so if I make any mistakes, warnings are always welcome. I'm working in an organization and we are migrating are domain controllers from windows to linux. I'm trying to deploy a working configuration of samba. Using openSuSE 10.0. I was following the Keith Robertson's how-to from IBM-Developerworks but in the end; the finished installation fails to
2010 Apr 02
2
tetrachoric correlations
Hi, Is there any R library/package that calculates tetrachoric correlations from given marginals and Pearson correlations among ordinal variables? Inputs to polychor function in polycor package are either contingency tables or ordinal data themselves. I am looking for something that takes marginal distributions and Pearson correlation as inputs. For example, Y1=(1,2,3) with P(Y1=1)=0.3,
2003 Jun 12
1
R-compatible fortran compiler
Hi, Is there any Fortran compiler that generates R-compatible object files ? (For Windows based systems) Thanks, Hakan Demirtas Pennsylvania State University Department of Statistics [[alternate HTML version deleted]]
2010 Jan 04
1
polygamma or Hurwitz zeta function
Hi, Is there any R library that is capable of handling polygamma function (Hurwitz zeta function also works)? I am aware of digamma(0 and trigamma(), but could not find more advanced versions. I'd appreciate any help. Hakan Demirtas
2009 Oct 07
1
sinusoidal relationship
Hi, Suppose x and y are vectors whose elements are known. I know that there is a sinusoidal relation between them. In other words, y=a*sin(bx) where b is probably a function of pi. How do I find a and b in R? Hakan [[alternative HTML version deleted]]
2010 Oct 21
4
how do I make a correlation matrix positive definite?
Hi, If a matrix is not positive definite, make.positive.definite() function in corpcor library finds the nearest positive definite matrix by the method proposed by Higham (1988). However, when I deal with correlation matrices whose diagonals have to be 1 by definition, how do I do it? The above-mentioned function seem to mess up the diagonal entries. [I haven't seen this complication, but
2006 Aug 14
1
solving non-linear system of equations
Didn't get any useful response to the following question. Trying again. -------------------------------------------------------------------------------- I can't seem to get computationally stable estimates for the following system: Y=a+bX+cX^2+dX^3, where X~N(0,1). (Y is expressed as a linear combination of the first three powers of a standard normal variable.) Assuming that E(Y)=0 and
2020 Jan 05
3
(no subject)
Dear all, Please let me start by indicating that I am not from a technical background, so please be gentle and patient with me. I am trying to get a snapshot from my virtual machines (vm) and the following command works for all of them bar one: # virsh snapshot-create-as --quiesce --no-metadata --domain myvm myvm-state --diskspec vda,file=overlay.qcow2 --disk-only --atomic The only exception is
2010 Mar 11
1
mixed-effects survival
Hi, What R libraries should I use to implement mixed effects models with continuous time and discrete-time survival data? What if I have two crossed random effects? I'd appreciate any help. Regards, Hakan Demirtas [[alternative HTML version deleted]]
2020 Jan 07
1
Re: Fwd: (no subject)
On Mon, Jan 06, 2020 at 11:47:38 -0600, Eyüp Hakan Duran wrote: > Thank you so much for your informative response. The man page of virsh did > not include "snapshot=no" sub-option under the --diskspec option, but it is > very intuitive. Thanks developers for their excellent work! I propsed a fix to the man page: