Erik A. Hanson's Weblog

Archive for September, 2005

How To Use Google’s Ajaxslt Library

Posted: Friday, September 30th, 2005    Tags: Howto, Javascript, XSL

Google has written an open-source library called Ajaxslt that implements XPath and XSLT in Javascript. It took a bit of playing to get it to work.

Writing a Ruby Test Suite that RDT and Test::Unit Can Understand

Posted: Tuesday, September 20th, 2005    Tags: Howto, Ruby on Rails

I’m working on a Ruby project using Eclipse and RDT. RDT provides a couple useful features, including support for running unit tests with Test::Unit. Unfortunately, it’s pretty primitive at the moment. One big problem is that it can’t run all your tests. So we wrote a test suite class that runs all tests and can be run from Test::Unit:.

Installing Ruby on Rails on Mac OS X 10.4 (Tiger)

Posted: Wednesday, September 7th, 2005    Tags: Howto, Ruby on Rails

I had a hell of a time getting Ruby on Rails to work on Mac OS X 10.4 (Tiger). Here’s what ended up working for me.