ruby-grape / grape-active_model_serializers

User active_model_serializers with Grape
MIT License
139 stars 68 forks source link

Implement support for collection serializers. #61

Closed drn closed 8 years ago

drn commented 8 years ago

The implements support for namespace and version serializer resolution in collection serializers.

@dblock if you have any knowledge of how asm handles the each_serializer option, that would be great info, but using the serializer option is the only way I've gotten it to work. I tried passing the each_serializer options around as both an adapter and a serializer option, but have run into issues with both.

dblock commented 8 years ago

Needs CHANGELOG too I believe.

I am afraid I don't know more about your question ;(

drn commented 8 years ago

@dblock - Thanks for the comments! I've addressed them, updated the changelog with whatever pulls were missing, and updated the pull.

dblock commented 8 years ago

More questions, but this is very close to merging.

drn commented 8 years ago

@dblock - Updated addressing your comments! Thanks again

dblock commented 8 years ago

Merged, thanks for hanging in here!

drn commented 8 years ago

Cool, no prob. Thanks for the merge!