Matt Huggins
Matt Huggins
I don't, but there's an open PR that fixes the issue that he won't pull in either. Many other users of the lib have commented on the PR stating that...
@sudodoki I see your point. I didn't get to dig into it at the time, but I do know that the change solved the problem for me. It was a...
Sorry, I missed your response from before! I'll take a look and follow up.
Ahh, I missed that the debug module was added, I'll give that a shot and report my findings. Thanks! :)
Interesting find...it looks like this is working as expected: ``` ruby xml = %Q{ 1 Foo } [].extend(SupermarketApi::StoresSerializer).from_xml(xml) # => [#] ``` while this is not working as expected (note...
Yep, that did the trick. My working XML collection representer ended up looking like this: ``` module SupermarketApi module StoresSerializer include Representable::XML::Collection self.representation_wrap = :ArrayOfStore def self.remove_namespaces! representable_attrs.options[:remove_namespaces] = true...
One more thing worth noting that I discovered earlier in fixing this is that my representer collection is able to be a class inheriting from `Representable::Decorator`, but the representer used...
Huh, I updated the tests to use the decorator class for the model itself, and [it seems to work](https://github.com/mhuggins/representable/blob/decorate-class-xml-tests/test/xml_test.rb#L382). My code keeps giving me a TypeError that a module is...
Thanks Nick. I thought I was requiring the right files, but perhaps not. Perhaps I can create a new branch that includes the decorator approach and point you to the...
What version of circuitry are you using? There used to only be a single `config` method prior to 3.0.0. 8235ce4d6dbc8375feef3a3a198bbaf3f7023cec