The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Submit a post
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
Today
What’s Next in AI That Can Be Built Using Ruby on Rails in 2025
Discover how Ruby on Rails is enabling the next generation of AI-powered applications in 2025, from smart SaaS tools to predictive dashboards, etc. https://blog.railsforgedev.com/ai-with-ruby-on-rails
Learn Ruby/Rails while app starts
https://github.com/igorkasyanchuk/get-smart a simple gem with a collection of Ruby/Rails/gems/JS/SQL tips. Learn them while you start “rails c” or “rails s”.
🚀 Testing Beyond the Basics in Ruby
Ever felt like your test suite only scratches the surface? I just published an article diving into how we can go beyond the green checkmarks and truly understand what’s being tested — and more importantly, what’s not. From test coverage illusions to practical strategies for deep, meaningful tests, this is a must-read if you care about writing reliable, maintainable Ruby applications. [more inside]
Cloudflare R2 with Active Storage
Handling file uploads in Rails applications has never been easier. With Active Storage, we can be up and running in a matter of minutes with local uploads and, with some extra effort, we can get cloud uploads rapidly. In this article, we will learn how to set Cloudflare R2 with Active Storage to use it as our cloud provider and also use Cloudflare’s CDN so we get fast [more inside]
Kamal Deployment Chronicles: The Quest for Production-Like Nirvana
From weekend project to full-stack chaos and container enlightenment. Hooks, hacks, heartbreak—and a happy ending. 👉 Read it: here
🚀 Free SSL Certificates for Your Rails Apps? Yes, Please!
Managing HTTPS doesn’t have to be expensive or manual. I just wrote an article showing how to integrate Let’s Encrypt into your Ruby on Rails application — with automatic verification, issuance, and renewal. 🔐 💡 Plus, I contributed a new generator to the gem that simplifies setup even further. 🙌 If you’re a developer or team looking to secure your Rails apps the right way, for free, this is for you. 👉 Read the full article: https://rubystacknews.com/2025/05/09/%f0%9f%94%92-free-ssl-certificates-for-your-ruby-on-rails-app-using-lets-encrypt/ 💬 Let me know what you think — happy to chat about Rails, infra, or open source contributions!
🔍💡 Deep Dive into Rails' render: More Than Just a View Helper
If you’ve ever wondered how render actually works in Ruby on Rails — beyond just render :show or render json: — I just published a deep dive into its behavior, use cases, and even the underlying source code. [more inside]
Multistep forms with Rails and the Wicked gem
Improving our users’ experience when they sign up for our application is usually a good idea. That’s why dividing long forms into multiple steps increases our chances for conversion. In this article, we will build a multistep onboarding form using Rails and the Wicked gem to avoid writing any custom JavaScript while getting a comparable experience. [more inside]
🚀 Improving Data Validation in Ruby on Rails 🚀
In my latest article, I dive deep into how to implement robust validation systems in Ruby on Rails applications. Whether you’re building custom validation logic, optimizing performance, or ensuring data integrity, this guide offers practical insights on how to elevate your validation processes. [more inside]
🚀 Looking to Integrate External APIs into Your App? Let's Talk! 🌍
In today’s digital world, data is key! If you need to integrate real-time external data into your application, I can help. Whether it’s for financial data, market trends, or anything else, I specialize in API integration to bring that data directly into your app seamlessly. [more inside]
An Introduction to Solid Queue for Ruby on Rails
In this two-part series, we’ll dig deep into Solid Queue’s internals, discover what makes it unique, and learn more about why it was created in the first place: https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
Multi tenant applications with horizontal sharding and Rails Event Store
Have you ever build a multi tenant application? Needed clear data separation? Have you used Rails horizontal sharding? The post provides detailed guidance on setting up shard-aware ActiveRecord models, configuring RailsEventStore with tenant-specific repositories, and handling asynchronous event handlers across shards. It’s a practical resource for developers aiming to scale Rails applications with clear tenant isolation. [more inside]
Scaling Rails - Part 3 is about finding the right number of threads in your process
Continuing our “Scaling Rails” series, our next article explores finding the correct number of threads in your process. We’ll have unused processing power if the number of threads is too low. If the number is too high, it will cause GVL contention and increase latency. [more inside]
🚀 Add Multilingual Support to Your React App with react-i18next! 🌍
Learn how to enhance your React app with multilingual capabilities using react-i18next. This article covers how to implement language switching between English and Spanish, expanding your app’s reach to a global audience. [more inside]
llm-shell v0.1.0 published 🎉
llm-shell is an extensible, developer-oriented command-line utility that can interact with multiple Large Language Models (LLMs). It is great for Ruby hackers who want to hook their code up to LLMs easily. Jump to the Demos section to see it in action! :)
I used to think connecting a React frontend with a Rails API would be complex.
I used to think connecting a React frontend with a Rails API would be complex. Turns out, with the right setup (and a bit of Docker), it’s simpler than I imagined. [more inside]
Terminalwire is open source
Terminalwire is now available under then AGPL license! Details at https://terminalwire.com/articles/agpl-license including the “why”, “why now”, a high-level tour of the source code, and the commercial offerings.
Scaffold Templates
In this episode, we explore using the scaffold generator and modifying the templates to simplify the creation of consistent, Tailwind CSS-styled views and controllers in a Rails application, saving time when prototyping and building new features. https://www.driftingruby.com/episodes/scaffold-templates
Generate Beautiful PDFs with Rails 8 + Paged.js
Looking to create beautifully rendered PDFs in your Rails app? [more inside]
Active Storage & Form Errors: Preventing Lost File Uploads in Rails
Learn how to preserve active storage attachments when a form validation error occurs https://danielabaron.me/blog/active_storage_form_errors/
💡 Do you know why so many developers ship React with Ruby on Rails?
Because they just click — Rails offers a clean, efficient backend, and React brings the interactive, component-driven frontend that modern users expect. [more inside]
Rails, hacking, and Stripe as a scoreboard: Marc Köhlbrugge’s playbook
Martian CEO Irina Nazarova is talking to founders choosing Rails and Marc Köhlbrugge was an obvious success story. And his advice isn’t about “hustle” or “grit” …but curiosity, speed, and a willingness to be publicly wrong. [more inside]