A friendly reminder about @friendlyrb our two-day, single track,
relaxed #Ruby and #Rails conference in Bucharest, Romania - September 2025
We have limited seats as we want to keep the conference small so don't forget to reserve your ticket early

A friendly reminder about @friendlyrb our two-day, single track,
relaxed #Ruby and #Rails conference in Bucharest, Romania - September 2025
We have limited seats as we want to keep the conference small so don't forget to reserve your ticket early
How We Fell Out of Love with Next.js and Back in Love with Ruby on Rails & Inertia.js | Hardcover Blog
More about the Baltic Ruby conference and our lineup here: https://balticruby.org/lineup
An Introduction to Solid Queue for Ruby on Rails
https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
Discussions: https://discu.eu/q/https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
Put together a quick micro-gem to make customized ActiveModels based on AR models less painful & verbose https://github.com/practical-computer/trenchcoat
Scaling Rails - Part 3 is about finding the right number of threads in your process
https://bigbinary.com/blog/tuning-puma-max-threads-configuration-with-gvl-instrumentation
Discussions: https://discu.eu/q/https://bigbinary.com/blog/tuning-puma-max-threads-configuration-with-gvl-instrumentation
We’ve planned the conference schedule!
Some details will be added soon, but the big picture is already clear.
Help us spread the word — we need it!
Agenda & Tickets: https://balticruby.org/
RailsConf 2008: Keynote by Joel Spolsky
https://www.youtube.com/watch?v=jNZt6BURJok
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=jNZt6BURJok
I was looking at ye olde Rails gem "acts_as_list" and discovered https://github.com/brendon/positioning
This seems like a solid evolution of that idea. I can tell the author has learned a lot about this category of rails functionality.
I don't love how it has locks and juggles positions to avoid unique index violations I think that can be avoided in postgresql with a deferred unique constraint and a transaction, but not every db supports that (not as portable).
Adding MCP to a Rails app
https://stanko.io/adding-mcp-to-a-rails-app-NG9zkX3dyPq1
Discussions: https://discu.eu/q/https://stanko.io/adding-mcp-to-a-rails-app-NG9zkX3dyPq1
Short Ruby Newsletter Edition 134
https://newsletter.shortruby.com/p/edition-134
Discussions: https://discu.eu/q/https://newsletter.shortruby.com/p/edition-134
I have published a simple ActiveModel serializer called Barley. It is very, very fast, easy to use, and it comes with caching and type-checking baked in. Here is a little introduction... #ruby #rails #barley
https://moskitohero.com/an-introduction-to-barley-the-fast-model-serializer/
Read the full newsletter at https://newsletter.shortruby.com/p/edition-134
Short Ruby Newsletter - edition 134 was published yesterday.
This edition was possible with the help of @vcosmin01 who did all the content editing for this edition.
Let me share some highlights from this edition
J'ai publié un sérializer ruby pour ActiveModel appelé Barley.
Il est très, très rapide, facile à utiliser, et il est livré avec des options de mise en cache et de type-check.
Voici une petite introduction - in english, please...
https://moskitohero.com/an-introduction-to-barley-the-fast-model-serializer/