News

Autoscaling on Heroku Fir: Your Options Today in 2025
Heroku has just launched their latest platform—Fir—and it’s their biggest launch in a decade. Built on Kubernetes and featuring expanded dyno options, cloud-native buildpacks, and integrated OpenTelemetry, Fir represents a significant evolution fo...


Introducing Herb: A new HTML-Aware ERB Parser for smarter developer tooling | Marco Roth
As web development in Ruby evolves - especially with the rise of Hotwire and HTML-over-the-wire patterns - it’s become clear that traditional ERB tooling hasn’t kept up.
Rails has always been a joy to work with and always stood out in it’s develo...






JRuby 10, Part 1: What's New – Charles Oliver Nutter – Java, Ruby, and JVM guy trying to make sense of it all
I am very excited to introduce you to JRuby 10, our biggest leap forward since “JRuby 9000” was released almost a decade ago.
I am very excited to introduce you to JRuby 10, our biggest leap forward since “JRuby 9000” was released almost a decade ...

Rails 8 Removes Channels From Default App Structure. | Saeloun Blog
With Rails 8, channels folder dropped from default app/ structure as Hotwire is default in RailsActionCable integrates websockets with our app which allows two-way communication between the server and client without the need for continuous page re...