parse-stack icon indicating copy to clipboard operation
parse-stack copied to clipboard

Parse Server Ruby Client SDK

Results 9 parse-stack issues
Sort by recently updated
recently updated
newest added

The problem appears when you have a numeric column with float data. When you get the model, the attribute is formatted as integer instead of float.

* Supports separation of positional and keyword arguments for Ruby 3.0 * Replaces use of &Proc.new

I have to use Ruby 2.6.3 (the one bundled with MacOS) instead of Ruby 3.0.0 (the one installable by Homebrew) because the latter causes this error: /usr/local/lib/ruby/gems/3.0.0/gems/parse-stack-1.9.1/lib/parse/model/associations/has_many.rb:352:in `has_many_queried': wrong number...

I am able to pass user session to requests like: query, save. But is it able to use session with other functions? like: find, fetch etc.

I have a rails web app where I configure Parse without a master key and then rely on ACLs to manage access to objects. Standard users can register themselves but...

Parse Server supports LiveQuery notifications through a standard Websocket interface. It would be useful to allow setting up handlers, similar to Cloud Code Webhooks, to receive notifications of LiveQuery changes....

enhancement

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.8 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Minor changes to bring compatibility with ruby 3 and faraday 2. Remove parse native collections models override templates that don't work.

I have setup a simple demonstration app to show this issue: https://github.com/hunterae/rails6-1_parse-stack-issue Essentially, when using Rails 6.1.6 (also confirmed with 6.1.7), and parse-stack 1.9.1 (also confirmed with 1.8.0), and mysql2...