BeautifulRuby.com's Avatar

BeautifulRuby.com

@beautifulruby.com

Video courses, content, and tutorials that will make you a better Ruby and Rails developer at https://beautifulruby.com

57
Followers
5
Following
19
Posts
28.04.2025
Joined
Posts Following

Latest posts by BeautifulRuby.com @beautifulruby.com

37 Signals Fuzzy Kan-Ban board Rails App: Read The Friendly Source Code
37 Signals Fuzzy Kan-Ban board Rails App: Read The Friendly Source Code YouTube video by BeautifulRuby․com

Here’s the video if you want to skip the article.

youtu.be/pDyF0l7JnNU?...

02.12.2025 21:49 👍 1 🔁 0 💬 0 📌 0
Preview
37 Signals Fizzy Kanban board I walk through the source code of the latest Rails application open-sourced by 37 Signals

37 signals released the source code for their latest Rails SaaS called Fizzy. I did a source code read through video and wrote about it.

I think I found 2 potential security issues along the way too.

Enjoy!

beautifulruby.com/code/fizzy

02.12.2025 21:48 👍 3 🔁 0 💬 1 📌 1
Preview
2025 Ruby Black Friday Deals Save money on Ruby books, courses, and software

I collected all Ruby Black Friday deals I could find & posted them in one spot. Highlights include:

$130 off @beautifulruby.com Phlex on Rails course

$81 off @gorails.com annual subscription

+20% @joemasilotti.com Hotwire native content

Lots of @pragprog.com deals

Enjoy! 🦃🔥💰

27.11.2025 20:58 👍 12 🔁 7 💬 1 📌 1
Adrian Marin, founder of Avo, talks about the business of selling software to developers
Adrian Marin, founder of Avo, talks about the business of selling software to developers YouTube video by BeautifulRuby․com

During the @sfruby.com conference I got a chance to walk with @adrianthedev.com, founder of @avohq.io, and talk about the business of selling self-hosted, installed software to developers.

Turns out it's pretty challenging, but there's some upsides if you can figure out how to do it. 💪

21.11.2025 21:29 👍 8 🔁 1 💬 0 📌 1
Authentication for BeautifulRuby.com: Read The Friendly Source Code
Authentication for BeautifulRuby.com: Read The Friendly Source Code YouTube video by BeautifulRuby․com

I was tempted to add Sign-in with Google & Apple, but left it as email.

There’s something simple and straight forward about it that I like. You’ll sense that when I talk about Supermail.

youtu.be/frc0ukddZRo?...

28.10.2025 05:25 👍 0 🔁 0 💬 0 📌 0
Write JavaScript in Ruby with Opal: Read The Friendly Source Code
Write JavaScript in Ruby with Opal: Read The Friendly Source Code YouTube video by BeautifulRuby․com

Did you know there's a project called Opal that makes it possible to write JavaScript in Ruby? I'm not sure if it's a good idea or not, but it won a Ruby award so I decided to dive in and Read the Friendly Source Code.

www.youtube.com/watch?v=YtRO...

27.10.2025 20:11 👍 2 🔁 0 💬 0 📌 1
Preview
Introducing Phlex on Rails Officially launching a video course for building component-based UIs in Rails

Official launch article for the Phlex on Rails video course.

Huge thanks to @joel.drapper.me for creating @phlex.fun. It was fun making the course for it.

I hope this inspires more people to use Phlex so we can all benefit from building UIs with components without React JS bloat.

💪🚀

21.10.2025 08:34 👍 16 🔁 4 💬 1 📌 0
The Phlex on Rails Video Course is complete! Build component UI's in Rails without React or Vue.js
The Phlex on Rails Video Course is complete! Build component UI's in Rails without React or Vue.js YouTube video by BeautifulRuby․com

Made this video to celebrate finishing the @phlex.fun on Rails video course!

17.10.2025 18:14 👍 2 🔁 0 💬 0 📌 1

Going deeper down @ioquatix.bsky.social's async Ruby rabbit hole: I RTSFC async-http, a gem that implements http for the Falcon web server that Shopify recently deployed to production.

Turns out it's a few different repos & I tried my best to read 1 in under 10 min.
www.youtube.com/watch?v=-IL6...

15.10.2025 07:02 👍 1 🔁 0 💬 0 📌 1
Preview
Phlex on Rails Build amazing user-interfaces in Rails with Phlex 💪

Here's the course if you want to check it out. My fav parts are during the intros when I'm romping around in the woods and suddenly begin coding.

🤣

You'll up your Rails front-end game if you take the plunge.

14.10.2025 08:21 👍 2 🔁 0 💬 0 📌 0
Creating the Phlex on Rails Video Course Outside: an Off-the-Grid Dev Setup & Recording Studio
Creating the Phlex on Rails Video Course Outside: an Off-the-Grid Dev Setup & Recording Studio YouTube video by BeautifulRuby․com

I made the Phlex on Rails video course off-the-grid with Starlink internet, solar power, and a MacBook Air. Everything fit in a 35 lb backpack.

This video shows how I built the portable dev setup & recording studio.

I have a list of all the gear at beautifulruby.com/articles/por...

✌️

14.10.2025 08:10 👍 10 🔁 0 💬 1 📌 1
Falcon Async Ruby Web Server: Read The Friendly Source Code
Falcon Async Ruby Web Server: Read The Friendly Source Code YouTube video by BeautifulRuby․com

Shopify deployed Falcon, an async IO Ruby web server that’s been a labor of love by @ioquatix.bsky.social, to a production Rails app.

I’ve been using it for a while in my Rails app and love it, so of course I had to RTFSC.

It’s very beautifully written code, and fast too.

Enjoy! ✌️

13.10.2025 09:26 👍 2 🔁 1 💬 0 📌 2
Preview
Phlex on Rails: Week Twelve Update Videos have been shot & registration is live

Week 12 update: last video is done!

I still have to finish editing, encoding, and uploading, then finish the copy.

Prices are still $289 and will go up to $329 when that's all done.

beautifulruby.com/articles/phl...

10.10.2025 07:21 👍 0 🔁 0 💬 0 📌 1
37signals Campfire Rails App: Read The Friendly Source Code
37signals Campfire Rails App: Read The Friendly Source Code YouTube video by BeautifulRuby․com

An RTSFC of the 37signals ONCE Basecamp Rails app.

25.09.2025 19:07 👍 3 🔁 0 💬 0 📌 1
Rack gem: Read the Friendly Source Code
Rack gem: Read the Friendly Source Code YouTube video by BeautifulRuby․com

In this RTFSC I walk through rack, an http request/response abstraction that sits between Ruby web frameworks like Rails & @hanamirb.org and web servers like Falcon & Puma.

If you haven’t encountered it yet building Ruby web apps, it’s good to know about it because you will.

22.09.2025 04:29 👍 4 🔁 0 💬 0 📌 1
Hotwire Rails Gem: Read The Friendly Source Code
Hotwire Rails Gem: Read The Friendly Source Code YouTube video by BeautifulRuby․com

Hotwire Rails gem source code RTFSC in under 10 minutes.

youtu.be/qPxyuwZLjkI

18.09.2025 14:54 👍 1 🔁 0 💬 0 📌 1
Phlex and Phlex Rails gem: Read The Fantastic Source Code
Phlex and Phlex Rails gem: Read The Fantastic Source Code YouTube video by BeautifulRuby․com

I dive into the source for the @phlex.fun gem and rails integration and try to make sense of it in the latest Read The Friendly Source Code, aka: RTFSC.

I probably should have busted this apart into two videos because it spans a lot!

www.youtube.com/watch?v=zhz_...

16.09.2025 05:48 👍 4 🔁 1 💬 0 📌 1
Preview
Where is the Enterprise Edition? · Issue #2 · shkm/strong_service Hey, this gem looks great. Solves a lot of problems I've been having with POROs in my apps. One problem, I didn't see a "Call sales" button anywhere so I'm not sure how I can procure this gem and s...

I did a deep dive on @jamie.schembri.me's new Strong Service gem and was impressed with how powerful the gem is for the amount of source is in it, but I was disappointed I couldn't use it in any of my projects because I'm not sure how to procure it.

github.com/shkm/strong_...

06.09.2025 15:33 👍 5 🔁 1 💬 0 📌 0
ActiveRecord Tenanted Review
ActiveRecord Tenanted Review YouTube video by BeautifulRuby․com

I did a deep dive into ActiveRecord Tented source code to answer a few questions:

1. How much of Rails does it touch
2. What databases does it support
3. How does it run migrations?

Turns out it touches a lot of Rails. Check it out!

05.09.2025 02:54 👍 2 🔁 0 💬 0 📌 1
Preview
Phlex on Rails Build amazing user-interfaces in Rails with Phlex 💪

Next week I'm going to start publishing videos for the Phlex on Rails course, which means prices will increase from $249 to $289!

Great way to soak up any remaining training budget after #RailsConf2025 🤣

This week I'm finishing the last chapter about using Phlex with Turbo.

beautifulruby.com

09.07.2025 20:02 👍 2 🔁 1 💬 0 📌 1
Preview
Markdown Image Tags as YouTube and Embed Blocks Abuse markdown image tags to easily embed YouTube videos and embedded resources in documents

My latest @beautifulruby.com code snippet shows how you can abuse Markdown to quickly drop YouTube embeds, etc. into your blog posts via overriding the image tag.

I used it in my first post at beautifulruby.com/articles/phl... to share a video update from YouTube.

beautifulruby.com/code/embed-y...

18.06.2025 07:44 👍 4 🔁 1 💬 0 📌 0
How NoPassword compares to OmniAuth and Devise, 2 popular Rails auth gems. #rails
How NoPassword compares to OmniAuth and Devise, 2 popular Rails auth gems. #rails YouTube video by BeautifulRuby․com

Video comparison of NoPassword vs OmniAuth and Devise.

youtube.com/shorts/5Ry6T...

16.06.2025 21:20 👍 2 🔁 1 💬 0 📌 0
Preview
Markdown Referral Code Automatically inject referral codes into markdown content

What kind of website would I be if I didn't sure beautiful ruby code?

Here's the first snippet I ran into building out the markdown parser for what will eventually be the first article: how to inject referral codes straight into Markdown links.

💉🔗

beautifulruby.com/code/markdow...

09.06.2025 23:04 👍 2 🔁 0 💬 0 📌 1