Bob Gardner

Results 3 issues of Bob Gardner

This is a feature request, not a bug. I'd like to be able to name workspaces. I have a handful of services I run locally on different ports, so I...

Ruby version: 3.1.4p223 Rails version: 7.1.3.4 Sidekiq / Pro / Enterprise version(s): 7.2.2 In our initializer we have `Sidekiq.strict_args!(:raise)`. I wrote a job that takes as an argument a map...

## What? Why? Organizing rpc controllers in a complex project, using Rails Engines or other organization tools, is currently only possible with hacks that `require` each controller, like `Dir.glob("#{path_to_engine_rpc_controllers}/**/*.rb").each {...