rails/activerecord/lib/active_record
2023-08-09 20:51:23 +00:00
..
associations Revert "Merge pull request #46386 from lazaronixon/fix-has-one-create-record" 2023-07-26 14:52:31 +09:00
attribute_methods Document ActiveRecord::AttributeMethods::Dirty module in the API docs 2023-06-30 11:02:16 +02:00
coders Avoid "comparison of Gem::Version..." error in Ruby < 3.1 2023-02-23 11:25:45 +00:00
connection_adapters Merge remote-tracking branch 'Shopify/get-rid-of-trilogy-errors' 2023-08-03 16:06:02 -07:00
database_configurations 💅 Several fixes to AR::DatabaseConfigurations docs 2023-05-29 19:10:02 +09:00
encryption Fix queries for deterministically encrypted attributed for data migrated from 7.0. (#48676) 2023-07-17 19:38:54 +02:00
fixture_set Support fixture associations for composite models 2023-04-14 18:12:18 -04:00
locale
locking Fix decrementing counter caches for parent records using optimistic locking 2023-05-30 02:17:37 +03:00
middleware 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
migration Adding PG enum rename, add value, and rename value migration helpers 2023-06-15 10:03:23 -04:00
railties Remove connected? check from db_runtime payload 2023-07-10 11:21:59 -04:00
relation No need for local variable for relation 2023-08-04 02:23:03 +00:00
scoping Show generated SQL as comment wihout => in all examples [ci-skip] 2023-02-06 18:38:07 +01:00
tasks Fix parallel testing (issue #48547) 2023-07-05 10:50:54 -04:00
type Eagerly cast serialized query attributes 2023-07-13 11:44:33 +02:00
type_caster
validations 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
aggregations.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
association_relation.rb Enable Style/EvalWithLocation 2023-01-11 18:46:09 -05:00
associations.rb Improve CPK error message 2023-07-12 16:02:46 -05:00
asynchronous_queries_tracker.rb
attribute_assignment.rb Remove redundant require: follow #10776 2023-03-15 18:16:51 +09:00
attribute_methods.rb Use ActiveRecord.deprecator for the alias attribute deprecation 2023-08-09 20:51:23 +00:00
attributes.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
autosave_association.rb Revert "Merge pull request #48413 from fatkodima/fix-autosave-association-with-validation-on-save" 2023-08-02 19:53:53 +00:00
base.rb Implement marshal_dump and marshal_load on ActiveRecord::Base 2023-03-28 16:46:14 +02:00
callbacks.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
connection_adapters.rb Refactor Active Record Schema Cache to not hold a connection 2023-07-13 12:34:13 +02:00
connection_handling.rb Deprecate name argument in remove_connection 2023-07-06 15:55:35 -04:00
core.rb Call proxy methods from alias_attribute generated methods 2023-07-17 22:22:28 +00:00
counter_cache.rb Merge pull request #48082 from ybakos/ar_counter_cache_examples 2023-05-09 19:45:04 +03:00
database_configurations.rb 💅 Several fixes to AR::DatabaseConfigurations docs 2023-05-29 19:10:02 +09:00
delegated_type.rb Fix header level for ActiveModel::Naming and DelegatedType 2023-04-22 11:25:27 +02:00
deprecator.rb Add ActiveRecord.deprecator 2022-10-25 14:23:08 -05:00
destroy_association_async_job.rb Add some missing headers to Active Records docs [ci-skip] 2023-04-21 11:09:34 +02:00
disable_joins_association_relation.rb Avoid casting to an integer 2023-02-27 10:49:09 +11:00
dynamic_matchers.rb
encryption.rb Add a encryption option to support previous data encrypted non-deterministically with a SHA1 hash digest (#48530) 2023-06-25 10:16:22 +02:00
enum.rb Revert "Revert "Merge pull request #48527 from ghiculescu/active-record-enum-id"" 2023-06-21 08:56:13 +10:00
errors.rb Store connection_pool in DB exceptions 2023-06-02 10:44:28 -04:00
explain_registry.rb
explain_subscriber.rb
explain.rb Move shared database logic to MySQL::DatabaseStatements 2023-05-03 10:11:27 -04:00
fixtures.rb Fix comment syntax [ci-skip] 2023-07-16 15:19:31 -05:00
future_result.rb Revert "Merge pull request #48188 from eileencodes/revert-48069" 2023-05-15 10:38:36 -04:00
gem_version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
inheritance.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
insert_all.rb Allow insert_all/upsert_all to use indexes with columns not in the same order as in :unique_by 2023-04-27 17:55:41 +03:00
integration.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
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 Add ActiveRecord.deprecator 2022-10-25 14:23:08 -05:00
marshalling.rb Implement marshal_dump and marshal_load on ActiveRecord::Base 2023-03-28 16:46:14 +02:00
message_pack.rb Add ActiveSupport::MessagePack 2023-04-17 11:56:06 -05:00
migration.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
model_schema.rb Assign auto populated columns on Active Record object creation 2023-06-01 14:39:12 +00:00
nested_attributes.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
no_touching.rb
normalization.rb update example for ::normalize to ::normalize_value_for as per https://github.com/rails/rails/pull/47034 2023-01-18 07:54:56 +05:30
persistence.rb Fix #previously_new_record? on destroyed records 2023-07-25 15:49:49 -04:00
promise.rb
query_cache.rb Reduce allocations of pool_configs 2022-09-08 10:27:15 -04:00
query_logs_formatter.rb Fix Active Record SQLCommenter value encoding 2022-10-24 11:12:18 -04:00
query_logs.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
querying.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
railtie.rb Never connect to the database in define_attribute_methods initializer 2023-07-24 16:37:50 +02:00
readonly_attributes.rb ReadOnlyAttribute: no need for code generation 2023-01-12 15:52:56 +01:00
reflection.rb Fix counter_cache create/concat with overlapping counter_cache_column 2023-07-13 12:06:08 +02:00
relation.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
result.rb Merge pull request #45783 from shhavel/fix/anonymous_pg_columns_of_different_type_from_json 2023-06-02 08:33:08 +09:00
runtime_registry.rb Fix Active Record :db_runtime metric 2022-09-15 10:43:33 +02:00
sanitization.rb Allow use of backslashes to escape literal colons 2023-07-30 07:55:02 -04:00
schema_dumper.rb Support NULLS NOT DISTINCT in Postgres 15+ 2023-06-28 23:24:57 -04:00
schema_migration.rb Fix logger tags for SchemaMigration and InternalMetadata 2022-09-16 15:37:37 -04:00
schema.rb Clear metadata tables in tests instead of droping 2023-01-11 02:56:49 +02:00
scoping.rb Avoid using Module#<= in value_for 2022-09-01 12:18:50 -07:00
secure_password.rb Add examples of empty passwords for authenticate by 2022-05-20 23:51:26 +05:30
secure_token.rb Specify when to generate has_secure_token 2023-07-18 14:48:30 -04:00
serialization.rb
signed_id.rb 🔗 Remove RDoc auto-link from Rails module everywhere 2023-06-23 10:49:30 +09:00
statement_cache.rb
store.rb Fix tracking previous changes for ActiveRecord::Store accessors with underlying JSON data column 2023-08-07 22:26:45 -04:00
suppressor.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
table_metadata.rb Revert "Merge pull request #48487 from lazaronixon/scope-subqueries" 2023-06-29 15:25:53 +00:00
test_databases.rb
test_fixtures.rb Fix AR::TestFixtures.fixture_paths= docs 2023-06-20 15:47:07 +09:00
timestamp.rb [Fix #45389] updated_at not updating in before_update callback 2023-03-26 17:52:12 +10:00
token_for.rb Enhance has_secure_password to also generate a password_salt method 2023-03-09 16:44:10 -03:00
touch_later.rb Improve Rails' Shape friendliness (second pass) 2023-01-17 13:55:49 +01:00
transactions.rb Fixes the documentation of with_transaction_returning_status 2023-07-21 13:07:55 +02:00
translation.rb
type_caster.rb
type.rb
validations.rb Add docs for Active Record validation with multiple contexts 2023-04-06 16:13:38 +01:00
version.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00