Bogdan Guban
Bogdan Guban
@wikimo I guess you have too small `retry_count` value and too big `retry_delay`. if you have 2000 requests in parallel then most likely 99% of attempts to take the lock...
+1 I use bootstrap_form for my forms and it conflicts with Bh::FormBuilder. This pull request wil fix my issue.
@rafaelfranca, @tenderlove could you give your feedback regarding this feature?
@gaorlov I guess @krainboltgreene has the same problem as me. My resource on a server has a `type` attribute. Here is a response from my server. Pay attention that on...
Looks like it's not so easy. `type` is added into `read_only_attributes` and doesn't appear in `changed`. @gaorlov what do you think about separating resource type and type from attributes? I'm...
JSON API specification doesn't restrict of using `id, name, links, meta, relationships` attributes. So would be nice to have the ability to separate them. Otherwise `json_api_client` becomes useless in the...
Looks like I was wrong about the specification https://jsonapi.org/format/#document-resource-object-fields > Fields A resource object’s [attributes](https://jsonapi.org/format/#document-resource-object-attributes) and its [relationships](https://jsonapi.org/format/#document-resource-object-relationships) are collectively called its “[fields](https://jsonapi.org/format/#document-resource-object-fields)”. Fields for a [resource object](https://jsonapi.org/format/#document-resource-objects) MUST share...
@maham-nazir-confiz, any news about this PR? I started updating my app to Rails 6 and found that rails uses `actiontext` gem which uses `nokogiri`. And it's required version is >=...