Jeremy Smith
@jeremysmith.co
Product-focused Rails dev • Building: http://liminal.forum • Studio: http://hybrd.co • Co-host: https://indierails.com • Running: http://railsinspire.com • Prev. organizer: https://blueridgeruby.com
Ok, that's pretty fun. Also, I *wish* I had eyebrows that thick. 🥲
October 21, 2025 at 8:53 PM
Ok, that's pretty fun. Also, I *wish* I had eyebrows that thick. 🥲
I added driver options to disable autofill, and that seemed to take care of the issue.
October 16, 2025 at 4:43 PM
I added driver options to disable autofill, and that seemed to take care of the issue.
When I'm working with a UI element that may or may not be a link, instead of using link_to_if, I usually prefer to create a wrapper method that accepts a block and handle the conditional check there.
October 15, 2025 at 7:10 PM
When I'm working with a UI element that may or may not be a link, instead of using link_to_if, I usually prefer to create a wrapper method that accepts a block and handle the conditional check there.
Huh, interesting...I wonder if/where this might apply outside visual art?
From: austinkleon.substack.com/p/on-working...
From: austinkleon.substack.com/p/on-working...
October 10, 2025 at 7:19 PM
Huh, interesting...I wonder if/where this might apply outside visual art?
From: austinkleon.substack.com/p/on-working...
From: austinkleon.substack.com/p/on-working...
Alright, I'm in... ☺️ Who else will I see at SF Ruby?!
October 6, 2025 at 7:50 PM
Alright, I'm in... ☺️ Who else will I see at SF Ruby?!
I'm looking forward to XO Ruby in Atlanta this weekend! I'll be coming down Friday afternoon and staying until Sunday, and looking to hang out with folks. Will I see anyone there?
September 8, 2025 at 4:43 PM
I'm looking forward to XO Ruby in Atlanta this weekend! I'll be coming down Friday afternoon and staying until Sunday, and looking to hang out with folks. Will I see anyone there?
Happy to see a new issue of One Ruby Question from @bhumi1102.bsky.social this week! And I appreciated this from the postscript: "Understanding the system is the edge."
August 23, 2025 at 3:25 PM
Happy to see a new issue of One Ruby Question from @bhumi1102.bsky.social this week! And I appreciated this from the postscript: "Understanding the system is the edge."
Pretty pumped to make it into Ruby Weekly for backpacking. ☺️
August 21, 2025 at 5:34 PM
Pretty pumped to make it into Ruby Weekly for backpacking. ☺️
Solid advice from evilmartians.com/chronicles/w...
August 7, 2025 at 12:59 PM
Solid advice from evilmartians.com/chronicles/w...
I've been working on a speculative workflow library, built on a draft Batches feature for SolidQueue. 😅 I've been low-key obsessed with workflows lately, can't seem to help myself. Here's what the workflow interface looks like currently.
August 4, 2025 at 4:24 PM
I've been working on a speculative workflow library, built on a draft Batches feature for SolidQueue. 😅 I've been low-key obsessed with workflows lately, can't seem to help myself. Here's what the workflow interface looks like currently.
And if you're on the way, let me know and maybe we can roadtrip! ☺️
July 31, 2025 at 6:45 PM
And if you're on the way, let me know and maybe we can roadtrip! ☺️
I'm going to be speaking at @xoruby.com Atlanta on September 13th. XO Ruby is a brand-new (traveling) single-day Ruby conference. If you're a Rubyist in the southeastern US, you should check it out! (And if not, take a look at other 5 stops this fall.)
July 31, 2025 at 6:38 PM
I'm going to be speaking at @xoruby.com Atlanta on September 13th. XO Ruby is a brand-new (traveling) single-day Ruby conference. If you're a Rubyist in the southeastern US, you should check it out! (And if not, take a look at other 5 stops this fall.)
"Fish and the Fishing Fishers Who Fish It" 😂
July 29, 2025 at 7:26 PM
"Fish and the Fishing Fishers Who Fish It" 😂
I wrote some reflections on the flight home from the last RailsConf almost two weeks ago. I've just been sitting on them, feeling some reluctance to share. Maybe because I don't want to be misunderstood? Not sure. But I decided I'd share anyway, and hopefully it's meaningful.
July 24, 2025 at 9:20 PM
I wrote some reflections on the flight home from the last RailsConf almost two weeks ago. I've just been sitting on them, feeling some reluctance to share. Maybe because I don't want to be misunderstood? Not sure. But I decided I'd share anyway, and hopefully it's meaningful.
Good thoughts from "Quality is a trap"
July 16, 2025 at 10:52 PM
Good thoughts from "Quality is a trap"
I'm sure there's a good reason for it, but the "?tab=readme-ov-file" added to GitHub readme anchor permalinks drives me bonkers.
May 19, 2025 at 8:54 PM
I'm sure there's a good reason for it, but the "?tab=readme-ov-file" added to GitHub readme anchor permalinks drives me bonkers.
2. If you know me, you know I love time tracking. 😊 I've found it takes me about 50 hours to prep a talk...and this one was on the mark. (It was probably closer to 60 with practice sessions I failed to track.)
May 7, 2025 at 2:17 PM
2. If you know me, you know I love time tracking. 😊 I've found it takes me about 50 hours to prep a talk...and this one was on the mark. (It was probably closer to 60 with practice sessions I failed to track.)
It's only been a few days, but I'm already missing Sofia and @balkanruby.bsky.social. 🥲 New friends, quality presentations, beautiful city, leisurely meals, long walks, deep discussions, eye-opening history, vibrant parties, great conference. ❤️
May 2, 2025 at 5:20 PM
It's only been a few days, but I'm already missing Sofia and @balkanruby.bsky.social. 🥲 New friends, quality presentations, beautiful city, leisurely meals, long walks, deep discussions, eye-opening history, vibrant parties, great conference. ❤️
✈️ Layover in Munich on the way to @balkanruby.bsky.social
April 23, 2025 at 11:05 AM
✈️ Layover in Munich on the way to @balkanruby.bsky.social
Happy with my wrapped… ☺️
December 5, 2024 at 2:35 AM
Happy with my wrapped… ☺️
It's also difficult to grep, because you have to check multiple casings. And it's annoying to rename controllers, because you may have to hit several data attributes.
What I want is to view all Stimulus properties on an element grouped by controller. I'm toying with a helper method to do just that.
What I want is to view all Stimulus properties on an element grouped by controller. I'm toying with a helper method to do just that.
November 27, 2024 at 4:22 AM
It's also difficult to grep, because you have to check multiple casings. And it's annoying to rename controllers, because you may have to hit several data attributes.
What I want is to view all Stimulus properties on an element grouped by controller. I'm toying with a helper method to do just that.
What I want is to view all Stimulus properties on an element grouped by controller. I'm toying with a helper method to do just that.
Post a perfect album from the 90s that isn’t Nirvana, Pearl Jam, Soundgarden, or Alice In Chains
upload.wikimedia.org/wikipedia/en...
upload.wikimedia.org/wikipedia/en...
November 19, 2024 at 5:01 PM
Post a perfect album from the 90s that isn’t Nirvana, Pearl Jam, Soundgarden, or Alice In Chains
upload.wikimedia.org/wikipedia/en...
upload.wikimedia.org/wikipedia/en...
It's cold, wet, and dreary outside today, so I'm just keeping my Elgato key light on...kinda works, actually!
November 14, 2024 at 5:43 PM
It's cold, wet, and dreary outside today, so I'm just keeping my Elgato key light on...kinda works, actually!
I know there are cool gems like letter_opener for previewing emails from your Rails app in dev. But I love just having a little bin script that opens emails delivered to the filesystem with the default mail client. And it can be managed with a line in `Procfile.dev`.
November 14, 2024 at 1:34 PM
I know there are cool gems like letter_opener for previewing emails from your Rails app in dev. But I love just having a little bin script that opens emails delivered to the filesystem with the default mail client. And it can be managed with a line in `Procfile.dev`.