Community-driven Ruby news and articles
169 articlesMost 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...
https://ducktypelabs.com/how-does-turbo-listen-for-turbo-streams/
After reading Joel Drapper’s article “Shopify, pulling strings at Ruby Central, forces Bundler and RubyGems takeover” and Josef Simanek’s article “Why...
SpellKit brings blazing-fast spell checking and typo correction to Ruby through native Rust bindings. Built on the SymSpell algorithm, it corrects use...
Meet Ruby Butler — a cargo/uv-inspired helper to reimagine your gem & bundler experience. Now at your service (for free).
Rails Blocks is a ready-to-use collection of 230+ UI components with minimal dependencies and a focus on simplicity
I got annoyed at all the level of indirection in ActionMailer and created Supermail, which you can read about at https://beautifulruby.com/code/superm...
In 2025, the UK accounting industry is rapidly evolving, with outsourcing to India emerging as a strategic move for firms of all sizes. Rather than be...
From basic setup to advanced MCP integration: using Dev Containers for portable development environments that eliminate “works on my machine” problems...
Flaky tests, be gone: long-lasting relief for chronic CI retry irritation!
https://www.rubynewbie.org/how-to-prepare-for-a-technical-interview
Rails Conferences Are Discriminatory, Unintelligent, and Hateful of Ruby in 2025 https://andymaleh.blogspot.com/2025/09/ruby-on-rails-conferences-are....
https://sinaptia.dev/posts/rails-views-performance-matters
The Single-Page Application madness is a part of the past and Hotwire is the go-to alternative for interactive Rails applications. However, there are ...
https://www.algonote.com/entry/neo4j-architecture
A few years ago I hacked together some Ruby on Rails app templates and people seemed to like them. Then life happened and the project sat in the archi...
After building several startup projects with RoR, I wanted to sit down and understand Ruby syntax. Like what does it look like when you have time and ...
Glimmer DSL for Web (Frontend Framework for Ruby on Rails) version 0.7.2 & 0.7.3 add new samples to demonstrate the newly added features of Compon...
A compilation of good practices to write optimized Ruby code that you can apply to any Rails application: https://www.rorvswild.com/blog/2025/more-eve...
Bridging the gap between static Markdown sites and fullstack database-driven application deployments, v2 of the Bridgetown web framework has long been...
Although, rails isn’t very popular for web3 apps. I thought it may be useful for some. Currently, implementing login with metamask is needlessly compl...
Hello! I’m happy to share I’ve finally completed the latest edition of my book, Everyday Rails Testing with RSpec. Here’s what’s new. As always, it’s ...
Getting organic traffic is a nice and sustainable way to build a digital business. But if we’re not careful with the way we render our pages, we can h...
https://judoscale.com/blog/autoscaling-insights-what-nearly-a-decade-of-autoscaling-your-apps-has-revealed-to-us
Why and how does a <turbo-stream> make the DOM change? What do Turbo Streams have to do with web sockets? What even is a <turbo-stream>?
I have experienced something like this at Ruby shops before. My girlfriend keeps getting mistreated at her job where she works as a Scrum Master. Some...
We just released Veri v0.4.0, introducing multi-tenancy support. Now you can isolate authentication sessions per tenant, whether that’s a subdomain or...
A walkthrough video about Opal Stimulus, the gem that allows you to write Stimulusjs controllers in Ruby!
The full recap of my Rails World talk introducing ReActionView and Herb::Engine is now live. 🌿
So using Ruby, what is the largest Fibonacci number we can calculate quickly? https://www.rorvswild.com/blog/2025/fibonacci-ruby-algorithms
Here is Rails World 2025 from a first time speaker perspective. My goal was to give a taste of the conference if you missed it and a different perspec...
https://railsdesigner.com/saas/saas-feature-access/
Do you use Chromium for testing or automation? Have you tried running it in a container, only to hit the dreaded –cap-add=SYS_ADMIN problem? You’re ri...