zzak

Results 65 issues of zzak

* "Designed capacity of the generating array" becomes: * "Desired capacity of the array" * "this could be effective than" becomes: * "this could be more efficient than" * I'm...

Documentation

The reason for `bundle install` was because the initial PR we used the `ruby:latest` docker image, which doesn't have any dependencies pre-installed. As such, we needed `BUNDLE_WITHOUT` to prevent installing...

This is just a proof-of-concept to share what I was thinking for how we could add it.

Fixes #50565 One thing I'd like to figure out in this PR is rack/rack#2137, so still investigating. This is more just an FYI, if folks would like to help.

actionpack

This is to support rails/rails#51990. Inside the `actioncable test:integration` job, we capture the output and look for `The environment you requested was unavailable` which happens far too often: https://buildkite.com/rails/rails/builds/111313#0191e945-faef-4d92-8f8a-74dbd1d397db If...

Now we can write this very simple pipeline for debugging builds locally. ```ruby Buildkite::Builder.pipeline do require "buildkite_config" use Buildkite::Config::BuildContext use Buildkite::Config::DockerBuild use Buildkite::Config::RakeCommand use Buildkite::Config::RubyGroup plugin :docker_compose, "docker-compose#v4.16.0" plugin :artifacts,...

Fixes #1905 Rails wants to slim down the number of adapters it ships with. This approach is not dissimilar from que-rb/que#403, but we have included all of the tests from...

/cc @yahonda

This extracts #141 save for switching the queue to use Buildkite hosted agents.