-
### What we should change and why (this is tech debt)
AMS is not mantained anylonger we need to move to something else. Discussion here:
https://community.openfoodnetwork.org/t/alternatives-to-ams/1…
-
Actually maintained and will fix a lot of issues: https://github.com/Netflix/fast_jsonapi.
ezekg updated
2 years ago
-
Netflix recently released a blazing fast [JSON:API](http://jsonapi.org) serializer which seems to be a very suitable choice for `jsonapi-utils`.
Although it will require a deep change in the JU's …
-
This gem seems to be similar, but with more active development (though active development could also be because it has more bugs, and more bug fixes, hehe 😄).
https://github.com/Netflix/fast_jsonap…
-
Hi,
It is better to use [fast json api](https://github.com/fast-jsonapi/fast_jsonapi) instead of AMS.
Thanks.
-
## Expected Behavior
tracking this method
## Actual Behavior
does not track this method
## Steps to Reproduce the Problem
***I used to use fast_jsonapi.***
*serialization.rb*
```ruby
req…
-
new repository
https://github.com/fast-jsonapi/fast_jsonapi
Renamed to: https://github.com/jsonapi-serializer/jsonapi-serializer
via this comment:
https://github.com/Netflix/fast_jsonapi/issues/…
-
When we preload an association, methods like `.empty?` or `.size` still produce a query
It cause an N+1 queries issues when we use this gem together with `fast_jsonapi` gem.
See this: https://gith…
-
## Expected Behavior
I expected relationships serialized with `set_id` defined, to use the return value of `set_id` in the serialized data.
#### Serializers
```rb
class Serializers::Base
in…
-
When `include` is used to include related documents (compound document) and you also have sparse fieldsets (you filter returned attributes with the `fields` parameter), the `relationships` attribute o…