Two Steps Forward...
Another version of Ruby, a different set of REXML bugs.
Test case. Before:
OS: i486-linux Ruby: 1.8.6 REXML: 3.1.6 XML: <?xml version='1.0'?><root><a v='x & y'/><b v='x & y'/></root>
After:
OS: i686-linux Ruby: 1.9.0 REXML: 3.1.7.2 XML: <?xml version='1.0'?><root><a v='x & y'/><b v='x & y'/></root>
Sigh.
A good reason to not use a language for production code until it’s matured. See also how they completely changed scaffolding in Rails.
I do like some of the language features of Ruby, and I think it would be nice running as an apache module. I don’t understand why anyone would use Rails for anything other than prototyping though.
Posted by Dave Clayton at[from ryansking] Sam Ruby: Two Steps Forward...
REXML either needs to improve or get replaced....Excerpt from del.icio.us/network/bewest at
Well that’s just fantastic. One more reason to get all my code migrated off of REXML.
Posted by Bob Aman at