You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option like use_postgres_serializer: false to disable postgres_ext-serializers on a case by case basis, eg. through default_serializer_options in the controller, or an option passed to render :json.
This would make it easier to work with projects where not all serializers are compatible with postgres_ext-serializers and ease migration towards full database serialization.
The text was updated successfully, but these errors were encountered:
There should be an option like
use_postgres_serializer: false
to disable postgres_ext-serializers on a case by case basis, eg. throughdefault_serializer_options
in the controller, or an option passed torender :json
.This would make it easier to work with projects where not all serializers are compatible with postgres_ext-serializers and ease migration towards full database serialization.
The text was updated successfully, but these errors were encountered: