1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record
eileencodes c74b290414
Don't delegate tasks to ActiveRecord::Base
This PR calls `ActiveRecord::Base` directly on `establish_connection`
and `connection` rather than delegating. While this doesn't have much
effect right now, I'm working on moving the database tasks away from
their reliance on Base and eventually we'll need to pass a class through
to these adapter tasks. This change prepares these adapter tasks for
that change.
2022-09-19 14:50:01 -04:00
..
associations
attribute_methods
coders
connection_adapters Merge pull request #42933 from ghiculescu/postgres-column-types 2022-09-16 17:04:12 -04:00
database_configurations
encryption
fixture_set
locale
locking
middleware
migration
railties Fix Active Record :db_runtime metric 2022-09-15 10:43:33 +02:00
relation Dup and freeze complex types when making query attributes 2022-09-19 09:41:39 +02:00
scoping
tasks Don't delegate tasks to ActiveRecord::Base 2022-09-19 14:50:01 -04:00
type
type_caster
validations
aggregations.rb
association_relation.rb
associations.rb
asynchronous_queries_tracker.rb
attribute_assignment.rb
attribute_methods.rb
attributes.rb
autosave_association.rb Fix: Inconsistent Polymorphic Association Autosave 2022-09-15 13:24:19 +10:00
base.rb
callbacks.rb
connection_adapters.rb
connection_handling.rb
core.rb
counter_cache.rb
database_configurations.rb
delegated_type.rb
destroy_association_async_job.rb
disable_joins_association_relation.rb
dynamic_matchers.rb
encryption.rb
enum.rb
errors.rb Improve warning when db is missing 2022-09-16 15:04:46 -04:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb
future_result.rb
gem_version.rb
inheritance.rb
insert_all.rb
integration.rb
internal_metadata.rb Fix logger tags for SchemaMigration and InternalMetadata 2022-09-16 15:37:37 -04:00
legacy_yaml_adapter.rb
log_subscriber.rb Fix Active Record :db_runtime metric 2022-09-15 10:43:33 +02:00
migration.rb
model_schema.rb
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb
promise.rb
query_cache.rb
query_logs.rb
querying.rb
railtie.rb
readonly_attributes.rb
reflection.rb
relation.rb
result.rb
runtime_registry.rb Fix Active Record :db_runtime metric 2022-09-15 10:43:33 +02:00
sanitization.rb
schema.rb
schema_dumper.rb
schema_migration.rb Fix logger tags for SchemaMigration and InternalMetadata 2022-09-16 15:37:37 -04:00
scoping.rb
secure_password.rb
secure_token.rb
serialization.rb
signed_id.rb
statement_cache.rb
store.rb Updating the ActiveRecord::Store and changing it back should not mark accessor as changed 2022-09-19 11:52:40 +03:00
suppressor.rb
table_metadata.rb
test_databases.rb
test_fixtures.rb
timestamp.rb
token_for.rb
touch_later.rb
transactions.rb
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb