rails/activerecord/lib
Jean Boussier 94fc536007 Prune dead thread from connection pool caches on reap
Otherwise they could linger around and leak memory if a user
checkout connections from short lived fibers or threads.

The undocumented `connection_cache_key` hook point is eliminated
because it was essentially add to allow the connection pool to
be fiber based rather than thread based, which is now supported
out of the box.
2024-02-14 10:57:16 +01:00
..
active_record Prune dead thread from connection pool caches on reap 2024-02-14 10:57:16 +01:00
arel Arel/MySQL ordering nulls_first and nulls_last 2023-11-17 20:59:11 +00: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 active_record.config.validate_migration_timestamps config option. 2024-02-08 12:14:26 -05:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00