2006-02-21から1日間の記事一覧

pure ruby FastCGI implementation

Can I use it for something?

lighttpd-1.4.10 does not work very well with 2.4 linux kernels:

the patch exists (src/network_linux_sendfile.c): #include "log.h" #include "stat_cache.h" /* ADD THIS LINE */ /* on linux 2.4.29 + debian/ubuntu we have crashes if this is enabled */ #undef HAVE_POSIX_FADVISE

Ackbar, KirbyBase, and Rails

RoR

Intreresting stuff: KirbyBase, a small, pure-Ruby, database management system. Ackbar, an ActiveRecord adapter for KirbyBase Chapters 6 and 7 of "Agile Web Development with Rails", using Ackbar/KirbyBase instead of MySQL In general: if you…