Adam Hutchison
Adam Hutchison
Just starting a new gig, and seeing these deprecation warnings. What's the status on this MR? I'd love to help if I can.
This is currently written to be compatible with the [ruby-protobuf/protobuf](https://github.com/ruby-protobuf/protobuf) gem, which does not yet support the v3 Protocol Buffers syntax. Happy to review a PR if you'd like to...
I feel your pain, @gthank...
Making the RPC adapter pluggable has been the intention (in fact, it's the reason the RPC adapter class exists), but since we only have a need for the Protobuf adapter...
Released in [v7.0.0](https://github.com/liveh2o/active_remote/releases/tag/v7.0.0).
I've forked this repo [here](http://github.com/liveh2o/observational) and committed my fix to it.
This is a good idea, but it would be great if we matched Rails' [implementation](https://github.com/rails/rails/pull/33756/files), which [prints](https://www.bigbinary.com/blog/rails-6-adds-activerecord-base-filter_attributes) `[FILTERED]`, and works with [filtered parameters](https://github.com/rails/rails/pull/33756/files#diff-184a4c3f4a4726fe0cafd0f3504ca57f53a3d87e5315c5e34b58b830e9b5ef21R241) as well.
> I asked about this in [a Stack Overflow question](https://stackoverflow.com/q/79129198/572) and got [an answer](https://stackoverflow.com/a/79129761/572) from [mitch_](https://stackoverflow.com/users/6623224/mitch). The solution was, as described, to add `SimpleCov.external_at_exit = true` before the `SimpleCov.start` in...