-
I believe that this has been mention before, but I can't seem to find any issues about it.
Afaik the current way that is listed in jsonapi is to have an [array of identifiers](https://github.com/json…
-
I think we should use active model serializers.
Thoughts?
-
It seems that the spec is setup to support POSTing multiple documents in one request : https://github.com/json-api/json-api/pull/66.
```
POST /photos
Content-Type: application/json
Accept: applicatio…
-
This will represent the result of `page` and `resource` and will allow us to refactor this ugly code:
https://github.com/RestPack/restpack_serializer/blob/master/lib/restpack_serializer/serializable/…
-
`@context`
`:custom_attributes`
https://github.com/RestPack/restpack_serializer/pull/56
-
DEPRECATION WARNING: Using #scope without passing a callable object is deprecated. For example `scope :red, where(color: 'red')` should be changed to `scope :red, -> { where(color: 'red') }`. There ar…
-
The spec has changed:
https://github.com/json-api/json-api/commit/5a7b7a2e0e3d14852afc0f5597ef41061db060a8
-
The reading document mentions that it's possible to pack all of the relation's exploded data into a single file, but doesn't discuss whether it's possible for the client to request includes along with…
-
``` ruby
RestPack::Service::Loader.load 'core', Dir.pwd
```
would be better as:
``` ruby
RestPack::Service::Loader.load 'core'
```
we can get the caller path from http://www.ruby-doc.org/core-2.0.0…
-
Adding support for identify filters will be a nice improvement. We should aim to support filter operations other than identify in the future, and the API for this should be forward looking.
**Specify…