Articles by Tag #ruby

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Music Monday Spotify Open-Source Sync Bot

I created small Ruby utility that syncs tracks from Music Monday's comments to a Spotify playlist. ...

Learn More 47 14Dec 15 '25

What Just Happened to RubyGems?

By christine September 23, 2025, edited and updated September 25, 2025 And Why We Should...

Learn More 30 8Sep 24 '25

Contributing to RubyGems (.org)

A few months ago, I wrote about a move that bypassed the maintainers who had built the RubyGems and...

Learn More 11 2Jan 28

life is a meme!

MemeExplorer Sinatra App — Developer Takeaways This file summarizes my major learnings and...

Learn More 8 1Nov 2 '25

Untangling the Rails Monolith - quick look at the database

how small incremental changes can benefit in the long term

Learn More 26 0Dec 11 '25

Your First Rhino Contribution: Making MVP Development Even Faster

From Reading to Contributing If you've been following our Rhino Framework series, you've...

Learn More 8 0Oct 10 '25

Hostile Takeover of RubyGems: My Thoughts

I'll keep this post evergreen, as the situation evolves. Also, when you are done reading - hire...

Learn More 11 2Feb 6

Why Ruby Devs Keep Mixing Up Symbols and Frozen Strings; and How to Tell Them Apart

Every time Ruby developers start talking about # frozen_string_literal: true, someone inevitably...

Learn More 11 2Nov 5 '25

Hulk accept postmark challenge!! Hulk write email!

Postmark Challenge: Inbox Innovators. What Hulk built People not respond when Hulk write...

Learn More 14 0May 29 '25

BetterStructureSql - Clean Database Schema Dumps for Rails (Beta)

A pure Ruby gem that generates clean structure.sql files without pg_dump noise. Currently running in 4 production apps. Looking for feedback!

Learn More 8 0Nov 20 '25

Tired of Rails one-off scripts becoming a nightmare? I built something for that.

You know the drill. You need to run a script once to fix some data, update user preferences, or...

Learn More 4 0Nov 17 '25

Advanced Ruby Regular Expressions: Mastering Pattern Matching and Text Processing

Introduction Regular expressions in Ruby represent one of the most powerful text...

Learn More 20 3Jun 4 '25

MCP Development with Ruby and Gemini CLI

Leveraging Gemini CLI and the underlying Gemini LLM to build Model Context Protocol (MCP) AI...

Learn More 3 1Jan 11

Role-Based Authorization for Rails: How We Built Rabarber

The Problem We built an admin area for a sales company that included a custom CRM,...

Learn More 6 4Nov 10 '25

"IN MEMES WE TRUST, ALL HAIL THE EXPLORER!"

Meme Explorer 🚀 Overview Meme Explorer is not your typical Sinatra CRUD app —...

Learn More 3 2Nov 1 '25

Setting Up Solid Cache on Heroku with a Single Database

I ran into an issue trying to deploy a Rails 8 app to Heroku that was using Solid Cache. This was for a small MVP and ultimately I wanted to use the Solid stack (cache, queue, job) but wanted this to run off a single database on a PaaS like Heroku. The following outlines what I did to get this working.

Learn More 1 1Nov 11 '25

Semantic Caching for RubyLLM: Cut Your AI Costs by 70%

If you're using RubyLLM to build AI-powered applications in Ruby, you're already enjoying a clean,...

Learn More 9 0Feb 3

I Built a Dungeon Crawler Game in Ruby (And It Actually Works)

When I tell people I'm building a game in Ruby, I get looks. "Ruby? For a game? Isn't that......

Learn More 1 0Nov 22 '25

Create a Kanban board with Rails and Hotwire

This article was originally published on Rails Designer This one has been in my "articles...

Learn More 4 3Oct 9 '25

The Rust Learning Paradox: Why Beginners Learn Faster

After 15 years of Python/Ruby/JS, learning Rust feels like being told you've been holding your fork...

Learn More 5 1Nov 20 '25

The Stained-Glass Artisan: Composing UIs with Turbo Frames

There is a quiet moment, just after a feature is "done," when you click a link and witness the...

Learn More 2 1Oct 22 '25

Ruby on Rails in 2026: A Developer's Journey Through Time, Code, and Craft

The most beautiful code is the one you don't have to write—a philosophy that has kept Rails vibrant...

Learn More 1 0Dec 29 '25

Two products, one Rails codebase

This article was originally published on Rails Designer's Build a SaaS (apologies for the title,...

Learn More 3 0Nov 5 '25

Announcing Attractive.js, a new JavaScript-free JavaScript library

This article was originally published on Rails Designer After last week's introduction of Perron,...

Learn More 1 0Oct 23 '25

The Symphony of Scale: A Case Study on Conducting 10x Traffic

You don't build a cathedral all at once. You lay a foundation, you raise the pillars, and you hope...

Learn More 1 0Oct 11 '25

Mine Artisan's Workshop: Evolving Service Objects into Policies, Forms, and Queries

There comes a time in every senior Rails developer's journey when the app/services directory becomes...

Learn More 1 0Oct 24 '25

Inline editing with custom elements in Rails

This article was originally published on Rails Designer How would you tackle this feature in a...

Learn More 3 0Nov 13 '25

The `concerns/` Folder: A Loom of Architecture or a Digital Junk Drawer?

Every seasoned Rails developer remembers the first time they opened a mature codebase. You navigate...

Learn More 5 0Oct 21 '25

Update page title counter with custom turbo streams in Rails

This article was originally published on Rails Designer A few weeks ago I helped someone start...

Learn More 1 0Nov 6 '25

Train Your Own LLM: A Deep Dive with Ruby

Author: Davide Santangelo www.davidesantangelo.com The landscape of Artificial Intelligence (AI) is...

Learn More 18 1Apr 11 '25