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 searching the API for dates/times, ActiveSupport can clobber the > and < operators, causing an error.
We should make sure this is covered either via a warning message or by looking for ActiveSupport and making sure it's not escaping during our requests.
The text was updated successfully, but these errors were encountered:
When searching the API for dates/times, ActiveSupport can clobber the
>
and<
operators, causing an error.We should make sure this is covered either via a warning message or by looking for ActiveSupport and making sure it's not escaping during our requests.
The text was updated successfully, but these errors were encountered: