Lucas Hosseini
Lucas Hosseini
Closing skdb-specific issues as skdb in its current form is being deprecated.
Closing skdb-specific issues as skdb in its current form is being deprecated.
Closing skdb-specific issues as skdb in its current form is being deprecated.
@vasilakisfil Currently you can use the `fields` option with Json/Attributes adapters, but you can only filter the primary resources (`render json: @posts, fields: 'id, title, body'`).
I am not sure extending the Json adapter to fit the broader JSON API style `fields` option (where you specify the attributes for each type) is a good thing. The...
Oh yeah, AMS is deisgned in such a way that you can create your own adapter and/or extend an existing one. I agree the migration from 0.8/0.9 should be made...
First we have to make sure it is actually possible to build such legacy adapters.
@phcoliveira Could you open a separate issue with the definition of your serializers and your render calls and a description of the unexpected behavior?
@bdmac Did you specify the `include: '**'` option on your `render` call?