rails/activerecord/lib
eileencodes 5bb357f14a
Use adapter_class instead of connection_class for adapters
In Active Record `connection_class` already means "the class in your
application that established the connection" so I would prefer it only
have that one meaning. This change swaps `connection_class` for
`adapter_class` where applicable.
2022-09-30 16:14:51 -04:00
..
active_record Use adapter_class instead of connection_class for adapters 2022-09-30 16:14:51 -04:00
arel Speed up arel visitor dispatch 2022-09-02 12:33:20 -07:00
rails/generators Delegate application record generator description to orm hooked generator. 2022-09-08 18:19:51 -05:00
active_record.rb Facilitate use of any regular ERB in database.yml 2022-09-27 17:07:40 +02:00
arel.rb Merge PR #40491 2021-10-14 20:46:08 +00:00