Davo

Results 5 comments of Davo

Whoa, nice forensic work :smile: I tested the changes on your branch. I now successfully get a reference instead of the response body, and I am able to query for...

@jfacorro Thanks for the update! On my end I'll try to understand how `gun` inners work.

I agree with the fact that multiple headers (except `Set-Cookie` headers) could be sent as a comma separated list under the same header entry. However, for the sake of [convention/compatibility...

A quick and dirty solution to handle exceptions when calling `update_index` Add this monkeypatch `initializers/tire_monkeypatch.rb` ``` ruby module Tire::Model::Search::InstanceMethods def update_index instance.run_callbacks :update_elasticsearch_index do if instance.destroyed? index.remove instance else response...