Nony Dutton
banner
nonster.bsky.social
Nony Dutton
@nonster.bsky.social
💎 Rubyist on Zendesk’s Ruby Infra Team
🇩🇰 Living in Denmark
👻 Born and raised in Baltimore
Reposted by Nony Dutton
Also please don't restrict bundler and ruby versions like `bundler < 3.0` and `required_ruby_version < 4.0` 🙏
Dear gem maintainers 👋

Rails 8.1 just dropped, but many gems can’t be used because of overly strict gemspec constraints.

Please don’t hard-restrict Rails versions, let us test early and report real issues sooner! ❤️

Thanks
October 30, 2025 at 11:17 PM
For Rails folks out there: should Rails have a built-in way to override `Warning.warn` to use the Rails logger (if defined) instead of `$stderr`? I assume someone must be already doing that but perhaps there's a reason why we shouldn't.
November 5, 2025 at 11:58 AM
Reposted by Nony Dutton
The Herb Linter by @marcoroth.dev just works™

It caught both the fact that we're missing double quotes and that we've used `<% %>` instead of `<%= %>`.

And it automatically produced GitHub-compatible output 👌
October 14, 2025 at 1:51 PM
If you're like me and have Byebug's `continue LINE#` as muscle memory, it can be hard to remember that you can't do that in the Debug gem, you need to call `until LINE#` instead.

I wrote a snippet to make debug's `continue` work like it does in byebug; add this to your `~/.rdbgrc.rb` file:
May 25, 2025 at 7:37 PM
The castle in Hiroshima plays music at noon!

Also, see you soon #RubyKaigi!
April 15, 2025 at 2:46 AM
@rosa.codes’s dog Mochi is so cute, I can’t handle it. Every #Ruby conference needs a dog in attendance.
March 1, 2025 at 12:04 AM
I think I liked coding better when I didn't know anything.

My days used to be "berp-a-derp, I'm just happy to be here!"
February 24, 2025 at 1:22 PM
My friend Ryan Davis, Minitest author and Ruby extraordinaire, is looking for new employment.

He has: 25 years Ruby exp; ~100 gems w/ ~2 billion downloads.

Loves: languages / runtimes, profiling & optimization, debugging, testing, OSS, etc.

Hit him up, he's great!

zenspider.com/ryan/Resume.html
Ryan Davis' Résumé | |
One of these days I'll be able to call it a curriculum vitae!
zenspider.com
February 20, 2025 at 4:05 PM
Reposted by Nony Dutton
The branch maintainers of Ruby have been updated. @k0kubun.com is the new maintainer of Ruby 3.4 that is latest stable version. I and @nagachika.bsky.social keep to maintain the old stable versions like 3.3, 3.2 and 3.1. #ruby
bugs.ruby-lang.org/issues/21136
Misc #21136: [ANN] The update of branch maintainer for Ruby 3.2 to 3.4 - Ruby master - Ruby Issue Tracking System
Redmine
bugs.ruby-lang.org
February 14, 2025 at 1:41 AM
Reposted by Nony Dutton
One more entry in my series to give context to Pitchfork design.

byroot.github.io/ruby/perform...
Guardrails Are Not Code Smells
I want to write a post about Pitchfork, explaining where it comes from, why it is like it is, and how I see its future. But before I can get to that, I think I need to share my mental model on a few t...
byroot.github.io
February 9, 2025 at 1:00 PM
Reposted by Nony Dutton
I’m available for hire.

I’m an experienced Ruby, TypeScript and CSS engineer looking for a new full-time position.

I can help you with performance, concurrency, testing, architecture and API design problems on tooling or product teams.

I’d really appreciate any personal introductions. DMs open. 🙏
January 27, 2025 at 7:41 PM
Ruby Engineer, Day 1: Do I include or extend my module onto this class?

Ruby Engineer, Day 1247: How do I write an emacs function to be able to quickly search the POSIX specification?

Ruby Engineer, Day 1248: Oh, of course there's an emacs package for that.
January 31, 2025 at 6:38 PM
Reposted by Nony Dutton
🚨 Call for Proposals (CFPs) NOW OPEN for RailsConf 2025! 🚨

Do you want to be part of the legacy of RailsConf and have a lasting impact on the community? 💫

This is your chance to apply to speak! https://buff.ly/40WvU6c
RailsConf 2025: Call for Speakers
RailsConf is the world’s longest-running gathering for the Rails community. Since 2006, we have brought together developers and enthusiasts of all lev...
sessionize.com
January 31, 2025 at 4:03 PM
Reposted by Nony Dutton
There's a new, important PR from Matthew Draper (Ruby on Rails core) that brings changes to how ActiveRecord connection pools work.
January 22, 2025 at 2:00 PM
Reposted by Nony Dutton
After 15 years off the market, I’m available for hire!

I’m an effective, versatile and compassionate technical leader, and an accomplished Rubyist. I’m looking for remote Principal or Staff Engineer roles, at 4 days/week.

Find out more: timriley.info/posts/hire-me
Hire me! - Tim Riley
After 15 years at Buildkite, Culture Amp and Icelab, I’m available for hire! I’m an effective, versatile and compassionate technical leader, and an accomplished Rubyist. I’m looking for remote Princi...
timriley.info
January 20, 2025 at 1:07 AM
TIL In #Rails generators you can add a bang(!) to the end of a column's type to set the column as `null: false` in the migration.
January 11, 2025 at 5:15 PM
Update: @joel.drapper.me has demonstrated the technique.
I know I’m taking this too far but I happened to have one where I’m staying so here’s the technique.
December 30, 2024 at 6:56 PM
I need someone that lives near St. Louis to go tour this house then come back and explain to me how you're supposed to get in and out of these bunk beds.

www.zillow.com/homedetails/...
December 30, 2024 at 5:38 PM
Reposted by Nony Dutton
I'm trying to plan a deep-dive into the Rails source workshop for next Friday.

What do you want to see? Anything in particular that seems mysterious or daunting that we could break down?
December 13, 2024 at 7:47 PM
Reposted by Nony Dutton
It’s now live for Ruby’s master (latest) documentation, and Ruby 3.4’s documentation will look like this too! 🎉

docs.ruby-lang.org/en/master/
December 7, 2024 at 2:23 PM
Reposted by Nony Dutton
Ahhh @wnb-rb.dev is now on bsky! 😍
November 22, 2024 at 3:11 PM
@vinistock.bsky.social & @flavorjon.es so I discovered why `ruby-lsp` wasn't providing indentation for me in Emacs. My repo uses Rubocop and I use `indent-region` to indent an entire file (which ends up calling `lsp-format-region`). This comment makes it a bit obvious why that wasn't working! 😅
November 16, 2024 at 5:08 PM
European contingent has arrived to #RubyConf.

@marcoroth.dev @kaspth.bsky.social
November 12, 2024 at 3:20 PM
Rails 8.0 hasn't even been out 24 hours and we're already running it in production at Zendesk. Tens of thousands of subdomains now powered by Rails 8.0. Just another humble entry into the "Does Ruby/Rails scale?" conversation. 💎🚆 #ruby #rails
November 8, 2024 at 8:10 PM
The hardest part of living in Denmark is having to explain to my American friends that, I would love to see them, but Amsterdam is in the entirely different country of _The Netherlands_ so I can't hang out with them on their spontaneous Europe trip. 🇩🇰 🙅🇳🇱
November 2, 2024 at 11:57 AM