rails/activerecord/lib
Jean Boussier 7a8e58bcb3 Put plural inverse association inference behind a configuration flag
Ref: https://github.com/rails/rails/pull/50284

While having the inverse association configured it generally positive
as it avoid some extra queries etc, infering it may break legecy code,
as evidenced by how it broke `ActiveStorage::Blob` in https://github.com/rails/rails/pull/50800

As such we can't just enable this behavior immediately, we need to provide
and upgrade path for users.
2024-03-25 10:24:21 +01:00
..
active_record Put plural inverse association inference behind a configuration flag 2024-03-25 10:24:21 +01:00
arel Eliminate remaining use of lease_connection in Arel::TreeManager 2024-03-20 20:03:39 +01:00
rails/generators Simplify the implementation to register the correct source_path for the migration template 2023-05-24 22:54:12 +00:00
active_record.rb Add config.active_record.permanent_connection_checkout setting 2024-03-21 12:19:15 +01:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00