Justin Barber
Justin Barber
awesome. just upgraded in a project
Haven't had a chance to try this yet, but off top of my head i see this being the no code change solution to my problem ``` ruby [16] child...
Finally got around to testing this... The code ``` ruby 188 189 def get_subscriber 190 child = Nori::StringWithAttributes.new('active') 191 child.attributes = {"xmlns:v1"=>"http://example.com"} 192 soap.call :retrieve, :message => { 193 'RetrieveRequest'...
also tried using [gyoku syntax](https://github.com/savonrb/gyoku) ``` ruby 281 def inlinetest 282 soap.call :retrieve, :message => { 283 'RetrieveRequest' => { 284 'ObjectType' => 'Subscriber', 285 'Properties' => [ 286 "ID",...
@tjarratt it didn't work. The expected xml was ``` active ``` Looking at [gyoku documentation](https://github.com/savonrb/gyoku) ``` Using "@" keys and ":content!" Gyoku.xml( "foo/" => { :@bar => "1", :@biz =>...
I confirm that `ransack_scopes` also doesn't seem to be working with my `jsonapi.rb` endpoint.
Also just ran into this
created 0.1.11 where i have removed all version ties. I don't actively use ExactTarget anymore. So speak up if you wish to inherit.
@james-prodigy I'm not apart of salesforce-marketingcloud org.
i confirm this. is it necessary to use savon 2.3.0? Admittedly we don't want to incur technical debt, but curious if there was a use case for savon 2.3.0 or...