Lucas Hosseini
Lucas Hosseini
Instead of having `render jsonapi: foo` and `render jsonapi_errors: errors`, simply have `render jsonapi: foo` and `render jsonapi: errors, status: 400`.
Just a reminder that we have to write a clear note on how to upgrade from 0.8/0.9, with new features, changed behaviors, and removed features. ref: #1005, #1683
Hi guys, There are a few things I'd like to do before releasing 1.0, and I would love your help to make sure everything is working: - make sure the...
**Is your feature request related to a problem? Please describe.** When going back and forth through history in the decompiler widget, the functions are decompiled again and again, causing some...
The `include` option with Json adapter works the same as with the JsonApi adapter, but it's not written anywhere in the docs.
Just a heads up that RABL has been removed from the implementations page of jsonapi.org, as the instructions to generate jsonapi-compliant documents are outdated (c.f. https://github.com/json-api/json-api/pull/1203). Feel free to add...
Other bug: when serializing a `Post`, and including `comments, comments.post, comments.post.author`, the `author` relationship of the primary post does not get populated, though `comments.post` refers to the primary post. More...
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...