links for 2008-03-23
-
Create your own custom images in moments and send to friends
-
Tracks is a web-based application to help you implement David Allen’s Getting Things Done™ methodology. It was built using Ruby on Rails, and comes with a built-in webserver (WEBrick), so that you can run it on your own computer if you like.
-
mongrel_proctitle, a clever little plugin developed by Alexander Staubo. Drop it into your Rails plugin directory, restart your Mongrels, issue a ‘ps aux’, and you’ll be pleasantly surprised to see exactly what each of your Mongrels is doing.
-
his is a simple module which changes Mongrel’s process title to reflect what it’s currently doing. You can then determine a given Mongrel server’s status using ps.
-
Full text search in Ruby on Rails 2 – MySQL