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
When we build query parameters / post data for HTTP requests, if filters are given, they are serialized via a #to_s method on Filter. Filters accept a type argument so they know how to serialize themselves, but it seems like this isn't necessary -- it should be able to look at what :value is and its class to know how to serialize it.
The text was updated successfully, but these errors were encountered:
When we build query parameters / post data for HTTP requests, if filters are given, they are serialized via a #to_s method on Filter. Filters accept a type argument so they know how to serialize themselves, but it seems like this isn't necessary -- it should be able to look at what :value is and its class to know how to serialize it.
The text was updated successfully, but these errors were encountered: