Hello Ruby folks. Wojtek from this side reporting on latest additions to Rails codebase.
It is now possible to configure Active Storage to hold public/private blobs. Public services will always return a permanent URL.
Adds support for inversing belongs_to -> has_many Active Record associations through a config option.
Helps to define custom autoload inflections independently from Active Support.
When using indexed errors option, translated messages for them will be looked up by the standardized key.
Handy shortcut for defining routes.

45 people contributed to Rails since last time. Check out the detailed list of all changes.
Until next time.