-
I'm running into an issue where including one resource (`user`) ends up using another Arel table (`account`), and thus the include blows up with `Internal Server Error: key not found: 11`. 11 is the A…
-
#### Expected behavior vs actual behavior
`ActiveModelSerializers::Adapter::JsonApi::Deserialization` has its own logic for deserialization. As we already depend on [https://github.com/beauby/jsonapi…
-
Currently we have a lot issues with the jsonapi resources. I would like to discus if it would be better to migrate to another serializers.
Currently we have the following issues
- No namespace sup…
-
When caching is enabled on a serializer that has an attribute defined for a Carrierwave Uploader, a `TypeError: no _dump_data is defined for class Proc` is thrown.
```ruby
# app.serializers/user_s…
-
Hi, is this gem dead, or is still maintained and used?
-
Say I have a record `post` that `has_one` `author`... Including `author` in the attributes hash instead of the relationships hash causes jsonapi-resources to 500 with the following:
``` bash
Internal…
-
## This issue is a (choose one):
- [x] Feature request.
## Checklist before submitting:
- [x] I've searched for an existing issue.
- [x] The feature I'm asking for is compliant with the [JSO…
-
## Expected Behavior
Should be able to handle Arrays.
## Actual Behavior
Does not handle arrays.
## Steps to Reproduce the Problem
1. Create a JSON Serialized object that has the 'data' a…
-
## Expected Behavior
filtering by scopes should work with jsonapi.rb and ransack, see: https://github.com/activerecord-hackery/ransack#using-scopesclass-methods
## Actual Behavior
it seems no…
-
How to reproduce
1. Clone the repo
2. `bundle`
3. `rake`
```
.I, [2021-11-02T09:37:11.575437 #82869] INFO -- : Completed JSON API rendering (0.64ms)
.I, [2021-11-02T09:37:11.585741 #82869] …