Posts tagged ruby19

Aug18

MySQL Gem Install Caveats on Red Hat (32/64 bit)

ruby gem mysql ruby19 linux redhat yum | comments

If you're using redhat, it's likely you heavily depend on yum to manage your packages. If not, you probably should. Anyhow, I use yum to manage MySQL installation on my RHEL boxes. Installing MySQL is as easy as: Continue reading »

Mar28

Playing around with string encoding on Ruby19

ruby19 encoding activeworlds questatlantis multibyte chars | comments

Lately I've been working with ActiveWorlds 5.0 SDK, wrapped with ffi running on Ruby 1.9. Continue reading »