Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Garb fails in Ruby 1.9.3 p392 because of REXML patch #130

Open
killion opened this issue Feb 26, 2013 · 4 comments
Open

Garb fails in Ruby 1.9.3 p392 because of REXML patch #130

killion opened this issue Feb 26, 2013 · 4 comments

Comments

@killion
Copy link

killion commented Feb 26, 2013

Details of the patch to p392 are here...

http://www.ruby-lang.org/en/news/2013/02/22/rexml-dos-2013-02-22/

When garb .results is called now this error is the result...

uninitialized constant REXML::Text::Document

@gwinn
Copy link

gwinn commented Mar 12, 2013

Just add

require 'rexml/document'

at the beginning of the your source file

@jibiel
Copy link

jibiel commented Apr 1, 2013

@gwinn Thanks for the workaround!
@vigetlabs @tpitale @reagent Any plans to fix on that?

@tpitale
Copy link
Contributor

tpitale commented Apr 29, 2013

I haven't been contributing to Garb for some time, but the project was rewritten as Legato and is passing on 1.9.3: https://travis-ci.org/tpitale/legato

There is also a fork that may have fixed this https://github.com/Sija/garb

@gwinn
Copy link

gwinn commented Apr 29, 2013

@tpitale Thanks for reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants