Displaying 2 results from an estimated 2 matches for "snuffed".
Did you mean:
sniffed
2006 Jun 30
0
Interpolation in association conditions broken; broken backwards-compatibility?
I believe it used to be possible to interpolate values into
associations'' conditions with single quotes, but it isn''t anymore.
has_many :widgets, :conditions => ''brand_id = #{brand_id}''
Anyone else remember that? It seems to have been snuffed out in
changeset 3897 with the removal of interpolate_sql(@conditions)
Was the change (and the fact that it breaks backwards-compatibility)
known and announced or is it just an oversight? Once in awhile
there''s just no other way to do what this allows (short
of :finder_sql, which...
2004 Jul 09
3
tc filter + bridging + htb -- works only if ip_forward = 0
...|
# +-----+ +-----+ +-----+
# |1:100| |1:101| |1:102|
# +-----+ +-----+ +-----+
# 1:10 is the class for VOIP traffic, ACKs, SYNs, etc (pfifo qdisc)
# 1:20 is for bulk traffic (htb, leaves use sfq)
# 1:30 is the class that interactive traffic which must never get
snuffed out completely goes to (sfq)
# 1:20 is further split up into different kinds of bulk traffic: web,
mail and
# everything else. 1:100-102 fight amongst themselves for their slice
of excess
# bandwidth, and in turn 1:10,20 and 30 then fight for any excess above
their
# minimum rates...