XML Driver for ActiveRecord?

G

Gene Angelo

Anyone know if there is any xml driver built in to the Ruby library that
can be used with ActiveRecord? I do not want to have to install anything
other than Ruby, but, I want to use ActiveRecord.
 
J

Josh Cheek

[Note: parts of this message were removed to make it a legal post.]

Anyone know if there is any xml driver built in to the Ruby library that
can be used with ActiveRecord? I do not want to have to install anything
other than Ruby, but, I want to use ActiveRecord.
I don't think there is, because AR3 uses arel, and if you look at arel's
readme, it has XML in long term goals.

"For the moment, Arel uses ActiveRecord's connection adapters to connect to
the various engines, connection pooling, perform quoting, and do type
conversion. On the horizon is the use of DataObjects instead.

The long term goal, following both LINQ and DataMapper, is to have Arel
adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc."
--http://github.com/rails/arel
 
J

Josh Cheek

[Note: parts of this message were removed to make it a legal post.]

I don't think there is, because AR3 uses arel, and if you look at arel's
readme, it has XML in long term goals.

"For the moment, Arel uses ActiveRecord's connection adapters to connect to
the various engines, connection pooling, perform quoting, and do type
conversion. On the horizon is the use of DataObjects instead.

The long term goal, following both LINQ and DataMapper, is to have Arel
adapt to engines beyond RDBMS, including XML, IMAP, YAML, etc."
--http://github.com/rails/arel


*but you would have more luck on a Rails forum
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,145
Messages
2,570,826
Members
47,371
Latest member
Brkaa

Latest Threads

Top