Daniel Azuma
Daniel Azuma
I covered this briefly in my [RailsConf 2012 talk](http://daniel-azuma.com/articles/talks/railsconf-2012) on the subject. My recommendation (assuming you have records in a PostGIS database, suitably indexed) is to create a `st_buffer` polygon...
Low priority for now.
I share the desire to split the builds into `-linux-gnu` and `-linux-musl` as soon as possible. However, we cannot until April 2025 because our [support policy](https://cloud.google.com/ruby/getting-started/supported-ruby-versions) doesn't drop Ruby 3.0...
@ntkme It sounds like the above would force ALL users of Ruby 3.0 on Linux to install the gem from source. That's a regression we're trying to avoid. (The news...
Yeah we haven't been pushing out gem releases since the internal generation process no longer uses them. We also don't have up to date instructions for performing codegen using the...
The release process is now publishing gems again.
From a cursory glance at the failures, I suspect just regenerating the `_pb.rb` files under https://github.com/grpc/grpc/tree/master/src/ruby/end2end/lib (and any others we might have in the test suite) with a recent version...
Looks like the proto class regen is complete. Try rebasing this on head and see how the tests look now?
> #36982 has done the upgrade alongside the proto regeneration FYI, that's also been backported to 1.65.x Oh, thanks @apolcyn, I didn't notice that. Then I guess this PR is...
Unfortunately `silence_warnings` is a Rails-ism and not available in plain Ruby.