Sign In/My Account | View Cart  
advertisement

Article:
 Creating XML with Ruby and Builder
Subject: Version 1.8.4
Date: 2006-01-05 10:30:30
From: Mike Fitzgerald

Since the time I wrote the article, Ruby version 1.8.4 became available (on 12/24/2005). Find it at http://www.ruby-lang.org/en/20020102.html. Also the reference to "last year" at the beginning of the article refers to 2004 (I wrote the article in 2005).

No Previous Message Previous Message   Next Message Next Message


Titles Only Titles Only Newest First
  • Version 1.8.4
    2007-12-14 03:35:04 venkat1246

    I had problems with builder.
    I installed builder gem on my ubuntu 7.x machine with ruby 1.8.6 and installed irb


    require 'rubygems/builder'
    x = Builder::XmlMarkup.new(:target => $stdout, :indent => 1)


    running the above throws me an error texting


    uninitialized constant Builder (NameError)


    what might be the obvious reason? am I missing any fine grain here?



Sponsored By: