Community-driven Ruby news and articles
257 articleshttps://www.carmatec.com/blog/understanding-rubys-redo-retry-break-and-next/
As developers, there usually comes a time when we have to deal with syntax highlighting. Whether we’re building a blog, a CMS, a documentation site, o...
Hire top iOS app developers to turn your business ideas into successful mobile apps. Our iOS app development agency builds feature-rich, user-friendly...
https://jpcamara.com/2025/10/22/bitmasks-threads-and-interrupts-concurrent.html
Need to switch from Ruby to SQL schema mid Rails project? Here’s how https://danielabaron.me/blog/from-ruby-to-sql-schema/
The ModuleNotFoundError: No module named ‘rest_framework’ is a common issue faced by developers working with Django REST Framework (DRF). This error t...
Because Rails developers don’t want to write JavaScript 👉 https://railsdesigner.com/announcing-attractive-js/
https://rubyelders.com/writings/2025-10-ruby-butler-1.html
Say goodbye to messy service objects. CMDx provides a framework for designing complex business logic with clarity and consistency. https://drexed.gith...
https://www.fastruby.io/blog/rails-event-notify.html
Sometimes you just need to quickly clear the cache when working in your development environment. Full snippet here: https://avohq.io/blog/quickly-clea...
I’m officially launching the Phlex on Rails video course at https://beautifulruby.com/articles/phlex-on-rails-launch. It’s 45 videos split up across 7...
I wanted to see what it would take to implement crypto payments in my app. With Coinbase Commerce, it’s surprisingly easy.
If we have a site that publishes a considerable amount of content, we usually need to generate the assets that go with each piece of content. For exam...
If you’re building a Ruby project without Rails and miss the convenience of bin/rails console, this post walks through how to set up a similar interac...
I reported a few weeks ago some discrimination that my girlfriend has experienced at a tech team, which is similar to discrimination I have experience...
Going through SOC 2 compliance for Humadroid made me realize there’s a gap in Rails security - between basic authentication and actually sleeping at n...
https://railsdesigner.com/introducing-perron/
We’ve compiled suggestions of specific exercises that will expose you to a wide range of examples that embody the most important concepts and prepare ...
Turbo and ActionCable make it easy to build real-time features in our apps. How do they work? This article attempts to demystify some of the inner wor...
Rails 8.1 is really leaning into running our CI pipelines locally. Here’s a bit of a rundown: https://www.fastruby.io/blog/rails-8-1-local-ci.html
Let’s explore how to render a preview of a component in Showcase for Rails: https://blog.appsignal.com/2025/10/15/render-a-component-preview-in-showca...
Lexxy is a new rich text editor for Rails Action Text, built on Meta’s Lexical framework. It adds cool features like easy Markdown support, real-time ...
This summer I made a Phlex on Rails video course outside, off the grid, so I wrote about it at https://beautifulruby.com/articles/portable-workstation...
Helping users navigate through our site with ease helps them reach their desired destination thus improving their experience within our application. B...
https://www.railscarma.com/blog/how-to-raise-and-rescue-exceptions-in-ruby/
Our beloved virtual intern, to whom we left our PRs in the hands of, just got up to speed.
This covers an interaction that happened after responding truthfully to “Dear Rubyists: Shopify Isn’t Your Enemy”. I have covered multiple times the m...
https://railsdesigner.com/kanban-rails-hotwire/
Rails Start! helps you quickly launch a Rails app on any operating system. Learn how I use Make and Makefile to organize fast setup and a convenient R...
Search is everywhere 🙌 Every app needs it eventually. Rails gives us tons of options, from simple ILIKE queries to pgsearch or Elasticsearch. This art...
AIA provides a concurrent multiple model LLM prompt execution environment. This release adds the ability to tailor each LLM or instance of an LLM by a...
After months of development and testing, Veri has reached its first stable release!
A quick overview of some of the non-standard patterns we use in our 8+ year-old codebase: https://ptrchm.com/posts/ruby-on-rails-event-driven-modular-...
Most Rubyists are familiar with rubygems.org. The source at top of every Gemfile is so Bundler can download and install gems from the rubygems server....
This week I added a feature to Supermail that generates mailto hyperlinks: https://beautifulruby.com/code/supermail-mailto-links
The article explores performance tuning in Ruby through the lens of an event bus implementation for the Rage framework - https://dev.to/roman_samoilov...
We are going to set up Showcase for a Rails application in the first part of this three-part series on Showcase: https://blog.appsignal.com/2025/10/01...
Well, many people are confused which one they choose for development. I have written a blog in details which will clear your doubts which one you need...
When a Turbo Frame updates, you sometimes need to also update UI elements that sit outside the frame but logically belong to it—like a menu, counter, ...
I built a delightful toast component for Rails inspired by the Sonner React project • Check it out here
https://www.carmatec.com/blog/generating-random-numbers-in-ruby/
Easily run your RSpec specs faster locally by parallelizing them — https://railsnotes.xyz/blog/parallel-rspec
Rails Start! is a solution built on Docker and Make that allows you to launch Ruby on Rails on any operating system in just a few minutes. The project...
A step-by-step tutorial for building a Sinatra web application in Ruby. Covers routes, ERB templates, sessions, and REST principles to create a full C...