May 9, 2025 Security is no longer optional β every modern web app must support HTTPS. Thankfully, Let's Encrypt provides free SSL certificates, and with a bit of Ruby magic, you can integrate them directly into your Rails application. Recently, I worked on automating this setup and even contributed a pull request to simplify the … Continue reading π Free SSL Certificates for Your Ruby on Rails App Using Let’s Encrypt
Category: Weelkly Article
This section includes the best article of the week.
π Connecting Ruby on Rails and React: Building a Simple User List API
May 5, 2025 In my recent project, I built a basic full-stack integration using Ruby on Rails as an API backend and React for the frontend, both running in Docker containers. The goal was simple: list users fetched from a Rails API into a React component. What surprised me the most? It turned out to … Continue reading π Connecting Ruby on Rails and React: Building a Simple User List API
β¨ The Art of Lossless Data Compression in Ruby
April 24, 2025 In a world overflowing with data, compression isn't just a matter of saving spaceβitβs about efficiency, speed, and clean design. Thatβs where lossless data compression stands out: perfect reconstruction of original data, with zero information loss. Recently, I explored a classic algorithmβRun-Length Encoding (RLE)βand implemented it in pure Ruby. Itβs a great … Continue reading β¨ The Art of Lossless Data Compression in Ruby
π Introducing TrixGenius Alpha 0.1.2 β Now with AI-Powered Math Evaluation!
TrixGenius Alpha 0.1.2 April 15, 2025 π’ I just released a new version of my Rails engine and gem: TrixGenius! This gem extends the beloved Trix Editor with some fresh, AI-powered superpowers β all using Hotwire (Turbo + Stimulus). Whether you're building internal tools, CMS interfaces, or AI-enhanced content platforms, TrixGenius gives your rich text … Continue reading π Introducing TrixGenius Alpha 0.1.2 β Now with AI-Powered Math Evaluation!
π Finally! The Alpha Version of TrixGenius Has Arrived β Supercharge Your Trix Editing Experience with AI! π§
April 10, 2025 After many late-night commits, experiments, and way too much mate β β Iβm incredibly excited to introduce the alpha release of a gem Iβve been crafting with love: TrixGenius β A smart extension for Trix + ActionText + Hotwire. π Supercharge Your Trix Editor with DeepSeek AI in Ruby on Rails Discover … Continue reading π Finally! The Alpha Version of TrixGenius Has Arrived β Supercharge Your Trix Editing Experience with AI! π§
π§ 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
π 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 π
Creating Reusable code in Rails: Plugins, Metaprogramming, and Best Practices
March 25, 2025 Rails developers often face the challenge of writing clean, reusable, and maintainable code. Achieving this requires leveraging plugins, metaprogramming, and Rubyβs dynamic nature. In this article, weβll explore practical ways to implement these techniques, ensuring your Rails code is DRY (Donβt Repeat Yourself) and efficient. π‘ Looking to improve your application's code … Continue reading Creating Reusable code in Rails: Plugins, Metaprogramming, and Best Practices
Handling File Transfers in a Heroku Environment with Net::SFTP
March 20, 2025 Daily readers, todayβs article is a bit different. Usually, I dive into a specific Ruby or Ruby on Rails topic, but today, time is short, and I need to handle different tasks. So, Iβll share a quick but useful real-world problem I encountered. Need Help with a Heroku Project? Do you need … Continue reading Handling File Transfers in a Heroku Environment with Net::SFTP
π¨ Enhancing the Trix Rich Text Editor in Ruby on Rails 8: A Custom Touch for a Better Experience!
March 13, 2025 Hey there, Rails enthusiasts! π I recently dove into customizing the Trix Rich Text Editor on a Ruby on Rails 8 project, and I wanted to share my journey with you all. Whether you're a seasoned Rails developer or just starting out, customizing your text editor can add a personal touch to … Continue reading π¨ Enhancing the Trix Rich Text Editor in Ruby on Rails 8: A Custom Touch for a Better Experience!









