7 Matching Annotations
- Dec 2022
-
github.com github.com
-
Note: it is not possible to apply a boolean scope with just the query param being present, e.g. ?active, that's not considered a "true" value (the param value will be nil), and thus the scope will be called with false as argument. In order for the scope to receive a true argument the param value must be set to one of the "true" values above, e.g. ?active=true or ?active=1.
Is this behavior/limitation part of the web standard or a Rails-specific thing?
-
- Oct 2020
- May 2020
-
docs.gitlab.com docs.gitlab.com
-
Encoding API parameters of array and hash types
Tags
Annotators
URL
-
-
-
bug_status=NEW&bug_status=ASSIGNED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED
Passing multiple values for the same param key
-
- Sep 2019
-
github.com github.com
-
May not need since we have https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams
Tags
Annotators
URL
-
-
developer.mozilla.org developer.mozilla.org
-
davidwalsh.name davidwalsh.name
-
URLSearchParams
-