show episodes
 
Artwork

1
The Ruby on Rails Podcast

Elise Shaffer and Brian Mariani

Unsubscribe
Unsubscribe
Monthly+
 
The Ruby on Rails Podcast, a weekly conversation about Ruby on Rails, open source software, and the programming profession. Co-hosted by Elise Shaffer, Brian Mariani, Jemma Issroff and Nick Schwaderer. Edited by Peachtree Sound.
  continue reading
 
Loading …
show series
 
In our last episode, we talked about Web Accessibility. But, did you know that there are accessibility concerns on the backend and in our interactions with our teams. Hilary Stohs-Krause joins the show to tell us more about how we can be more accommodating to our teams. Show Notes Simple writing "Disability Impacts All of Us" (CDC) - https://www.cd…
  continue reading
 
Whoa, there was one more “State of” survey from 2023 to mine for content! Who knew? Yes, the results are in, and we talk about them…but more broadly, our feelings about the state of web frameworks in our industry and the much-ballyhooed pendulum swing back to server-side rendering and HTML-first techniques (though the rate of change is perhaps not …
  continue reading
 
Joel is a staff software engineer at GitHub, working on user interface architecture and strategy. For the last several years, he has been part of the team working to improve the accessibility of GitHub.com. He also leads development of the ViewComponent framework. Today, he joins the show to teach us about Web Accessibility Show Notes Joel's RailsC…
  continue reading
 
What if you could take HTML & CSS, package them up in a file, and publish that file as a singular artifact? That's essentially what ePub is. (ePUB? EPUB?) With Ayush's real-world experience publishing e-books, we are guided through understanding more about this important (and sometimes overlooked) spec. Alas, the devil's in the details, and we get …
  continue reading
 
While at Rails Conf, I caught up with several attendees and organizers to discuss their experiences. These quick interviews have been collected for this episode. Our Guests: Trevor John https://github.com/trevorrjohn Joshua Paine https://github.com/midnightmonster/activerecord-summarize David Hill https://github.com/Esmale Alex Mitchell @a_mitch on…
  continue reading
 
When you've spent a good portion of your career as a web developer utilizing CSS processors & frameworks, what would lead you to embrace vanilla techniques and modern CSS features? This is the question in the air as we welcome our first ever guest to the show, Elise Shaffer. Elise walks us through her journey learning full-stack development via fra…
  continue reading
 
At Rails Conf 2024, I gathered several of our favorite ruby podcasters for a giant crossover episode! In this episode we have: Drew Bragg from Code and the Coding Coders Who Code It - https://podcast.drbragg.dev/ Julie J from Ruby For All - https://www.rubyforall.com/ Jason Swett from Code with Jason - https://www.codewithjason.com/ Joël Quennevill…
  continue reading
 
The results of the State of HTML 2023 survey are in! It’s an exciting time for HTML which has seen a lot of growth and expansion of capability in a welcome break with the past (when typically CSS and especially JavaScript would leapfrog the rate of change of the Web’s foundational markup language). Still, some might say we need a lot more progress …
  continue reading
 
Over the last year, the Rails Foundation has been hard at work on several initiatives. After a successful Rails World last year, they’ve been working on the program for this year’s Rails World in Toronto. The Rails Foundation has also been working on several other initiatives that are very important to our community. Amanda Perino, Executive Direct…
  continue reading
 
Where data lives, how to retrieve data, how to change data, how to track updates to data and provide feedback accordingly to the user…in other words, state. Web application development can necessitate a wide range of possible options for how you manage state, and in this episode we look at many of the ways this may work from the server to the clien…
  continue reading
 
I am very excited for today’s episode! Twitch is a livestreaming service where users can stream themselves to the internet. Twitch is known for video game streaming. But, people stream all kinds of things, including software development. Today's guest is Rachael Wright-Munn who livestreams Rails development on Twitch Show Notes Rachael’s Twitch: ht…
  continue reading
 
The rumors are true: I became a Ruby developer because of Rails. It’s probably common that folks find a tech stack or framework which offers the features and the community they desire and so learn the language undergirding that stack. Truth is, Ruby did not appeal to me at first and I resisted it! I wanted to remain a PHP developer, damnit! But the…
  continue reading
 
Join us for a meaty conversation all about the various levels of specifications and conventions which make the World-Wide Web go: from TCP/IP to HTTP to WebSockets and beyond. We also talk about conventions in various languages and frameworks to enable building web applications servers in a straightforward and portable manner, as well as building a…
  continue reading
 
There are so many Ruby events happening recently, that it can be hard to know which one to go to. Today we’re going to talk about a rather unique event in the Ruby community. What if you could go to an event that was just the Hallway Track? And that event happened at a summer camp? Show Notes Rails Camp West Website - https://west.railscamp.us Big …
  continue reading
 
Oh yes, we’re back! In this first Just a Spec episode of the year, the lads speculate on the grand conspiracy behind the results publication delay of State of HTML 2023 (not really!), catch up on personal news from during the podcast’s year-end hiatus, and run through a very entertaining list of all the goodies being worked on by browser vendors as…
  continue reading
 
Rails 7 and Hotwire have completely revolutionized server side Rails apps. Developers can now get much more reactivity with way less javascript, less tooling, and simpler deployments. You’ve probably heard a lot about Rails 7.1 and Hotwire. Maybe you’re even using it in production? Ayush Newatia joins the show to talk about his new book, The Rails …
  continue reading
 
RailsConf is coming up fast! The program committee has released the schedule and keynote speakers. Ufuk Kayserilioglu joins the show to talk about the program and Ruby Central Show Notes Kevin's blog post about RailsConf https://kevinjmurphy.com/posts/tracks-not-at-railsconf-2024/ RailsConf website & registration https://railsconf.org/ If you have …
  continue reading
 
You may have heard about WebAssembly. It’s an open standard that aims to help developers create high performance applications on the web. It’s a portable binary execution format traditionally used on the front end, but there are also other ways to use it. I am completely new to WebAssembly, so today we have a guest to talk about it with us. Show No…
  continue reading
 
Burnout is a common occurrence in the tech industry. And the recent onslaught of layoffs have left many stressed about their job search, or overworked from the increased demands of the smaller teams. I know some of my listeners have experienced burnout. I myself have had a recent experience with burnout that took months to recover from. Dr. Katy Co…
  continue reading
 
Recently, Ruby Central named a new executive director, Adarsh Pandit. Ruby Central has been a force in the Ruby community for years, organizing conferences and contributing to the community. The recent changes in governance have led t some exciting things on the horizon. Adarsh joined the show to talk about what's going to happen with Ruby Central …
  continue reading
 
Over the years, the performance of Ruby has improved quite a bit. One of the big recent performance improvements came from the development of YJIT inside Shopify. YJIT is a just-in-time compiler for Ruby written in Rust. Dr. Maxime Chevalier-Boisvert joined the show to talk about YJIT Show Notes YJIT Website Maxime on X https://twitter.com/Love2Cod…
  continue reading
 
If you start a new Rails project today, you’re probably going to pick Postgres for your database. And if you have a ten year old Rails app, you might be using MySQL. But Rails ships with support for SQLite, a lightweight SQL database. Can that lightweight database be used to make production-ready software? Stephen Margheim joins the show to help us…
  continue reading
 
Fito and Alan are frequent RubyConf and RailsConf speakers on topics ranging from software complexity to resolving flaky specs. They joined the how to discuss strategies for dealing with unreliable tests and complex code. Show Notes Cisco Meraki: Careers (https://meraki.com/careers) Alan Ridlehoover’s LinkedIn (https://linkedin.com/in/aridlehoover)…
  continue reading
 
RailsConf is coming up fast and I can’t wait to see you all there! The CFP is open and the program committee is accepting proposals for talks for the conference. Andy Croll joined the show to talk with us about the CFP process and how you can present at RailsConf ** Show Notes** Rails Conf Detroit - https://railsconf.org/ RailsConf CFP - https://se…
  continue reading
 
Kaja is the Slack Administrator for WNB.rb, a group of women and non-binary rubyists. She joined the show to talk about becoming the Slack Administrator. She fills us in on what the job entails, how she became the slack administrator, and some of the big things she learned from contributing to WNB.rb Show Notes Twitter: @alizenero Mastodon: @kajano…
  continue reading
 
What do we owe to each other? Over the last several years, the tech industry has had a reckoning about ethics within our industry. Katya Dreyer-Oren gave a excellent talk and workshop at RubyConf in San Diego about how to ethically build software. She joined the show to share her thoughts and ideas from her experience as a student of philosophy. We…
  continue reading
 
Our cohost Jemma Issroff joined me to talk about my tenure as host so far, Jemma's work on Prism, fostering communities, building habits, how to be lucky, and we reveal our New Year's Resolutions! What are your New Years Resolutions? If you'd like to share them, send an email to comments@therubyonrailspodcast.com. You can send text or record a shor…
  continue reading
 
I joined Julie and Andrew from Ruby For All to talk about Test Driven Development, attending conferences, and using TDD as a thinking tool.. This episode was recorded at RubyConf in San Diego. Show Notes [Ruby For All] - https://www.rubyforall.com/ Sponsors Honeybadger As an Engineering Manager or an engineer, too much of your time gets sucked up w…
  continue reading
 
Can you believe its been 500 Episodes? What a wild ride. It's been so much fun to take over the show and to get to be a part of this history. Our co-host Nick Schwaderer sat down with me to talk about the history of the show, what it's been like taking over, and some ideas for things we might experiment with in the future. I hope you enjoy it. Have…
  continue reading
 
Drew Bragg is the host of Code And The Coding Coders Who Code It. We caught up to bring this special collaboration. Show Notes Code And The Coding Coders Who Code It - https://podcast.drbragg.dev/ Sponsors Honeybadger As an Engineering Manager or an engineer, too much of your time gets sucked up with downtime issues, troubleshooting, and error trac…
  continue reading
 
I joined Chris and Jason on Remote Ruby to talk about podcasting, the beauty of the Ruby language, Ruby outside of Rails, and why you should probably be using a state machine. It was so fun getting to talk with them and I hope you enjoy this conversation. And, be sure to subscribe to Remote Ruby! Show Notes Remote Ruby - https://www.remoteruby.com/…
  continue reading
 
Rachel is a core contributor to The Odin Project, an open source education project that helps people learn Ruby and Javascript. She joined me on the show to talk about the project, how she became involved, and her role with the team. Show Notes The Odin Project - https://www.theodinproject.com/ Rachel's Github - https://github.com/rlmoser99 Sponsor…
  continue reading
 
I attended Ruby Conf and took the opportunity to chat with some attendees about their experience at the conference. This was a super fun experiment and getting to hear from new voices in the community was such a treat. I hope you enjoy it! Sponsors Honeybadger As an Engineering Manager or an engineer, too much of your time gets sucked up with downt…
  continue reading
 
Thanksgiving’s coming up here in the U.S. and we thought it’d be fun to talk about of our favorite aspects of the modern web (and how it compares to the “dark days” of old). In addition, Jared’s launched a brand-new course platform over at The Spicy Web with the first offering being a deep-dive into crafting vanilla CSS architectures and formulatin…
  continue reading
 
Marc has been building software for more than two decades, with a particular focus on the medical industry. He’s currently working with Doximity to create tools that make doctors’ lives easier. As an Engineering Manager, one of his primary focuses over the last couple years has been to figure out how to reduce unnecessary code coupling and make the…
  continue reading
 
Nick was at Rails World earlier this month and took the chance to chat with Rafael França about his work on the Rails Core team and releasing a new version of Rails. Sponsored By: Buzzsprout If you are looking to start a podcast, there's never been a better time. Especially in the Ruby world. If you wanna join that world, use Buzzsprout. They provi…
  continue reading
 
Nick was at Rails World earlier this month and took the chance to chat with Andrew Mason about podcasting, engaging with the Ruby community, how interest rates impact the tech industry, Turbo , and some of the new things announced at Rails World. Sponsored By: Buzzsprout If you are looking to start a podcast, there's never been a better time. Espec…
  continue reading
 
Vladimir is a backend engineer from Mars, or Evil Martians, a consultancy specialized in product development for startups and developer tools. Vladimir is known for his work on many open-source projects in the Ruby on Rails world, such as AnyCable, Action Policy, TestProf and many more. He recently published the book Layered Design for Ruby on Rail…
  continue reading
 
Bekki Freeman has been working with Ruby and Rails for 8 years. Recently, she helped organize the Rocky Mountain Ruby conference. She joins Elise this week to reflect on the conference, talk about what it was like organizing, and make some karaoke plans with Elise Show Notes Bekki's LinkedIn: https://www.linkedin.com/in/bekki-freeman/ Tech Friend's…
  continue reading
 
Ah yes, that notorious hard problem in computer science. Time to name some things as we talk abut the philosophy undergirding software development, why “naming things” is hard but also a core aspect of the job, the sometimes reluctance to name things in as disciplined a fashion on the frontend as on the backend, how to communicate across teams and …
  continue reading
 
Olly Headey joined the show to talk with Elise about his recent blog post concerning the future of Ruby on Rails as a career. We discuss his post, some survey data, and talk about software developers might want to think about this question. Show Notes: Ruby on Rails as a career choice in 2023 Olly Headey Olly's Twitter Sponsored By: Honeybadger If …
  continue reading
 
A whole grab bag of topics today! We talk about some of the well-known storage APIs like localStorage and sessionStorage, as well as the newer IndexedDB API which pairs well with Service Workers. We also talk about the three Observer APIs to help with reacting to DOM mutations, scrolling, and size changes. Apparently fetch DID happen (!), and testi…
  continue reading
 
Elise Shaffer is a trans woman and Staff Software Engineer who loves Ruby and Ruby on Rails. She is also the new host of this podcast! Brittany announces her retirement from the show after a five year run as the host. In this special episode, the pair discuss Brittany's favorite moments from her run, get to know Elise and discuss any upcoming chang…
  continue reading
 
Special co-host Kevin Murphy joined Brittany this week to interview Allison McMillan and Chelsea Kaufman, co-chairs of the upcoming Rubyconf 2023 happening in San Diego. The quartet discussed lessons learned from Railsconf 2023, the approach to thinking about and planning this year's Rubyconf and what is new and different at the event. Show Notes: …
  continue reading
 
The results of the 2023 State of CSS survey are in, and we're here to break it all down and uncover the most interesting nuggets and opportunities as we look ahead to the future of CSS and the web platform. But not before some spicy meta chat on open source governance and how frequent contributors are treated in light of the recent Hotwire Turbo / …
  continue reading
 
Rails World needed a website! Did you want to be on the small team that helps build it? Shami Tomita and Eric Halverson certainly did and so they came on to the show to talk about their experience and the tech stack behind the conferencing app. Backed by Daniel Rassiner and Cody Norman, the crew talked about supporting Juniors and conference tips. …
  continue reading
 
If you love taking about databases, this is the episode for you. Ahead of the launch of his new book, High Performance PostgreSQL for Rails, Andrew Atkinson joined the show with special guest co-host, Pat Bair, to talk about why he wrote a book, why he focused on PostgreSQL and his favorite feature from the upcoming 7.1 release. Show Notes: Landing…
  continue reading
 
The lads are back with an action-packed episode full of juicy details about “buildless” architecture & “Turbo” architecture, server components, tools & techniques which encourage server-rendered HTML pages and fragments sent over the wire, making websites which work without JavaScript, the huge pendulum shift we see in the industry back to coupled …
  continue reading
 
Nick is heading to Rails World to represent the show and he has a ticket to giveaway to a lucky listener! The pair talk about doing hard things first, the renaming of MRSK to Kamal and then a random deep dive on our show's archives. Check out the show notes for giveaway details! Show Notes: The Ruby on Rails Podcast RailsWorld Ticket Contest | Comp…
  continue reading
 
Ariel Fogel is a software engineer with an enduring soft spot in his heart for Ruby and Rails. Since graduating from Dev Bootcamp, he has found himself driven by finding ways to improve the quality of education for coders and non-coders alike. Brittany and Ariel discuss how engineers can level up in how they learn. Show Notes: Ariel's Personal Site…
  continue reading
 
Loading …

Quick Reference Guide