-
Currently have strong params in place and when a request comes through without a compliant structure I end up raising `ActionController::ParameterMissing` because my strong params doesn't have anythin…
-
Hi,
we use a version parameter inside of the `Accept` header to be able to switch Api versions. The different versions are grouped in modules. And to remove these modules as namespaces from the gener…
-
## Expected behavior
It plays well with any json serializer library. Mine is https://github.com/jsonapi-serializer/jsonapi-serializer
## Actual behavior
It does not play well with jsonapi-ser…
-
## 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…
-
Good time of day, this error jumps out after running 'bundle exec rails generate jsonapi: swagger User'. Rails version 6.1.3, Ruby 3.0.0
![Снимок экрана от 2021-03-18 10-20-34](https://user-images.gi…
-
We need to update the API response to align to the jsonapi.org specification. See: jsonapi.org/format/
Example:
```
{
"type": "collectionobject",
"id": "1",
"attributes": {
"title": "Rails…
-
I work on an app where one of our API clients would like to customize an error message shown to the user. The server is using jsonapi-rails (version 0.3.1), with the default error serializer, `Seriali…
-
Example:
```ruby
class CompaniesRepresenter < Roar::Decorator
include Roar::JSON::JSONAPI.resource :companies
has_one :owner, class: User, decorator: UsersRepresenter
end
class UsersRepr…
-
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…
-
Graphiti's error classes have a lot of `message` methods with helpful errors details. But as far as I can tell, graphiti-rails has the rendering of these disabled because it doesn't pass `detail: :exc…