Displaying 2 results from an estimated 2 matches for "bizz".
Did you mean:
biz
2006 Jul 21
2
File.open behavior for ActiveRecord, to ensure save after manipulation?
File.open in core Ruby is nifty, in that it automagically closes the
file when you''re done using/manipulating it. I''m wondering whether
there''s something like that for ActiveRecord?
So you can do:
AR.find(23).open {|ar|
ar.foo = ''bar''
...
}
And ar.save would be called when the block closes.
--
-Alder
2005 Jul 21
0
New disciplines, new filters : How to writing new linux/net/sched stuffs
Hello,
I''m currently searching for any kinds of informations about writing new
queue discipline and/or filter modules.
I have to write a discipline and/or filter to implement an experimental
stateful router which maintain a table for TCP connections.
The original code from A. Kuznetsov is provided without comments. It
would be wonderful to have a version with comments, do you have any?