-
Notifications
You must be signed in to change notification settings - Fork 58
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
Cloning node value when hash #21
Conversation
great! thanks for following up on this :) could you add specs to verify the change? |
Your welcome. I wilk ASAP ;) Camol On Wednesday, 20 March 2013 at 18:26, Daniel Harrington wrote:
|
I had the same problem today, I had error 400 replies from the second request into some SOAP service. As I'm using this functionality in the soap_header which seems to get called for each request.
|
Add to your Gemfile Gyoku implicitly and point to my fork ;) it will make it ok. |
Well your commits fail on TravisCI on Ruby 1.8.7 and sadly we are still running Ruby 1.8.7 on this particular project (can't move it just yet). As a matter of fact I think you should fix them and use the old hash syntax so that the commits can be merged into master. If you have no time I'll gladly clean it up. |
Strange now test fails. On 1.8.7 the nodes in the xml are switched :\ I think this maybe some kind of a different bug. |
awesome 😃 thank you very much! |
Hi
I have improved a bit of your code. I've mentioned the problem here savonrb/savon#410 . When me make variables from instances of hash it is being not copyied totaly. In some parts it is being referenced, so when delete keys in node_value variable, you are deleting them in the original hash and it is not too good :)