🔧 Making Ruby on Rails Integration Easier with trix-genius Generators

April 9, 2025 I recently added a Rails Generator to the trix-genius gem — a small improvement that aims to make integration smoother and faster for developers using Trix with Rails and Stimulus. 👉 TL;DR: rails generate trix_genius:install now does the setup for you. 💬 Need a Custom Ruby Gem for Your App? If you're … Continue reading 🔧 Making Ruby on Rails Integration Easier with trix-genius Generators

Creating a Ruby Gem to Add AI Power to the Trix Text Editor – Trix-Genius v0.0.5

April 1, 2025 Welcome to the second article in my three-part series on building and releasing Ruby gems. In the first article, we talked about Ruby gems and how they can simplify your Rails applications. In this article, I’ll dive deeper into the process of creating a gem designed to add AI-powered functionality to the … Continue reading Creating a Ruby Gem to Add AI Power to the Trix Text Editor – Trix-Genius v0.0.5

🚀 Automating Ruby Gem Creation with Thor: A Guide to the Generator Script 🚀

March 28, 2025 Creating a Ruby gem from scratch often involves repetitive tasks such as setting up the gemspec, creating directories, and initializing version control. To simplify this process, I’ve written a Thor script that automates gem creation. In this post, I’ll walk you through the code behind the generator and explain how to use … Continue reading 🚀 Automating Ruby Gem Creation with Thor: A Guide to the Generator Script 🚀