Hi, Wojtek from this side. We are coming back with newsletter! Here are the changes in Ruby on Rails codebase from the last week.
Destroying associated records can now be done in background job by setting dependent: :destroy_async option.
Add support for PostgreSQL interval data type with conversion to ActiveSupport::Duration when loading records from database and serialization to ISO 8601 formatted duration string on save.
Active Storage configuration files for specific environment like config/storage/production.yml will take precedence over config/storage.yml.
It should ease complex configuration scenarios which may arise when configuring services per attachment.
Permit applications to hack in custom databases for Active Storage, Action Text and Action Mailbox models by extracting base Active Record class.
17 people contributed to Rails since the last week. Check out the detailed list of all changes. Until next week!