guingois

Results 2 comments of guingois

Looks like the issue comes from the following PR: https://github.com/rails/rails/pull/30945 More precisely: - https://github.com/rails/rails/commit/c792354adcbf8c966f274915c605c6713b840548#diff-174733f2db65ef1bc53e3222d6ac0e61R288 - https://github.com/rails/rails/commit/c792354adcbf8c966f274915c605c6713b840548#diff-1ecd313ff0ab827af30014553cf8918dL460 Those changes look incompatible with calling a condition with an argument: https://github.com/jdliss/shoulda-callback-matchers/blob/b8a3680bc1d19ac713e43054a2b33238ce845698/lib/shoulda/callback/matchers/active_model.rb#L208 From my...

What about not providing the binary at all, and only provide the Ruby wrapper that integrates it with a Ruby app ? This is fairly common pattern for gems that...