Hi, zzak again with the changes from the last week in Rails.
This release includes many bug fixes so be sure to upgrade! You can read the full summary of changes here.
A bug was fixed when trying to remove a non-existent middleware off the stack.
An error is now raised in bin/rails when trying to generate a model with a misspelled "index" attribute.
A bug was fixed when using config_for with a shared config that is defined as an array.
A more helpful error message is given when using `render: file` for a non-existent absolute path.
This issue identifies a bug with trying to use `bin/rails credentials:edit` on Windows.
This PR is a follow-up to an older PR that tried to cut down on ActionCable logging noise in development.
This PR introduces a new feature where referential integrity is applied to associations when loading fixtures.

It only works for SQLite and Postgres for now, if anyone has idea how to make this work in MySQL.
20 people contributed to Rails since last time. All the changes can be checked here. Until next week!