rails/activerecord/lib
Jean Boussier 2da1852ac9 Delay Adapter#check_version to #configure_connection
Ideally we should be able to checkout an Adapter instance without
triggering a connection to the server.

For some adapters like Trilogy that is the case today, but only if
you have a schema cache loaded, otherwise `check_version` will trigger
a query.

I think this check can be delayed to when we actually use the connection.
2023-09-29 08:53:16 +02:00
..
active_record Delay Adapter#check_version to #configure_connection 2023-09-29 08:53:16 +02:00
arel Merge pull request #48095 from ippachi/triple-dot-range-unscope 2023-09-04 17:16:25 +09: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 Change has_secure_token default to on: :initialize 2023-09-01 20:17:22 +00:00
arel.rb Fix a code block in the Arel documentation 2023-05-06 18:57:12 -07:00