Results 7 issues of Benjamin Roth

I needed to have a custom adapter (for easy retry purposes basically). I think it could help other people. 1. Fork the repo and create your branch from `master`. ✅...

CLA Signed

Hi, I just tried to change rails 3 beta4 to rails 3 rc in the gemfile. After clicking on any of the oauth links, i get: undefined method `returning' for...

Hi and thanks for your gem! I'm running across an issue using parent/children and multiple shards. The error I get is: ``` {"error"=>"RoutingMissingException[routing is required for [users]/[timeline_post]/[1]]", "status"=>500} ``` The...

I'm just unable to remove child object from index. I feel like the `remove` method doesnt handle this case

Using `3.2.0`, it seems there is a regression within the data I retrieve on errors. It was possible to get the index of the errored operations before yet this field...

bug
difficulty: medium

Using v6 of the api and the search service, using the same `search_query` and `customer_id` in both scenari. ``` response = search_service.search(customer_id: customer_id, query: search_query) response.count => 1 response.first =>...

docs improvement

Hi, I'm running a SPA and I cant use this js as is. Having the js run on onload is great for people unable to trigger a js function wherever...