2005-12-01から1ヶ月間の記事一覧

Check your BitTorrent port forwarding

Download the .torrent file Paste the torrent link into DumpTorrent Copy the hash ID from its output into NatCheck page

apache2 + fastcgi

Good post in Moro-san's blog. Still I prefer lighttpd + spawn-fcgi for independent FastCGI listeners restarting.

Gentoo VPS project

Happy news - better support for VServer in Gentoo. Yahoooo! ...First, we have created the Gentoo VPS project, in order to concert the development of different implementations, and provide a convenient way for use with gentoo. The project p…

Restarting Rails without SSH access

Great tip from the Feedmarker blogChange the following line in your dispatch.cgi (or dispatch.fcgi, depending on which you use) file: RailsFCGIHandler.process!to RailsFCGIHandler.process! nil, 1This tells Rails to run the garbage collector…

Rails-like framework in Javascript!

Ajax すぎる? :)

SCGI

RoR

SCGI Rails Runner SCGI and Rails on Apache 1.3.x Apache module named mod_scgi And it come natively with lighttpd :)

Is Ruby on Rails Maintainable?

RoR

"So is Rails just a nice RAD tool for disposable, cookie-cutter apps (which have a place, of course)? Is high-level generation just a bad OO substitute? And what has your experience of Rails' maintainability been?"

Templates again

RoR

In Rails it's relatively easy to use template engine, different from the default (erb) one: Liquid template engine How to use Amrita2 with Ruby On Rails A backport of RJS Templates in plugin form - allows you to use RJS Templates in your p…

Linux in a binary world... a doomsday scenario

Fun

Fun, and not so much. Mostly scary:Linux in a binary worldWhat if.. what if the linux kernel developers tomorrow (06-Dec-2005) accept that binary modules are OK and are essential for the progress of linux. a hypothetical doomsday scenario …

CGIKit 2.0.0 preview 2

CGIKit is a web application framework written in Ruby.Features: 100% Pure Ruby components based Can handle RSS and Ajax (prototype.js) FastCGI adaptor API references in japanese Hm, can it be pure man Rails replacement? And will it give us…

Lighttpd on Debian and Ubuntu

In the latest lighttpd-1.4.8 release, they removed the debian/ support:(from the changelog) removed debian/ dir from source package on request by packagerSad :( For me i solved the problem with copying the directory from the old 1.4.7 rele…

BlackDog Linux Personal Server

The BlackDog server turns out to be an interesting hybrid of a putting Linux on a USB flash device and putting an embedded Linux into a USB device. The actual device is around the size and weight of a pack of cards, and runs Debian Linux o…

Multilingual Rails

via Robby on Rails:Globalize is a Ruby on Rails plugin designed to support multilingual applications. It’s under the MIT License, same as Ruby on Rails.