-
Any help would be fantastic.
#### Expected behavior vs actual behavior
Expected:
`render json: @contacts, each_serializer: ContactsSerializer` should work normally
Actual:
Get error message:
`superc…
-
The JSON API docs currently state (I'm not sure if they said this before JSON API 1.0):
```
A document MUST contain at least one of the following top-level members:
data: containing the document's "…
-
When I'm including `JSONAPI::Utils` in my base controller I get an error:
```
undefined local variable or method `context' for #
```
It seems like the variable `context` on [line 13 in setup_reques…
-
Hello, it looks like custom paginators aren't supported as `JSONAPI::Utils::Support::Pagination` looks explicitly for Page and Offset paginators. I'm using version 0.4.6.
Here are the links to the c…
-
coco is running over rubocop when called using rake.
For example:
``` bash
COCO=1 rake rubocop
Inspecting 139 files
.................................................................................…
-
You can see this problem when viewing the Ember.Component class (https://ember-api-docs.herokuapp.com/ember/2.6.0/classes/Ember.Component)
Currently mixins and parents aren’t currently being handled …
-
When you are in the map view and enter street addresses, the address search API will fail to return a result. However it will respond to a town name. It sends a request to the API but it does not rece…
-
This assertion here: https://github.com/beauby/jsonapi/blob/master/parser/lib/jsonapi/parser/document.rb#L126
That assertion currently fails when the resource identifier has both `id` and `type`.
Bas…
-
The default configuration of the jsonapi_resources gem is to have dasherized keys:
``` ruby
config.json_key_format = :dasherized_key
```
However, when using another type of keys, for example cameli…
-
Hi there.
I ran into an issue where resources routes are throwing 500's for some mounted engines, and eventually found my way back to https://github.com/cerebris/jsonapi-resources/commit/ed0588783ef1…