Displaying 20 results from an estimated 1000 matches similar to: "has_many :through query question"
2020 Jun 16
4
IRC spam
On Tue, 16 Jun 2020 at 15:06, Joerg Sonnenberger via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> I also see little evidence that it would fix the problem of someone
> having too much time on their hand and wants to be a nuisance.
AFAICS, this is not the problem.
The nicks are clearly randomly generated by smashing words together
and the content seems to be what comes out of a
2006 Jun 30
2
how to HABTM with STI ??
Hello all
This is my first post so excuse the basic question. (and any repeats I just
got an email saying this post was too big so I have re-submitted a smaller
version)
I was following the thread on
http://lists.rubyonrails.org/pipermail/rails/2006-May/038988.html regarding
the STI on HABTM for RoR.
I have a very similar problem and was hoping for some help.
I have the
2006 Sep 22
2
possible to create polymorphic relationship with STI models?
I would like to associate a ‘product’ model with 3 models inherited from
‘image’: part, action and accessory.
I have it working with Has_many :through relating products to images
through attachments, I then have to determine the ‘type’ of the STI
extension. This means i have to go product.images. While this is ok, i
can see it getting tricky when i want to go products.images <<
2020 Jun 16
2
IRC spam
Hey folks,
Those of us who are still connected to the IRC channel surely have
noticed spam accounts posting random (machine generated?) garbage.
Moderators ban the nicks, but obviously, random ones come back.
Keeping on banning won't work. At Linaro, the somewhat controversial
move of requiring only registered users to join worked as a deterrent,
but the annoyance of registering may make
2003 Dec 01
1
Re: Asterisk European Tour: was RE: * Party in Paris
>>>Those things generally happen in Amsterdam. And in Kristiania in
>>>Copenhagen. The usual problem: Smoking too much pot
> I have to object to that, as a rule of thumb the Dutch only rob tourists who
> are dressed like tourists and act like tourists, that's what we all agreed
> to here and live by -- please just dress local and act local, so we can
> finally
2020 Jun 26
4
IRC spam
I'll comment from the perspective of someone that is in the Mesa,
#dri-devel, #radeon channels myself and have watched their behaviour over
the years. This is a real person that spams a load of information into a
channel about their understanding of how hardware works.
I have no idea what their goal is for spamming this information, could be
some desire for acceptance from perceived smartness.
2015 Nov 18
1
Re: [virt-tools-list] Paths with whitespace in guestfish
[I don't check this list for libguestfs questions, hence the late
reply. There's a libguestfs mailing list:
https://www.redhat.com/mailman/listinfo/libguestfs ]
On Mon, Oct 12, 2015 at 08:06:03PM -0500, Robert Nichols wrote:
> Is guestfish able to handle paths that include whitespace? I've
> tried just about everything I can think of:
>
> ><fs> ls
2015 Jul 27
2
SATA adapter recommendation
On 7/27/2015 12:29 PM, g wrote:
>
> On 07/27/15 10:06, Bowie Bailey wrote:
>> I have an old computer running CentOS 5. I need to add an SATA drive to
>> it, but it doesn't have any ports, so I need an add-on card. The board
>> only has a 32-bit PCI slot. Any recommendations on cards/brands that
>> work well with CentOS? I don't need any raid capabilities,
2009 Oct 30
2
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
Hi,all
I have written a wrapper which includes gcc/g++,ld and llvm counterparts, it
invokes native or llvm compiler and linker according to the options it
receives,after I replace the native tools with my wrapper in libtool script,
I just typed like this
make CC=wrapper AC_CFLAGS=-emit-llvm
then I got a bc file of slapd and other tools in clients directory
The accessory is the whole-program
2018 Feb 27
1
extra IMAP folders: how to make all clients use the same Sent folder?
Dear All
I have just setup IMAP with Maildir, but unfortunately some clients
create their own folders instead of using those specified in
15-mailboxes.conf . What could be the reason?
Here's what it looks like:
> B list "" *
> * LIST (\HasNoChildren \Sent) "." "Sent Messages"
> * LIST (\HasNoChildren) "." Gesendet
> * LIST (\HasNoChildren)
2008 Feb 05
2
help with oop in R - class structure and syntex
Hi,
I read section 5, oop, of the R lang doc, and I am still not sure I
understand how to build a class in R for oop. I thought that since I
understand the oop syntex of Java and VB, I am wondering if the R programmig
experts could help me out by comparing and contrasting the oop syntex in R
with that of Java. For example, the basic class structure in Java is like
this:
public class Bicycle {
2002 Sep 10
1
Help!!! Problems copying files from AIX 4.3.3 to Win9x
Hello,
Currently having problems with drag and drop and/or copy pasting files from
AIX 4.3.3 to Windows 95 or 98 . using a samba share.
Used the following settings in the smb.conf file:
[reports]
path = /tmp/reports
public = yes
mangled names = yes
browsable = yes
hide dot files = no
readable = yes
When I try and copy this over I get the following error message:
2009 Oct 30
0
[LLVMdev] I have built a whole-program bitcode file for openldap-2.19
>I have written a wrapper which includes gcc/g++,ld and llvm counterparts,
>it invokes native or llvm compiler and linker according to the options it
>receives,after I replace the native tools with my wrapper in libtool
>script, I just typed like this
>
>make CC=wrapper AC_CFLAGS=-emit-llvm
>
>then I got a bc file of slapd and other tools in clients directory
>
>The
2006 May 16
3
[JOB] Rails Web Developer in Madison, WI
Hello,
My company is looking for someone familiar with Rails, but *really*
familiar with front-end web development; CSS, Javascript (Ajax +
+good), and one of the XXp templating languages. We''re migrating a
rusty J2EE-ish app to Rails, and we need someone who can flip between
controller work and view development with ease. Very relaxed,
flexible work atmosphere--we value
2008 Aug 18
1
lmer syntax, matrix of (grouped) covariates?
I have a fairly large model:
> length(Y)
[1] 3051
> dim(covariates)
[1] 3051 211
All of these 211 covariates need to be nested hierarchically within a
grouping "class", of which there are 8. I have an accessory vector, "
cov2class" that specifies the mapping between covariates and the 8 classes.
Now, I understand I can break all this information up into individual
2009 Dec 21
5
Help,Suggest me some methods to identify training set and test set!!!
I want to split my whole dateset to training set and test set, building model
in training set, and validate model using test set. Now, How can I split my
dataset to them reasonally. Please give me a hand, It is better to give me
some R code.
and I see some ways like using SOM to project whole independents to
2-dimensions and find some to be training set and others are test set. like
below. I
2002 Sep 05
1
FW: Problems copying files from AIX 4.3.3 to Win9x
Hello,
Currently having problems with drag and drop and/or copy pasting files from
AIX 4.3.3. using a samba share.
Used the following settings in the smb.conf file:
[reports]
path = /tmp/reports
public = yes
mangled names = yes
browsable = yes
hide dot files = no
readable = yes
When I try and copy this over I get the following error message: "cannot
copy file:
2006 Jan 19
4
create an object from a string?
I''m trying to dynamically create an instance of an object at runtime, from a
String. I have a method that returns one of a number of Strings ("Car",
"Motorcycle", "Bicycle"), and when I receive the String, I then want to
instantiate one of those objects.
Seems like there should be a way to do it in Ruby, but maybe I''ve been up
too long --
2007 Mar 07
4
OT Vonage V-Phone Adapter (Possible Hack)
It would be cool to get one of these and see if it can be hacked and
loaded with your favorite SIP or IAX softphone. Looking at the pic, it
looks like the dongle is both a soundcard and memory stick. Heck, I
would be glad to have it if I could get the soundcard to work.
Might as well since it is free after rebate.
http://www.circuitcity.com/ssm/Accessories-for-Vonage-V-Phone-VPHONE/sem
2005 Aug 25
2
Which Card to choose
Hi All
I want to terminate as much POTS lines as possible to
my Asterisk Server, please advice me which Card to
choose with accessories
Thanks
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs