similar to: Plans to intigrate ObjectGraph in to Rails

Displaying 20 results from an estimated 3000 matches similar to: "Plans to intigrate ObjectGraph in to Rails"

2009 Nov 01
2
intigrate function and absolute error
Hi Can we get the result of an intigration without the absolute error? for example f1<-function(x1){(1/gamma(alpha))*x1^(alpha-1)*exp(-x1)*log(x1)} I1<-integrate(f1, 0, (max(cc)-tau1+(theta2/theta1)*tau1)/theta2) I1 0.08007414 with absolute error < 7.2e-05 I need the answer 0.08007414 withou the other part(with absolute error <7.2e-05) how can we do that? thank you and take care
2004 May 24
9
Combo Box
>> You really want to call get_value. Unfortunately, that''s not implemented >> in wxRuby 0.3.0. >I found to my surprise that this method is actually working, but only in the >example code that comes with wxRuby one-click install for Windows. @combo.get_label seems to work for me. See sample code below. HTH, Assaph ----- CODE ----- require ''wxruby''
2006 Apr 05
1
Anyone had success with other ORMs?
Hi, I was just wondering what levels of success people have had with other ORMs. Why did you use another ORM?.. and what benefits did it provide over ActiveRecord and others? Did it integrate well with rails? Thanks, Chris -- Posted via http://www.ruby-forum.com/.
2006 Jan 28
6
Check if user is in right group
What is the best way of checking this? I have 3 tables: groups users group_members class GroupMember < ActiveRecord::Base belongs_to :group belongs_to :user validates_uniqueness_of :user_id, :scope => "group_id" Then I want a method here that checks if a given user is a member of a given group. What is the right way of doing that? def
2008 Jun 09
3
piper diagram
Hi, Is anyone on the list familiar with an R implementation of Piper Diagrams? Example: http://faculty.uml.edu/nelson_eby/89.315/IMAGES/Figure%209-78.jpg I am thinking that two calls to triax.plot (plotrix) along with some kind of affine-transformed standard plot would do the trick. Not so sure about the final layout, or a nice generalized version for something like lattice. Cheers, Dylan
2014 May 07
1
asterisk12.2.0 PJSIP2.2.0 codec translation problem
Hi! my asterisk-12.2.0 with pjsip-2.2.0 does not translate codecs any more. I tried every combination. silent on both sides. I compiled pjsip with no resample in pjsip. ./configure --prefix=/usr --enable-shared --disable-sound*--disable-resample* --disable-video --disable-opencore-amr is there a way to force asterisk back to do the codec translation? Attachment: sip show channel of the
2016 Aug 31
2
2.2.25 dumps core with "Panic: file imap-client.c: line 837 (client_check_command_hangs): assertion failed: (client->io != NULL)"
Hello Timo, from the maintainer of the OpenCSW package I got the below answer. As the newly build package yields another different commit hash (which I cannot find on GitHub too), I would ask, if you are sure that the commit hash-output in 'doveconf -n' is generated correctly? The headline of 'doveconf -n' with the newly build package is # 2.2.25 (68082dc):
2006 Mar 29
3
V1.6.0 is not stable in IE...
Hi, I tried using v1.6.0 of the scriptaculous libraries (including latest prototype library) in one of my existing apps that uses the 1.5.1 version, and found that IE 6 was very unstable. Actions get slower and slower over time until the page is basically unusable. This continues until the browser window closes - a page refresh does not solve the problem. I can''t provide the exact code
2006 Aug 14
5
UML
In Rolling with Ruby on Rails tutorial - http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html - I saw that to introduce a new element to my domain, I needed to define it in a table, generate a model element with a similar name and the class would autoamtically take the attributes from the table definition. Is it possible to do this in the other direction... i.e to take the class diagram
2015 Jul 01
3
[LLVMdev] Deriving undefined behavior from nsw/inbounds/poison for scalar evolution
----- Original Message ----- > From: "Bjarke Roune" <broune at google.com> > To: "Jingyue Wu" <jingyue at google.com> > Cc: llvmdev at cs.uiuc.edu > Sent: Tuesday, June 30, 2015 8:16:13 PM > Subject: Re: [LLVMdev] Deriving undefined behavior from nsw/inbounds/poison for scalar evolution > > Hi Adam, > > Jingyue is right. We need to keep
2006 May 02
3
Sip show inuse
I have recently upgraded to 1.2.7.1 from 1.2.4. I can no longer use "sip show inuse". Below is the output... I know there are current calls: redhat*CLI> sip show inuse * User name In use Limit * Peer name In use Limit Does anyone have an idea why this isn't working? Thanks, bp
2006 Mar 07
4
should a AR object be able to see backwards?
I have two models, Stop and Station, they relate one station to many stops. Stop has_one :station Station belongs_to :stop So I can do @station.stops, but I cant do @stop.station, is this right? For example in the view I have: <% for @stop in @stops %> <tr> <td><%= @stop.station.name %></td> <td><%= @stop.time.hour.to_s + '':''
2016 Sep 01
3
2.2.25 dumps core with "Panic: file imap-client.c: line 837 (client_check_command_hangs): assertion failed: (client->io != NULL)"
On 01.09.2016 14:20, Piper Andreas wrote: > Hello Timo, > > with the newly build CSW-package the crashes still occur, today already > twice within two hours. The log shows always the same: > > Sep 1 11:50:13 surz113 dovecot: [ID 583609 mail.crit] imap(user): > Panic: file imap-client.c: line 837 (client_check_command_hangs): > assertion failed: (client->io != NULL) >
2019 Mar 12
3
dovecot-keywords are not preserved any more when moving mails between folders
Hello, after an upgrade of dovecot-2.2.5 to dovecot-2.3.4 the dovecot-keywords, which in my case are set by thunderbird, are not preserved any more when moving a mail between folders. Are there any ideas, what may be the reason. Thanks for any hints on that, Andreas 'doveconf -n' gives: # 2.3.4 (0ecbaf23d): /etc/opt/csw/dovecot/dovecot.conf # Pigeonhole version 0.5.4 (60b0f48d) # OS:
2013 Dec 03
3
Crashing with Xen (Debian Wheezy) 4.1 (deb) and 4.4 (source)
Hi, I have a system (AMD FX 8320 w/8GB RAM) that I am trying to get working with Xen. The system is installed with Debian Wheezy (7.2). I have used the pre-built xen packages and followed the instructions in the Debian Xen wiki: https://wiki.debian.org/Xen I get a crash (relevant kernel panic attached) very soon after boot on the Debian Xen 4.1 version using the stock kernel
2014 Sep 25
1
Realtime ERROR
Hi Guys, I have recently moved my database servers to a different database cluster that runs on haproxy. Every minute or so I get the following error in asterisk MySQL RealTime: Ping failed (2006). Trying an explicit reconnect The strange thing is if I do realtime mysql status It shows as connected just the timer resets. Any idea why this is occurring? -------------- next
2014 Nov 03
1
issue with NAT
First I am new to PBX so i might be doing something fundamentally wrong... That being said I got a FreePBX 32bit stable 6.12.65. I am having some issue with the NAT and sound, both phones are ringing but there is sound, I had some talk on IRC: <[TK]D-Fender> Note for elfranne's situation, : nat=force_rport,comedia" should have returned the public IP the call arrived on, but it
2002 Nov 17
2
FW: WINBIND configuration and NT Authentication]
Thanks Mikko - pieced the 3 links you sent and got new configs... Well..I have successfully got the PAM files so NT users can login from the terminal as well as through the samba shares (no local users required), including using the NT groups to provide share level permissions. Now here is the next battle: 1. I can not access the shares using the linux local accounts --> recieve: the
2006 Jun 04
6
fine-tuning asterisk questions
I have asterisk running more or less ok but I would like to turn off call waiting and be selective about the incoming sip connections. This is running asterisk 1.2.8 with a fxs and fxo card and a configured voip (sip) line. Currently I'm using freePBX 2.1.1 to configure asterisk. Problem 1) if someone is on the phone already and another call comes in for an already engaged extension I
2019 Oct 18
3
[2.3.8] possible replication issue
Hi, some of our customers have discovered a replication issue after upgraded from 2.3.7.2 to 2.3.8. Running 2.3.8 several replication connections are hanging until defined timeout. So after some seconds there are $replication_max_conns hanging connections. Other replications are running fast and successful. Also running a doveadm sync tcp:... is working fine for all users. I can't see