Plentiful Panda

23 Followers
100 Following
233 Posts
Senior Ruby on Rails developer.
Mostly backend 
Architecting beautiful houses made out of cards
@Schneems @pat the current board continues to platform DHH, it was not a one and done incident of the past but a continued series of decisions

@rubyconf book your tickets now to get to experience the newest racist tirade from #dhh ! Can’t wait to hear what his newest alt-right talking point is!

Also, please ignore all of the other stuff we’ve done this year with #rubygems (oooops 🙃)

je m'alloc (i manage my own memory, for those who don't speak french)

Been thinking about the announcement of RubyConf 2026 in Las Vegas and my initial reaction is still: Why?

With all of the distasteful shenanigans they pulled off this year with no real public apology, I don't feel RubyConf is for me anymore. Even the latest articles are devoid of joy (mostly business speak). The tone is so much different now.

I've decided to focus on regional conferences going forward. I'm searching for that joy again and hoping to connect with others that share it.

#ruby

@alwirtes rich people are crazy. The homes on 7th are ridiculous

I believe Ufuk acted from a place of immensely poor judgement by platforming DHH, and also from a place of inherent conflict of interest as a Shopify employee in 2025, which ultimately lead to the financial crunch Ruby Central ended up in.

(See his response here)

https://rubycentral.org/news/ruby-central-update-friday-10-31-25/

Please consider joining me in publicly asking him to resign from Ruby Central's board immediately.

Ruby Central Update Friday 10/31/25

Rubyists, thank you for your continued engagement and patience as we move forward together. The pace of questions has steadied, and the tone across the community has shifted towards progress. Ruby Central remains focused on stability and stewardship, not only in operations but in how we communicate and collaborate. Our

Ruby Central
Thanks to @afomera for speaking up. We cannot tolerate hateful leaders or our community turns into that Nazi bar. Solidarity means supporting each other, no matter what we look like.
https://hachyderm.io/@thomasfuchs/115440948081744562
Thomas 🔭🕹️ (@[email protected])

Stop Giving Harm a Microphone by Andrea Fomera "But still, it’s caused me to want to withdraw myself and disengage in the communities I found purpose and belonging in. This is a direct consequence of giving microphones and amplifying the behavior of people who post their “opposing views” online and engage in bad faith arguments." https://afomera.dev/posts/2025-10-25-stop-giving-harm-a-microphone

Hachyderm.io
the former maintainers of Bundler and RubyGems have a proposal: we want to move Ruby forward https://andre.arko.net/2025/10/26/we-want-to-move-ruby-forward/
We want to move Ruby forward

On September 9, without warning, Ruby Central kicked out the maintainers who have cared for Bundler and RubyGems for over a decade. Ruby Central made these changes against the established project policies, while ignoring all objections from the maintainers’ team. At the time, Ruby Central claimed these changes were “temporary". However, None of the “temporary” changes made by Ruby Central have been undone, more than six weeks later. Ruby Central still has not communicated with the removed maintainers about restoring any permissions. Ruby Central still has not offered “operator agreements” or “contributor agreements” to any of the removed maintainers. The Ruby Together merger agreement plainly states that it is the maintainers who will decide what is best for their projects, not Ruby Central. Last week, Matz stepped in to assume control of RubyGems and Bundler himself. His announcement states that the Ruby core team will assume control and responsibility for the primary RubyGems and Bundler GitHub repository. Ruby Central did not communicate with any removed maintainers before transferring control of the rubygems/rubygems GitHub repo to the Ruby core team. On October 24th, Shan publicly confirmed she does not believe the maintainers need to be told why they were removed. While we know that Ruby Central had no right to act the way they did, it is nevertheless clear to us that the Ruby community will be better off if the codebase, maintenance, and legal rights to RubyGems and Bundler are all together in the same place.

André.Arko.net

It's really pretty clear to me at this point that there's no point in expecting current Ruby Central leadership to address the harms to date. At every turn they could have done something meaningful to get the train back on the track, and instead they engaged in more corporate-speak word salad that sounds like what non-technical people say whey they're trying to convert an email some hapless programmer sent them into legalese for a C-suite.

Time for new leadership.

#Ruby #RubyCentralTakeover

Yeah, clickbait title, I know. It's the only thing anyone pays attention to, so I'm running with it. Ruby Central has published a new blog entry about the whole Rubygems fiasco. Unfortunately, again, it's full of corporate speak and weak excuses that don't hold up under scrutiny.

Before I go further, let me explain where I'm coming from and why I'm qualified to speak confidently about this. For the past 9 years or so, my work has focused less on writing code and more on architecture, infrastructure, and SRE. Prior to my current role, my most recent position was as the technical lead for the team that handles the deployments at Shopify. That team also maintains Shipit, the software which rubygems.org uses to deploy the site. Prior to joining that team, I was an SRE technical lead at Shopify. Total coincidence that that company's name comes up a lot around this whole situation. I only mention it to establish ethos — not only do I have insights the kinds of systems a lot of folks get to blissfully ignore when they deploy via a simple git push or merging a pull request, but I also maintained the specific system that Ruby Central uses to deploy rubygems.org.

I was originally going to write up a critique of the full post but in the spirit of a teacher wheeling in the TV cart to watch Bill Nye (that is, I have other things I actually need to be doing, such as eating dinner, so I need to do the minimum I can get away with here), I'm just going to write about the most glaring part of it from my perspective.

My pet peeve about the whole thing

Since the beginning, I've been saying with my entire barrel chest that Ruby Central could've forked the repos. If they wanted to own the code, they could own a fork.

So my biggest frustration with this whole situation is their insistence that they must own the GitHub repos to maintain supply-chain security. It's at best a misunderstanding of how deploying code works and at worst it's a lie to mask accountability for taking over the Rubygems GitHub repos.

Back to the point, Ruby Central's insistence that they need to own the code continues in this post with the following:

While the RubyGems.org service is deployed from rubygems/rubygems.org repository, it also needs at least 2 more private repositories in the same organization for infrastructure-as-code, and CDN deployments. Additionally, the deployment process has access controls gated on GitHub team membership in the same organization. 

Again, at best a misunderstanding and at worst a lie. This is only a valid excuse if the deployment process was immutable and/or those 2 private repos could not be transferred to Ruby Central's own GitHub organization.

If those 2 private repos are only used for the purpose of deployment to rubygems.org  and Ruby Central directly controls the infrastructure that serves the rubygems.org domain, it makes perfect sense that those specific repos be owned by Ruby Central. With the benefit of hindsight, it actually doesn't make sense that they were added to the rubygems organization to begin with.

This can be fixed by replicating the team structure within the RubyCentral organization and transfer ownership of those 2 private repos to that org. With a few additional updates, a fork would continue working.

The following paragraph is equally misleading:

On the client tools side, while the repos could have been forked, as long as individuals could publish the gems from any source they want, no forked repository could have been the canonical and secure source of the tools.

This doesn't make any sense. People publishing gems to a different source has no bearing on your supply-chain security.

rubygems.org pulls gems from rubygems.org with only two exceptions:

Both of these exceptions are explicit. Everything else necessarily comes from rubygems.org. Someone publishing gems to a non-rubygems.org source doesn't harm rubygems.org's supply chain. Bear in mind, you must specify the source you pull your gems from in a Gemfile. Even rubygems.org has to do this to use themselves as a gem source. There is no default for Bundler and the default for the gem CLI is rubygems.org, so rubygems.org cannot accidentally pull gems from a non-rubygems.org source.


If Ruby Central had forked the repo, they could have continued to own the entire process of deploying to the rubygems.org infrastructure that  they own and control. The repo has no deployment automation in GitHub Actions, likely because they're using Shipit.

In fact, one of the 2 private repos they mentioned above is likely their custom wrapper for Shipit to adapt it to their infrastructure. Since they mentioned that it uses GitHub team membership (that page even has one of my old teammates as the last person to modify that file — that's nostalgic) as an authorization gate.

Conclusion

There has been nothing technical stopping Ruby Central from forking the repos. I used to maintain the software that deploys their software. The way they deploy could have been adapted to a fork. It would've been less of an undertaking than dealing with the fallout of what they ended up doing.

The most charitable thing I can attribute this to is having lost a lot of institutional knowledge over the past few years as people have left the organization and the remaining team don't actually know how to adapt the system to a structure that would give them what they want. That's a real problem, certainly, but to say it couldn't be deployed from a fork feels like they're trying to intentionally mislead folks. Shipit is flexible and deploys damn near everything at Shopify, including infrastructure. It can do what you're telling people it can't.

Source of Truth Update – Friday, October 24, 2025

We appreciate the community’s patience and grace as we briefly paused our regular cadence of weekly updates. Out of respect for last week’s announcement from Matz and its importance to the community, we held this Q&A until today. For this week’s update, we’re sharing a

Ruby Central