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

support with ruby 1.9.x and money 2.2 #4

Open
dwilkie opened this issue May 5, 2010 · 1 comment
Open

support with ruby 1.9.x and money 2.2 #4

dwilkie opened this issue May 5, 2010 · 1 comment

Comments

@dwilkie
Copy link

dwilkie commented May 5, 2010

Hey Cody,

Just wondering if you were planning to support ruby 1.9.x and the latest version of money or if you know anyone who is....

I need it for a rails 3 project running ruby 1.9.2 and the latest version of money. And am about to fork and do it myself but just wanted to check if you working on it at the moment?

Cheers,

Dave

@codyfauser
Copy link
Owner

Dave,

I haven't been working on any 1.9 support for the library yet. I had previously tried upgrading to the latest Money, but at the time there was a critical bug where money == nil would raise an exception. It looks like that issue has been resolved

I am definitely around to give you a hand getting things running. I believe the xml-mapping library used by the code may be a sticking point in moving to 1.9 from what I remember. I believe there have been some changes to REXML that break it.

Also, the majority of the code is generated from the ebaySvc.xsd. The code that does the generation depends on the XSD and WSDL libraries from soap4r circa Ruby 1.8.6. I use rvm to avoid having to upgrade the generation code, as it "just works" as it is. It should obviously be upgraded at some point, but I haven't had a need to do it yet.

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

2 participants