Empact / roxml

ROXML is a module for binding Ruby classes to XML. It supports custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.
http://roxml.rubyforge.org/
MIT License
223 stars 176 forks source link

rails3 compatible gem release? #27

Closed yob closed 12 years ago

yob commented 14 years ago

Hi Ben,

I know you're not keen on supporting this gem going forward, but I'm hoping you can release a snapshot of the current repo and make it compatible with activesupport 3.0. It looks like there's aa fork that has the necesary changes.

I've got a branch of our app for testing on rails3 and roxml requiring activesupport 2.3 is a sticking point.

cheers!

rawsyntax commented 14 years ago

Hello yob,

Check out my fork, I upgraded roxml to use activesupport / activemodel 3.0.0.beta3

Maybe you can use that: http://github.com/himmel/roxml

yob commented 14 years ago

Hi himmel,

Cheers, I'll use it if I need too. An 'official' gem release is easier to deal with though, so I thought I'd try for that first.

Empact commented 12 years ago

This should be working as of a while back.