-
When a payload is deserialized, a set of json pointers for the deserialized fields is generated, which can then be used when serializing errors.
## Example
```ruby
# Incoming payload
{
data…
-
is this intentional?
![2017-06-23-082158_458x110_scrot](https://user-images.githubusercontent.com/199018/27481881-0b50fee0-57ed-11e7-95a5-f81d93a60bae.png)
above is the workaround.
without I get …
-
Offer a controller-level interface for automatically adding pagination links.
## Possible interface
An `ActionController` instance method `jsonapi_pagination(resources)` that gets automatically …
-
#### Expected behavior vs actual behavior
For JSONAPI, after this pr is merged: #1857, `type` parameter returns the relation type, instead of resource type.
#### Steps to reproduce
serializer…
-
I'm using that it's working well
- gem 'google-cloud'
- gem 'google-cloud-error_reporting'
- gem 'google-cloud-vision'
but trying to update to ruby 2.5.0
```
rvm install ruby-2.5.0
rvm --de…
-
ActionView::Template::Error: undefined method `paginate` I can access to `MY_SITE/admin`
But when I click to see an entity list, I get a 500 Internal error with the flowing stack trace :
```
N…
-
Hi,
Is it possible to use non active record models (i.e. PORO) as a model backing the resource with `has_many` / `has_one` relationships?
Basically I have a virtual model on the FE which does not exi…
lcmen updated
7 years ago
-
Is this possible to do. So lets say, coming into the app I want the attributes names to go from camel to snake and then on serialize to go back to camel. Is this doable?
-
* Rails 5.1.1
* jsonapi-resources 0.9.0
I've noticed that JSON responses include a `self` link under `relationships` by default when using `jsonapi_related_resources`, yet the included URLs will e…
-
I has this error, maybe its because of [this](https://github.com/jsonapi-suite/jsonapi_suite/blob/master/jsonapi_suite.gemspec#L26), not sure, better make `add_development_dependency`, though I fixed …