Nov 21

Gist
Read the rest of this entry »

Aug 12

Gilded is my shot at an MMO guild portal target directly at World of Warcraft. It currently supports member and character profiles and integration with the Armory with much more to come.
Read the rest of this entry »

Aug 11

Source: Redmine.org

For those of you who are running Redmine on Phusion Passenger, if you have certain versions of the RedCloth gem installed, you are in for some trouble.
Read the rest of this entry »

Aug 11

Updated my web server with Ruby Enterprise Edition 1.8.6-20080810 and Phusion Passenger 2.0.3 successfully. Both releases feature bugfixes for security issues and the like. My web server currently powers this blog, a Redmine instance for my own projects, and some “production” servers for a few Rails apps I’m writing right now.

I’d highly recommend Passenger and RubyEnt for low-volume or even high-traffic production Rails servers. It has greatly simplified my deployment and performance on a VPS with, say, 540MB of RAM is stellar. If you set the idle timeout to something huge, you can get almost Nginx+Mongrel/Thin level performance even on a low-traffic server; otherwise you have to wait a brief time (10-15 seconds) when the app has been idle for a while.

Jul 14

Source: Tibs’ Blog

I had been having a lot of trouble using libxml-ruby on Ubuntu Hardy for a hobby project of mine. Any task including libxml calls via require 'xml/libxml' fails with the message:
no such file to load -- libxml_so. Read the rest of this entry »

Jul 8

Source: John Wulff and comments

sudo port install id3lib
sudo ARCHFLAGS="-arch i386" gem install id3lib-ruby -- --build-flags --with-opt-dir=/opt/local
Jun 25

This morning, as a result of a hardware failure on my home server, I decided to move my Redmine devtracker to my Linode host. Read the rest of this entry »

Jun 13
sudo env ARCHFLAGS="-arch i386" gem install mysql -- --with-mysql-include=/opt/local/include/mysql5 --with-mysql-lib=/opt/local/lib/mysql5 --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config

This worked for me with mysql installed via macports by the command:

sudo port install mysql5 +server

From Code Intensity.

Apr 7

On my home server I’m toying with some Rails clustering and such, using nginx and thin, and now God to watch over things.
With this setup, I can add apps and port-ranges to monitor any time I like, and I can split off a particularly specific configuration group if an app has unusual trends or requirements, such as using loads of memory.
Read the rest of this entry »

Mar 31

In the pursuit of utilizing memcached on my 2008 MacBook with Leopard, I’ve been stuck for a while trying to get the memcached gem to compile and install properly using memcached installed through MacPorts.
Read the rest of this entry »

« Previous Entries