How to install rexml

Friends,

I configured acts_as_solr to my application, and on starting
script/console,

a message comes

requring REXML…?

How am i suppose to do so?

cheers

Hunt

HUNT HUNT wrote:

Friends,

I configured acts_as_solr to my application, and on starting
script/console,

a message comes

requring REXML…?

How am i suppose to do so?

Isn’t REXML part of the Ruby Standard Library? Maybe all you need is a
require statement at the top of your class?