jsonapi
jsonapi copied to clipboard
[DEPRECATED] Ruby gem for parsing/rendering JSON API documents.
Using active_model_serializers version 0.10.2 and rails 4.2.7.1 I'm currently trying to get this down to an easy test that you can reproduce but thought I'd go ahead and report it...
I have no idea what performance is on this gem, but @beauby, have you looked in to performance of `jsonapi`? do you think doing native-extensions would be worth it?
I have to use embedded records for my project. I'm currently using a fork/branch of AMS, and this monkey patch: https://github.com/spieker/active_model_serializers-jsonapi_embedded_records_deserializer/blob/master/lib/active_model_serializers/jsonapi_embedded_records_deserializer.rb But I'd like to use this gem, cause it...