-
Within our company we are using the route_translator gem for a long time already but we noticed that within our setup we generate over 11k routes and most of them are not unique. This has a profound i…
-
The change from potentially converting the last hash in the argument list to keyword arguments to not doing that at all breaks some pieces of orocos.rb. This becomes visible when trying to pass keywor…
-
I followed the instructions on the README and got my app working fine. However, I wanted to limit the max simultaneous requests that can be processed and cannot figure out how to make it work. I have …
-
The following error occurred when using gcp-kms with Ruby3.1.
(cloudkms_v1/service.rb:867:in `decrypt_crypto_key': wrong number of arguments (given 3, expected 1..2) (ArgumentError))
google-apis-c…
-
When we switch to ruby 3.0.5 rspec 3.11.0 just hangs before any example that is run using nested_transactions (it set's up the fibre, the fibre yields in run_examples, I can see the process leaving th…
-
@MikaelSmith Seems to be broken now:
```
Executing: cd "/opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_ruby_rb-torrent_client/rb33-torrent_client/work/torrent_client-0.2.1" && /opt/local/bi…
-
While the install works perfectly fine on Apple Silicon, I have the following error when trying to run the gem:
(base) ~/ /usr/local/bin/istats
Traceback (most recent call last):
7: from /usr/…
-
Gemfile:
```
source 'https://rubygems.org'
gem 'jekyll'
gem "html-proofer"
group :jekyll_plugins do
gem 'RbST'
gem 'jekyll-paginate'
gem 'jekyll-environment-variables…
-
**Describe the bug**
Hello, I've reported this to rackup repository but it appears to be a problem with Puma.
```
1.1) Failure/Error: register :puma, Puma
NoMethodEr…
-
Moneta's convention of using a hash as the last argument for most methods in order to pass in options [has been deprecated in Ruby 2.7](https://rubyreferences.github.io/rubychanges/2.7.html#keyword-ar…