adelevie / parse-ruby-client

A simple Ruby client for the parse.com REST API
MIT License
415 stars 137 forks source link

Use $in syntax for channels when they are in query. #213

Closed nashby closed 7 years ago

nashby commented 7 years ago

fixes issue described in https://github.com/adelevie/parse-ruby-client/issues/190

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.07% when pulling 2f509309c73ab630f83f282c8f44743de1d1957d on nashby:fix/channels into 2beb2f41b69a8418178096b1054794adf32adb26 on adelevie:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.07% when pulling 2f509309c73ab630f83f282c8f44743de1d1957d on nashby:fix/channels into 2beb2f41b69a8418178096b1054794adf32adb26 on adelevie:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.07% when pulling 42284a5bf0ea49bc4d8c692a5fee80fb604cb8d4 on nashby:fix/channels into 2beb2f41b69a8418178096b1054794adf32adb26 on adelevie:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.07% when pulling 42284a5bf0ea49bc4d8c692a5fee80fb604cb8d4 on nashby:fix/channels into 2beb2f41b69a8418178096b1054794adf32adb26 on adelevie:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.07% when pulling 42284a5bf0ea49bc4d8c692a5fee80fb604cb8d4 on nashby:fix/channels into 2beb2f41b69a8418178096b1054794adf32adb26 on adelevie:master.

rhymes commented 7 years ago

@nashby thanks for the fix, just one thing: did you test it with https://github.com/ParsePlatform/parse-server or just api.parse.com ?

Thanks

nashby commented 7 years ago

@rhymes I tested it with parse-server. I can test it with api.parse.com as well.

nashby commented 7 years ago

@rhymes I tested for both now. The fix works.

rhymes commented 7 years ago

@nashby thanks!