Archive for the 'software development' Category
Why?
August 20th, 2009It is with great sadness that I see _why has gone missing.
I’m a great admirer of his many works, including Shoes (a great GUI framework), Hpricot (my HTML parser of choice), HacketyHack (a great way for kids to learn programming), TryRuby (a way to try Ruby in your Web Browser), and of course his Poignant [...]
Offline Gem Server
July 8th, 2009I’ve had an offline gem documentation server installed for a while on my machine, after following Jason Seifer’s instructions.
Recently, however, when I installed new gems I got the following error:
invalid argument: –fmt=html
This is, I think, because the hanna gem that provides the rdoc template needs to use a html output formatter, which seems to have [...]