Public list by ~rubyweekly

Issue 803 - Bundler's new dependency cooldown feature

Cool down before you install: give new gems a few days to be vetted

https://blog.rubygems.org/2026/06/03/cooldown-let-new-gems-be-vetted.html

Cool Down Before You Install: Give New Gems a Few Days to Be Vetted — A compromised account can ship a malicious gem and your next bundle install can pull it within minutes. Bundler 4.0.13, released yesterday, provides an opt-in 'cooldown' to hold back releases until they've 'aged' a few days. Meanwhile, bundle outdated shows what’s waiting and for how long.

3 months ago

What is legacy software in the age of AI?

https://link.testdouble.com/0b3f38

What Is Legacy Software in the Age of AI? — Software becomes legacy by succeeding long enough to accumulate the weight of every decision and shortcut made along the way. AI creates speed, but also many unintended consequences resulting in more user friction, not less.

3 months ago

Beyond Enumerable: For Want of Better Windows

https://baweaver.com/writing/2026/05/31/beyond-enumerable-for-want-of-better-windows/

Beyond Enumerable: For Want of Better Windows — Enumerable gives names to most of the loops you’d otherwise hand-write, but not all of them. Brandon goes after a shape it doesn't have, stateful sliding windows, and builds his own efficient implementation.

3 months ago

Managing Ruby versions with Mise

https://mitrev.net/2026/06/03/mise-ruby-rails/

Managing Ruby Versions with Mise — A very basic introduction, but as I’ve fallen in love with Mise this year for managing all of my languages (e.g. Go, Node, Rust) and multiple Ruby implementations (e.g. TruffleRuby and JRuby, alongside CRuby) I want it to be on everyone’s radar. It’s great!

3 months ago

What if Hanami had templateless views?

https://katafrakt.me/2026/05/29/hanami-templateless-views/

What If Hanami Had Templateless Views? — It doesn’t take much to add this to Hanami, showing just how flexible the web framework can be.

3 months ago

GitHub - tmuxinator/tmuxinator: Manage complex tmux sessions easily

https://github.com/tmuxinator/tmuxinator

Tmuxinator: A Tool to Manage Complex tmux Sessions Easily — tmux is a terminal multiplexer a lot like screen but with more features (and increasingly popular in the LLM era as a way to give agents persistent, controllable terminal sessions).

3 months ago

Meet Mata: live reload for Rack Apps

https://railsdesigner.com/meet-mata/

Meet Mata: Live Reloading with DOM Morphing for Rack Apps — A lightweight "live reload" solution for views in Rack apps. It uses Server-Sent Events (SSE) and idiomorph for updating the DOM. GitHub repo.

3 months ago

simplecov/CHANGELOG.md at main · simplecov-ruby/simplecov

https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md

SimpleCov 1.0 RC1: The Code Coverage Analysis Tool — SimpleCov provides an effective way to use the code coverage data collected during testing by Coverage. The changelog is a rather long list, but shows big strides forward in its config, parallel test support, and coverage for unloaded files.

3 months ago

GitHub - basecamp/console1984: The Rails console you love, 1984 style

https://github.com/basecamp/console1984

🔒 Console1984: A More Secure, Auditable Rails Console — rails console can often come in handy in prod, but it can also provide users with a little too much power. This extension helps to protect against easy access of sensitive information and provides an audit trail for when it happens.

3 months ago

AI-assisted software delivery Jidoka by SINAPTIA

https://sinaptia.dev/jidoka

Jidoka: Automation with a Human Touch — Turn your roadmap into a supervised software delivery line. Jidoka pairs coding agents with senior engineers, so teams can modernize legacy code, ship faster, with quality built-in.

3 months ago