Displaying 5 results from an estimated 5 matches for "subclass1".
Did you mean:
subclass
2006 Sep 27
1
acts_as_taggable with single-table inheritance?
Does anyone have any experience making this work? I installed the
plugin and tried the following:
class SomeClass < ActiveRecord::Base
acts_as_Taggable
end
class SubClass1 < SomeClass
end
class SubClass2 < SomeClass
end
SubClass1.tag_with("tag")
and notice that taggable_type = SomeClass
when I do SubClass2.find_tagged_with("tag") a SubClass1 object is
returned.
Any help would be greatly appreciated!
.Martin
--
Posted via http://www....
2008 Jan 23
6
sharing specs in a subclass
Hi
I''ve spec''d a class and they pass.
Now I''d like to assure that any subclass of this class also passes
the same specs.
Any suggestions for a clever way to handle this?
I''d prefer to keep the existing specs as is (eg instead of moving
everything into shared behaviors, or doing something to all the
''describe'' lines)
thanks
linoj
2005 Jul 08
5
HTB Rate and Prio
Hi,
I wanted to implement some QOS on my Linux Box with HTB, but after some time
spend
on the configuration and tests, I still don''t manage to have some correct
results. Here are the details :
-ROOT 2000 kbits
-HIGHPRIO SUBCLASS 50 kbits prio 0
-SUBCLASS1 750 kbits prio 1
-SERVICE1 250 kbits prio 1
-SERVICE2 250 kbits prio 1
-SERVICE3 250 kbits prio 1
-SUBCLASS2 750 kbits prio 1
-SERVICE1 250 kbits prio 1
-SERVICE...
2010 Oct 13
7
using a Laptop as a KVM console?
Hi all,
Has anyone seen something like this before:
I want to use a laptop as a KVM console. Basically when a technician
goes to one of our datacentres, or clients he has to look for a free
LCD, keyboard & mouse to connect to a server (no network access,
reinstall, troubleshoot failed kernel / HDD, etc). And then hopefully
there's an open power socker in that cabinet.
So I'm
2005 Jul 11
9
HTB Rate and Prio (continued)
Hi again,
I keep posting about my problem with HTB ->
http://mailman.ds9a.nl/pipermail/lartc/2005q3/016611.html
With a bit of search I recently found the exact same problem I have in the
2004 archives with some
graphs that explain it far better than I did ->
http://mailman.ds9a.nl/pipermail/lartc/2004q4/014519.html
and
http://mailman.ds9a.nl/pipermail/lartc/2004q4/014568.html