grape-active_model_serializers
grape-active_model_serializers copied to clipboard
User active_model_serializers with Grape
Is it possible to have Grape and Grape::AMS auto-generate swagger documentation the same way that [Grape-Swagger-Representable](https://github.com/ruby-grape/grape-swagger-representable) or [Grape-Swagger-Entity](https://github.com/ruby-grape/grape-swagger-entity) do?
This Issue is to mark the presence of a CI failure like https://travis-ci.com/olleolleolle/grape-active_model_serializers/jobs/173305202 ``` #render with meta key includes meta key and content (FAILED - 1) with a custom meta_key...
- Also: Removes an old setting from Travis. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
I'm trying to fetch a resource (it appears in relationship) but it does not appear as included. How can I do that ?
I've tried getting it to serialize ActiveModel errors, but to no avail. Here's what I've got going on.. I've tried both of these for good measure. ``` # /api/v1/defaults.rb error_formatter...
Maybe I am missing the point... but I don't understand how, why or when the `root` option works – I am putting it in all sorts of places, on `get/post`,...
It appears as though `default_serializer_options`, as well as `exclude` and `only` no longer work. This may be related to the changes made in AMS 0.10
@dblock Got this failure and it seems like the API token we bundle in the repo for danger is no longer valid. See #100 ``` Run # the token is...