You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: