2008-01-05から1日間の記事一覧

天使やカイザーと呼ばれて: Fixtures Visualizerプラグインを公開しました

あけましておめでとうございます。今年もよろしくお願いいたします。 2008年の最初のエントリは、新年の挨拶もほどほどに、この冬休みの宿題の1つの成果報告をしてみよう。4つほどあった宿題だが、結果が出たのは1つのみである。なんとも情けない。。。 さ…

Rubyのメソッドの補完を行うanything-rcodetools.elをリリース - ’(rubikitch wanna be (a . lisper))

rcodetoolsに含まれているrct-completeコマンドを使うとRubyのメソッド等の正確な補完ができる。rcodetoolsパッケージ内にはEmacsインターフェースとして、rcodetools.el(通常版)、icicles-rcodetools.el(icicles版)が同梱されている。 俺はicicles-rcod…

サーバ上の数万件のメールを全消しするRubyスクリプト - むぅもぉ.jp

昨日の「サーバ上の数万件のメールを全消しする良い方法が知りたい」では、あちこちから情報をいただきました。本当にありがとうございました。 その後試したこと 結局、メール削除専用ツールを探すのはあきらめました。どれもこれも大量のメールが扱えなさ…

ちょっと書いておく - L'eclat des jours(2008-01-05)

http://arton.no-ip.info/diary/20080105.html#p01 http://b.hatena.ne.jp/entry/http://arton.no-ip.info/diary/20080105.html#p01

Thin: A Ruby HTTP Daemon That's Faster Than Mongrel

Thin is a new Web server / daemon written in Ruby by Marc-Andr辿 Cournoyer that uses the EventMachine, Rack, and Mongrel libraries. EventMachine makes it super fast at processing network I/O, Rack makes it easy to integrate with existing R…

Thin - yet another web server

Which makes it, with all humility, the most secure, stable, fast and extensible Ruby web server ever bundled in an easy to use gem for your own pleasure. http://code.macournoyer.com/thin/ mongrelのパーサとeventmachineを使った高速WebServer…