BeautifulRuby.com
@beautifulruby.com
40 followers 4 following 12 posts
Video courses, content, and tutorials that will make you a better Ruby and Rails developer at https://beautifulruby.com
Posts Media Videos Starter Packs
beautifulruby.com
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.
Phlex on Rails
Build amazing user-interfaces in Rails with Phlex 💪
beautifulruby.com
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...

✌️
Creating the Phlex on Rails Video Course Outside: an Off-the-Grid Dev Setup & Recording Studio
YouTube video by BeautifulRuby․com
www.youtube.com
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! ✌️
Falcon Async Ruby Web Server: Read The Friendly Source Code
YouTube video by BeautifulRuby․com
youtu.be
beautifulruby.com
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...
Phlex on Rails: Week Twelve Update
Videos have been shot & registration is live
beautifulruby.com
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.
Rack gem: Read the Friendly Source Code
YouTube video by BeautifulRuby․com
youtu.be
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_...
Phlex and Phlex Rails gem: Read The Fantastic Source Code
YouTube video by BeautifulRuby․com
www.youtube.com
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!
ActiveRecord Tenanted Review
YouTube video by BeautifulRuby․com
youtu.be
Reposted by BeautifulRuby.com
bradgessler.com
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
Phlex on Rails
Build amazing user-interfaces in Rails with Phlex 💪
beautifulruby.com
Reposted by BeautifulRuby.com
bradgessler.com
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...
Markdown Image Tags as YouTube and Embed Blocks
Abuse markdown image tags to easily embed YouTube videos and embedded resources in documents
beautifulruby.com
beautifulruby.com
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...
Markdown Referral Code
Automatically inject referral codes into markdown content
beautifulruby.com