Dimitar Terziev
Results
2
comments of
Dimitar Terziev
Also hit this bug with ActiveModelSerializers Version: 0.10.7 - `ActiveSupport::Configurable` leaks into serializer instances. It's present when serializing POROs as well. @bf4, here is a failing test case: https://github.com/agalloch/active_model_serializers/commit/a050aedce5274d42ffe01d57ac8a6a008b3a4959 ```...
Thank you for the response, @bf4! 🙂 The linked PR seems to deal with `options[:fields]` which is nice (haven't tried it yet); any idea when will it be released? What...