"For me, the answer is no — Rails 8 doesn’t remove the value proposition of platforms. I’d rather focus on my app and let a platform like Heroku handle the infrastructure."
New article by Jeffery Morhous
https://www.honeybadger.io/blog/rails-no-paas/?utm_source=mastodon&utm_medium=social
You should be using circuit breakers.
I've seen too many apps go belly-up because some external service went down. Please wrap your service calls with a circuit breaker to save yourself the pain.
Herb: Powerful and seamless HTML-aware ERB parsing and tooling
Discussions: https://discu.eu/q/https://herb-tools.dev/
Great news for everyone who was waiting for accommodation details. We are partnering with a couple of hotels and confirmed from 10% to 25% discounts. Hope that helps!
Details: https://balticruby.org/location
More about the Baltic Ruby conference and our lineup here: https://balticruby.org/lineup
Building High Performance Ruby REST APIs with Rage
https://zuplo.com/blog/2025/04/13/ruby-rage-rest-api-tutorial
Discussions: https://discu.eu/q/https://zuplo.com/blog/2025/04/13/ruby-rage-rest-api-tutorial
Funny thing.
So in most #Ruby web frameworks (works with Roda, Rails and I think Sinatra, at the very least) you can mount other Rack apps to endpoints.
IIRC that's how Rodauth works.
But I haven't seen the ability to mount other WSGI apps in #Python frameworks.
Wonder if there's a technical reason for that, or if it's just, something that isn't needed.
Fix N+1 Queries Without Eager Loading Using a SQL Subquery
https://www.writesoftwarewell.com/fix-n-plus-1-queries-with-sql-subqueries-in-rails/
Discussions: https://discu.eu/q/https://www.writesoftwarewell.com/fix-n-plus-1-queries-with-sql-subqueries-in-rails/
#Rust home page is rust-lang.org and people keep calling it Rust.
#Kotlin home page is kotlinlang.org, and people keep calling it Kotlin.
#Ruby home page is ruby-lang.org and, guess what? people keep calling it Ruby.
Why on Earth Go programmers feel compelled to call their preferred programming language adding a -lang suffix is a mystery to me.