-
Currently jsonapi-query-builder only support pagy https://github.com/infinum/jsonapi-query_builder/blob/master/lib/jsonapi/query_builder/mixins/paginate.rb
It also takes care of building meta and lik…
-
I was writing a benchmark to compare AMS, jsonapi-rb and jsonapi-serializers, and came across the following bug:
When a primary resource can be reached as an included related resource, it will appe…
-
Hi, I am trying to switch from AMS to jsonapi-rails gem, but after creating serializers, I still get an `uninitialized constant GroupsController::SerializableGroup` error message from the gem
```
de…
-
I have a model in a module:
```
module MyProject
class MyModel
# associations, etc
end
end
```
And a resource with the same structure:
```
module MyProject
class M…
-
I'm using `JSONAPI::Serializable::Resource::KeyFormat` for camel-cased keys. However this breaks inclusion of relationships when the relationship's name is subject to key transformation:
```ruby
#…
-
@tiagopog Is there a way to use `jsonapi-authorization`, which plugs into JR as a custom operation processor? Based on the JR controller logic here (https://github.com/cerebris/jsonapi-resources/blob/…
-
I've noticed that array data in a request body isn't supported and it's actually a part of the JSON:API specification.
https://jsonapi.org/format/#crud-updating-to-many-relationships
Example bod…
-
Using Rails.cache as a `resource_cache` appears to make the caching fail when config.cache_store is redis_store.
I think the reason is due to the way Redis Cache serialise key as string when they a…
-
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…
-
Visibility of the method `Ransack::Visitor#visit_Ransack_Nodes_Sort` is changed in [`lib/jsonapi/patches.rb`](https://github.com/stas/jsonapi.rb/blob/master/lib/jsonapi/patches.rb#L41) from public to …