-
I've been looking through the code and there doesn't appear to be a way to serialize a `relationship` without also serializing an `include`. Let me explain:
We have two systems. In one we have, let…
-
Hi,
I have been searching around for a solution to the issue of having to explicitly specify nested associations in the controllers in order to serialize them. It seems nested associations are skippe…
-
Whereas
- Having `SerializableResource.serialize` return an instance of `SerializableResource` is not intuitive.
- It makes more sense for `SerializableResource.new` to return a `serializable_resource…
-
I'm trying to use the base Serializer class and am attempting to implement a custom `normalizeResponse` function.
However, I'm about confused about [this part of the docs](https://github.com/emberjs/…
-
I would expect `embed: :ids` to only get the ids of the objects, however it seems that it constructs Serializers for each of these objects and requires them to be fully loaded. Moreover, it seems to e…
-
#### Expected behavior vs actual behavior
As requested by BF4, I am copying over the [StackOverflow question](https://stackoverflow.com/questions/36121282/how-to-remove-parameters-from-ams-0-10-0-rc4…
-
With the first beta of Rails 5 out; I am wondering what are the steps to take in order to use this gem with a new Rails 5 app in api mode.
When trying to generate a resource, I am facing the followin…
-
Rails briefly included `application/vnd.api+json` as a default :json mime type, but that mime type has [now been removed](https://github.com/rails/rails/pull/23712/files).
@bf4 requested:
> would yo…
-
I am trying to 'include' ( side load ) records that are not directly ( though indirectly ) related to the primary resource object being serialized.
Is there a way to do that?
I tried to using the i…
-
Does the library support coalesce find requests? So lets say I need to find 3 `items` with ids: 1,2,3.
Instead of performing 3 api calls. It does it in one, passing the id as a param. So the request …