rails/activerecord/lib
eileencodes b69fa80b66
Deprecate name argument in remove_connection
The `name` argument is not useful as `remove_connection` should be called
on the class that established the connection. Allowing `name` to be
passed here doesn't match how any of the other methods behave on the
connection classes. While this behavior has been around for a long time,
I'm not sure anyone is using this as it's not documented when to use
name, nor are there any tests.
2023-07-06 15:55:35 -04:00
..
active_record Deprecate name argument in remove_connection 2023-07-06 15:55:35 -04:00
arel Adds Arel::Nodes::Cte for use in WITH expressions 2023-05-24 19:19:21 -04: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 Disable database prepared statements when query logs are enabled 2023-07-03 16:59:44 +09:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00