Rails 7.2.4 Released: Performance and Database Reliability Patches
Rails 7.2.4 shipped as the fourth patch in the 7.2 line, bringing performance and reliability fixes with no new features or security advisories. Active Record took the biggest changes, including a method_missing performance regression fix and better PostgreSQL connection resilience under timeouts. Action Pack now returns a proper 405 Method Not Allowed for unsupported HTTP verbs, and several components picked up smaller speedups and parsing corrections. The core team recommends upgrading since patch releases preserve API compatibility, so expect no code changes.
Rails 7.2.4 Released: Performance and Database Reliability Patches @ Linux Compatible
Rails 7.2.4 Released: Performance and Database Reliability Patches
Rails 7.2.4 has been released as the fourth patch in the 7.2 series, focusing on performance enhancements and database reliability without introducing new features or security advisories. The update includes significant fixes for Active Record, particularly addressing a performance regression related to method_missing and improving PostgreSQL connection resilience. Additionally, Action Pack now properly handles unsupported HTTP verbs by returning a 405 Method Not Allowed response instead of a 500 Internal Server Error. The core team recommends upgrading to this patch for improved reliability, especially for those relying on specific features like composite primary keys and hyphenated table names
