Ruby 3.4 introduces the `it` parameter for single-argument blocks, offering a more readable alternative to numbered parameters.
Ruby 3.4 starts the transition to frozen string literals by default. Here's what changes, why you should care, and how to prepare your Rails app.
Ruby 3.4 introduces Happy Eyeballs v2, dramatically reducing connection delays for external API calls in Rails applications