-
I'd love to use this library in conjunction with the latest version of JSONAPI::Resources. There are a number of breaking changes from what I can see, particularly with the removal of `JSONAPI::Operat…
-
@tiagopog can update the dependency? jsonapi-resources ~> 0.9.12
solves the error in Rails 6.1
```
uninitialized constant ActionController::ForceSSL
```
https://github.com/cerebris/jsonapi-r…
-
long time task
advantages:
* custom create/update actions for better performance
* easy validations of nested objects/resources
* strange second save magic can be removed and associated tasks as sync…
-
hello `jsonapi-resources` contributors,
First, I want to say that I think the `jsonapi-resources` project is great, and I truly appreciate all the work that has gone into it so far. I’m reaching ou…
-
It looks like the `immutable` method is only applied to resources when using the `jsonapi_resources` method for routing. The immutable method has no effect on resources created with the `jsonapi_resou…
-
## This issue is a (choose one):
- [x] Problem/bug report.
- [ ] Feature request.
- [ ] Request for support. **Note: Please try to avoid submitting issues for support requests. Use [Gitter](https…
-
Both [here](https://github.com/cerebris/jsonapi-resources/blob/master/lib/jsonapi/acts_as_resource_controller.rb#L262) and [here](https://github.com/cerebris/jsonapi-resources/blob/master/lib/jsonapi/…
senny updated
8 years ago
-
When using `jsonapi:` renderer I found out it was effectively adding an extra call to the resources, impacting performance:
Compare results when using Rails' default `json:` rednerer and `jso…
-
When I run deserialize on `{ data: null }` i get the following error: `cannot read attributes of null` but it is an valid json-api response. Is this expected behavior?
-
Thank you for PunditResources, we are using it heavily and it mostly works great!
When using PunditResources, one of the dangers is that the resource scope, does not match the policy scope. JSONAP…