Bradley Schaefer
Bradley Schaefer
FWIW I encountered this on OSX. I tried compiling my own libxml2 and have nokogiri use that, to no avail. It really just seems to me as though other encodings...
@wallin This is still relevant. We hit this footgun using the class method in a rails request - loading the yaml and compiling the regexes on every request. This added...
> that is the default in recent versions of Rails. What versions? I'm wondering if this should be represented by logic that switches behavior based on version? But maybe not......
Your hack is pretty good! My reservation about adding that as configuration is whether or not it's supportable in every adapter. If you submit this as a PR I would...
Because nobody has contributed that feature yet! But also there are issues with translating XML to JSON, because JSON does not have a direct corollary to element attributes. Saxerator gets...
The primary reason for HashElement et al. was to capture `name` and `attributes`. When this was written it was useful to be able to treat values as though they were...
That's a good idea :+1:
Thanks for this! I will look this week, today is Father’s Day so I’m celebrating with the fam
I think this behavior changed when we stopped extending core ruby classes, using delegation instead.
I will take a look at this over the weekend. This sounds odd - I'm also curious if this is an ox-only thing (doesn't sound like it..). This does illustrate...