Remote Ruby

<p>Three Rubyists having conversations and interviewing others about Ruby and web development.</p>

Solid Cable with Nick Pezza

In this episode of Remote Ruby, Andrew and Chris catch up on their week, discussing challenges with Stripe integration and the absence of Jason. The highlight of the episode is their guest, Nick Pezza, who talks about creating Solid Cable, a database-backed adapter for Action Cable, and how it simplifies infrastructure for Rails developers. The conversation dives into technical details, use cases, and the journey of Solid Cable becoming a default gem in Rails, with insights into its...

11-08
56:01

RubyGems & Ruby Central with Marty Haught

In this episode, Jason and Chris welcome back Marty Haught, a long-time leader in the Ruby community, to discuss his history and continued involvement with Ruby Central. Marty shares his journey from joining the Ruby Central board in 2012 to his recent role as interim open source lead. The conversation dives into the origins of RubyGems, the evolution of RailsConf and RubyConf, and the challenges of managing these vital aspects of the Ruby ecosystem. Marty also talks about his plans for susta...

11-01
42:24

Seth Tucker on Amber Framework and AI

In this episode of Remote Ruby, Chris, Jason, and guest Seth Tucker dive deep into discussions about tech, programming, and AI developments. They explore topics like managing complex software systems, the challenges and benefits of using AI to enhance productivity, and reflections on legacy systems. Seth also shares insights on the open-source Amber Framework, his work on AI projects, an app he created called llamero, and some thoughts on the evolution of programming. You’ll also hear some pe...

10-25
55:55

Live at Rails World aka Undercover Duck

In this episode of Remote Ruby, Jason, Chris, and Andrew discuss their experiences at Rails World 2024 in Toronto. They share humorous anecdotes about their travels, encounters, and keynote speeches, including topics like renting a smoke-filled car, meeting their boss at Niagara Falls, and attending the Sting concert. They delve into technical discussions about deploying Rails applications, the importance of Dev containers, Kamal, and the latest updates on Rails 8.1. The conversation includes...

10-18
40:49

DHH on Rails World 2024 and what's coming in Rails 8.1

In this episode, Chris and Andrew welcome David Heinemeier Hansson (DHH) todiscuss the release of Rails 8, starting with a recap of the Rails World Toronto conference. DHH shares insights on the growing Rails community, the challenges of planning large-scale conferences, and Rails’ philosophy of staying independent from venture capital. They dive into developer ergonomics in Rails 8, new deployment and notification tools like Kamal, Action Notifier, House (MD), and Propshaft, and upcoming fea...

10-14
01:49:25

Rails World and SellRepo

In this episode, Jason, Chris, and Andrew discuss their upcoming plans for the Rails World conference, sharing stories about travel arrangements, hotels, and Andrew's first time flying first class. The conversation delves into the technical side, with updates on Rails 8.1, Ruby’s new release schedule, and challenges related to Docker on Apple Silicon. Chris introduces his latest project, SellRepo, which allows users to sell digital products through GitHub. The episode also covers frustrations...

10-11
49:59

Jeremy and Jess from IndieRails

In this crossover episode, Jason and Chris are joined by Jeremy and Jess from the Indie Rails podcast to discuss Ruby programming, indie development, and the challenges of building and maintaining software as solo developers. They dive deep into the origins of Indie Rails, share their individual career journeys, and explore Jeremy's project, Liminal, which aims to replace traditional forums and Slack with a more modern solution. The group reflects on the frustrations with current platforms, t...

10-04
01:20:12

Rocky Mountain Ruby 2024

In this episode, Jason, Chris, and Andrew are joined by the organizers of the RockyMountain Ruby Conference, including Bekki Freeman, Spike Ilacqua, and MartyHaught, discuss their experiences and the journey of building and sustaining the vibrant Ruby community in Colorado. They delve into the challenges and triumphs of organizing the Rocky Mountain Ruby conference, the importance of community meetups, and the inspiration behind their commitment to fostering connections among Ruby developers....

09-13
47:47

Andrew is Triggered by Jason Cs JSON B Columns

In today’s eventful episode of Remote Ruby, Jason, Chris, and Andrew dive into a range of tech topics, from the latest updates and issues with text editors, like Redactor, caching strategies, challenges of managing JSONB columns in databases, to debates on programming trends and outdated technology. They even share a few personal stories, including Jason’s prepper grandfather and his unique experiences as an officiant. There’s also some banter and jokes about sleep schedules, “Idiocracy,” and...

09-06
37:44

Mike Dalessio on HTML parsing & sanitization and SQLite

In this episode, hosts Chris and Andrew sit down with Mike Dalessio, a seasoned Ruby developer and contributor to numerous open-source projects. Mike shares his journey from his early days with Ruby, including his contributions to Shopify and pivotal projects like Nokogiri and Mechanize. The conversation also delves into the challenges and innovations in HTML sanitization in Rails, the evolution of SQLite gems, and the significance of managerial experience in enhancing software development sk...

08-30
55:14

Rails 7.2 – First Impressions

In this episode, Jason, Chris, and Andrew dive deep into Ruby on Rails 7.2 discussionsand share their experiences with the new RC1 rate limited feature. The conversationalso covers the challenges of upgrading dependencies, the shift from asdf to mise forfaster language management and explores ways to simplify development workflowswith dev containers. There’s also a big debate on various testing methodologies,comparing RSpec and minitest, and deliberate the merits and pitfalls of fixtures vers...

08-23
43:24

Authentication Generator in Rails 8, 20th anniversary of Rails, and more!

You don’t want to miss this episode of Remote Ruby as Jason, Chris, and Andrew mark the 20th anniversary of Rails by diving into an engaging and eclectic discussion. They kick off with social media dynamics, particularly the rebranding of Twitter to ‘X’ and how to manage online exposure to certain names, before reminiscing about their first Rails projects and how the framework shaped their programming journeys. The episode also delves into the new Rails authentication scaffolding, comparing i...

08-16
45:22

There is no A in JSON

In this episode of Remote Ruby, Jason and Chris dive into the complexities of modernweb development, focusing on the challenges and frustrations with rich text editors,front-end tools, and the intricate balance between server-side and client-side rendering.Through their experiences, they highlight the evolving landscape of frameworks likeRails, React, and Turbo, and express the ongoing need for better abstractions andconceptual compression in JavaScript. They also touch on the struggles speci...

07-26
46:53

RubyConf with Kinsey Durham Grace and Jim Remsik

In this episode of Remote Ruby, Jason, Chris, and Andrew reunite after six months to dive into the details of the upcoming RubyConf 2024 with program chairs Kinsey Durham Grace and Jim Remsik. The discussion covers various aspects of the conference, such as the emphasis on more technical talks, the introduction of several keynotes including Matz and Kent Beck, and the revival of the Madison Ruby conference.Additionally, the episode highlights the Scholar and Guide Program, which aims to help ...

07-02
26:13

Desks, Deployments, and Databases

In this episode of Remote Ruby, Jason and Chris catch up with a discussion on setting up a home office with new furniture, organizing hardware with a 3D printer, and dealing with nostalgia for old video games.Then they delve into technical issues faced with the Postgres database on DigitalOcean, migrating to Crunchy Data, and adjusting web concurrency settings in Rails. They also share their experiences experimenting with Kamal for server deployment, the complexities of AWS configuration, and...

06-28
35:00

Auditing in Rails & Andrew's Cursed Idea

In this episode, Chris and Andrew dive into the intricacies of tracking changes in Rails models using gems like Paper Trail and Audited. They discuss challenges faced in bulk actions like 'update all' and 'destroy all' that don't trigger Active Record callbacks. The conversation explores potential solutions, including overriding methods and using wrappers to ensure changes are logged efficiently without significant performance hits. They also touch upon mentorship and the importance of learni...

06-21
46:26

Rails 7.2 beta 1 with the GoRails Gang

In this episode, host Chris and his GoRails team, Collin Jilbert and Kent Crutchfield,discuss the latest release of Rails 7.2, highlighting major new features like developmentcontainers, browser version guard, and the new minimum Ruby version. They alsodelve into community reactions, including some criticisms about Rails&#39; speed and thelarger discourse around development priorities. The conversations emphasize theimportance of contributing to Rails, staying informed on updates, and pro...

06-14
48:02

Railsconf and Tech Debt

In this episode, Jason and Chris chat about their experiences at various RailsConf andRubyConf’s. Then, they have deeper discussions on topics like transitioning from SingleTable Inheritance (STI) to delegated types in coding, addressing technical debts inproduct development, and the challenges and strategies of implementing subscriptionand one-time payment models. Additionally, there&#39;s a mention of the 2024 Ruby onRails Community Survey at Planet Argon that you can check out now. Hit...

06-07
50:05

RailsConf 2024 Recap with the GoRails crew

In this episode of Remote Ruby, host Chris is joined by guests Kent Crutchfield andCollin Jilbert, sharing their experiences and reflections from the recent RailsConf inDetroit, MI. They discuss various aspects of the conference, including the engagingtalks, the announcement of RailsConf&#39;s impending conclusion in favor of focusing onRubyConf and regional events, and their personal interactions with other attendees. Theepisode highlights how RailsConf facilitated meaningful community i...

05-31
45:45

Continuous Delivery and Continuous Self-Improvement

In this episode, Jason, Chris, and Andrew reflect of their experiences of developing software, focusing on aspects such as the Fast and Furious franchise, writing in Ruby, React development, and grappling with OAuth 2.0 issues. They dive into testing, specifically the challenges of maintaining a meaningful test suite and the revelations from addressing test suite problems. A discussion on containerization touches on Docker and CI setup frustrations, while also exploring web accessibility stan...

05-10
49:27

Recommend Channels