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
2021-11-05 12:15:12 -04:00
..
associations Fix STI in available_records causing new instances of records to be loaded from database 2021-10-27 13:51:10 +00:00
attribute_methods Check for default function before attribute changes for partial inserts 2021-10-26 18:25:21 +02:00
coders Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
connection_adapters Extract AbstractAdapter#schema_version 2021-11-02 03:26:40 +10:30
database_configurations Add support for setting the schema/structure dump filepath in the config 2021-10-26 10:09:21 -04:00
encryption Validate encrypted message formats 2021-10-19 20:14:22 -07:00
fixture_set Raise error on invalid fixture primary key 2021-07-14 08:54:38 -04:00
locale
locking Accept optional transaction args to #with_lock 2021-09-23 09:43:00 -04:00
middleware Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
migration Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
railties Extract AbstractAdapter#schema_version 2021-11-02 03:26:40 +10:30
relation Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
scoping Merge branch 'main' into remove_scope_overwrite_warning 2021-09-14 19:57:23 -07:00
tasks Add support for setting the schema/structure dump filepath in the config 2021-10-26 10:09:21 -04:00
type Fix bug with TypeMap default values 2021-07-14 13:26:37 -04:00
type_caster
validations Fixed guide to case_sensitive option for Activerecord uniqueness validator [skip ci] 2021-09-23 00:20:39 +09:00
aggregations.rb Use Enumerator#all? and Enumerator#any? with classes instead of iterations 2021-02-07 01:29:50 -05:00
association_relation.rb Allow build multiple records even on non association relation 2021-02-08 21:48:27 +09:00
associations.rb Fix has_many inversing recursion on models with recursive associations 2021-11-05 12:15:12 -04:00
asynchronous_queries_tracker.rb Call Executor#wrap around each test 2021-10-28 15:18:29 +02:00
attribute_assignment.rb Use Enumerator#all? and Enumerator#any? with classes instead of iterations 2021-02-07 01:29:50 -05:00
attribute_methods.rb Filter virtual columns from the attribute names 2021-09-19 22:04:53 +02:00
attributes.rb Allow serialize attribute on alias_attribute 2021-02-08 20:47:19 +09:00
autosave_association.rb Make inversed association stale after updating id 2021-10-13 15:52:05 -04:00
base.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
callbacks.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
connection_adapters.rb Register autload for Deduplicable 2021-04-28 03:37:07 +00:00
connection_handling.rb Add ActiveRecord::Base.prohibit_shard_swapping 2021-10-18 11:26:04 -04:00
core.rb Fix incomplete :nodoc: directives [ci-skip] 2021-07-28 10:30:06 -05:00
counter_cache.rb
database_configurations.rb Replace kwarg for displaying all configurations 2021-08-17 09:27:18 -04:00
delegated_type.rb Add accepts_nested_attributes_for support when using delegated_type (#41717) 2021-11-03 14:10:55 +01:00
destroy_association_async_job.rb Make queues a module instance variable 2021-06-10 18:31:33 +02:00
disable_joins_association_relation.rb Remove unused constant from disable_joins_association_relation 2021-04-19 22:26:33 -07:00
dynamic_matchers.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
encryption.rb Add support for uniqueness validations 2021-04-01 15:02:15 +02:00
enum.rb Add tests for enum with strings 2021-10-25 13:34:28 -04:00
errors.rb Remove message from ActiveRecord::Rollback example 2021-10-05 16:02:28 +02:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
future_result.rb Use Process.clock_gettime unit argument to save some floating point multiplications 2021-10-21 10:05:32 +02:00
gem_version.rb Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
inheritance.rb Delete AS::Dependencies.safe_constantize 2021-08-20 17:51:05 +02:00
insert_all.rb Allow record_timestamps override on {in,up}sert_all 2021-10-12 19:54:11 -04:00
integration.rb Make default_timezone a module instance variable 2021-06-10 17:25:38 +02:00
internal_metadata.rb Set record_timestamps = true in AR::InternalMetadata 2021-08-11 10:05:07 +02:00
legacy_yaml_adapter.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
log_subscriber.rb Report async queries lock wait duration 2021-06-25 13:59:47 +02:00
migration.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
model_schema.rb Stop using the deprecated direct_descendants in Active Record 2021-10-28 11:44:06 +02:00
nested_attributes.rb Update docs for nested_attributes to reflect default belongs_to behavior 2021-09-30 21:14:47 -05:00
no_touching.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
null_relation.rb Avoid running async queries on null relations 2021-05-17 21:34:41 +01:00
persistence.rb Document new record_timestamps option on insert_all 2021-10-13 13:34:13 -04:00
query_cache.rb Make legacy_connection_handling a module instance variable 2021-06-10 15:00:20 +02:00
query_logs.rb Properly clear the ActiveRecord::QueryLogs context 2021-10-27 10:36:33 +02:00
querying.rb Add ActiveRecord::QueryMethods#in_order_of. 2021-08-02 16:11:36 -04:00
railtie.rb Call Executor#wrap around each test 2021-10-28 15:18:29 +02:00
readonly_attributes.rb Add docs for attr_readonly 2021-07-12 12:56:25 -05:00
reflection.rb Fix has_many inversing recursion on models with recursive associations 2021-11-05 12:15:12 -04:00
relation.rb Use nested queries when doing DELETE and GROUP_BY and HAVINAG clauses present. 2021-11-01 21:39:20 -04:00
result.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
runtime_registry.rb Avoid class_eval 2021-08-06 18:03:33 +09:00
sanitization.rb [AR] Fix typo of disallow_raw_sql! exception msg 2021-06-28 10:22:30 +08:00
schema.rb
schema_dumper.rb Merge PR #41487 2021-09-22 18:43:16 -04:00
schema_migration.rb Eagerly define attribute methods for internal models 2020-11-06 23:46:16 +00:00
scoping.rb Use methods to get ScopeRegistry values rather than symbols 2021-04-02 12:14:57 -07:00
secure_token.rb
serialization.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
signed_id.rb Make signed_id_verifier_secret a class attribute 2021-06-11 09:14:28 +02:00
statement_cache.rb Fix binds logging for HomogeneousIn 2021-02-25 20:37:20 -05:00
store.rb Attribute reader / writer methods are defined as public methods 2020-10-02 22:23:38 +09:00
suppressor.rb
table_metadata.rb Fix complicated has_many through with nested where condition 2021-01-05 11:40:04 +09:00
test_databases.rb Convert many ActiveRecord::Base class variable into instance variables 2021-06-10 18:31:33 +02:00
test_fixtures.rb Make reading_role and writing_role module instance variables 2021-06-10 18:24:37 +02:00
timestamp.rb Make default_timezone a module instance variable 2021-06-10 17:25:38 +02:00
touch_later.rb
transactions.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
translation.rb Standardize nodoc comments 2021-07-29 21:18:07 +00:00
type.rb attribute should not require a connection is established 2021-02-02 15:04:23 +09:00
type_caster.rb
validations.rb
version.rb