This project is archived and is in readonly mode.
Refactor XmlSimple Out of Hash.from_xml
Reported by Joseph Holsten | November 26th, 2008 @ 12:31 AM | in 2.x
I noticed a TODO in ActiveSupport's Hash.from_xml to refactor out XmlSimple. I've done that in the following patch.
Passes all current tests.
Comments and changes to this ticket
-
Joseph Holsten November 26th, 2008 @ 12:38 AM
Oops, forgot I forgot you can remove rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11
-
Repository November 26th, 2008 @ 07:37 AM
- State changed from new to committed
(from [fea8d9d06ffaf85eb9e590ae3ac7cf082ad0c420]) Extract XmlMini from XmlSimple. [#1474 state:committed]
Signed-off-by: Jeremy Kemper jeremy@bitsweat.net http://github.com/rails/rails/co...
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Tags
Referenced by
- 1474 Refactor XmlSimple Out of Hash.from_xml (from [fea8d9d06ffaf85eb9e590ae3ac7cf082ad0c420]) Extract...