Ruby on Leopard

November 17th, 2008

Just trying to get my old website generation scripts (developed on Windows) to work on Leopard. Had to install the RedCloth gem. Couldn’t use the latest version due to some missing support to compile the native version so used rubygems to install an older version (3.0.4) that’s pure ruby. After that, needed to add export RUBYOPT=rubygems to my .profile.

Comments are closed.