Lucas Hosseini

Results 151 comments of Lucas Hosseini

> c: It allows more than one view of the same type of object in the same serialized response. One issue is that it actually allows more than one view...

The rationale behind this choice (one serializer per type) is twofold: 1. perfs: each object is serialized only once (the resources graph is first traversed, and then all resources are...

The idea here is that the serialization layer is not responsible for the way you fetch your data. Note that if you are using `ActiveRecord`, you can simply do `render...

Late reply but: AFAIK `fast_jsonapi` is much more limited than this library, and does not aim at supporting the whole spec.

I agree that the error message is not very helpful. However, checking for `blank?` is not enough, as it would still allow non-existing classes. Probably something along the lines of...

Thanks for your feedback – I do not have time to add new features at the moment but I'll keep this issue open in case someone else wants to tackle...

Thanks for bringing this up @dush.

What do you mean by "blow away"? I would expect this to include the base author (`id=123`) in the primary data, and all their books, as well as all their...

Are you providing a sparse fieldset as well? Otherwise that would be a bug.