Moving from ActiveModel::Serializers to FastJsonAPI
I have used ActiveModel::Serializers for serializing data for JSON APIs for over a year now. I wasn't happy with it. Over the week I migrated our code to fast_jsonapi. It was a pretty smooth ride overall, with a few caveats.