rails/activerecord/lib/active_record
zzak 073269c9b9
Merge pull request #48288 from zzak/rdoc-fixed-width-namespaces
Use short-form fixed-width RDoc form for namespaces
2023-05-25 07:14:47 +09:00
..
associations Replace all occurrences of '<tt>(\w+::\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:56:17 +09:00
attribute_methods Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
coders Avoid "comparison of Gem::Version..." error in Ruby < 3.1 2023-02-23 11:25:45 +00:00
connection_adapters Fix NameError in Mysql2::DatabaseStatements 2023-05-23 13:42:32 -04:00
database_configurations Make Active Record's query cache an LRU 2023-05-07 11:16:56 +09:00
encryption Prevent duplicate filters for encrypted attributes 2023-05-09 16:28:30 -05:00
fixture_set Support fixture associations for composite models 2023-04-14 18:12:18 -04:00
locale
locking Replace all occurrences of '<tt>(\w+::\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:56:17 +09:00
middleware Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
migration Replace all occurrences of '<tt>(\w+::\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:56:17 +09:00
railties Use infinitive form verb for all task descriptions 2023-02-01 22:43:04 +01:00
relation Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
scoping Show generated SQL as comment wihout => in all examples [ci-skip] 2023-02-06 18:38:07 +01:00
tasks Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
type Fix change_in_place? for binary serialized columns 2023-05-22 13:01:42 +02:00
type_caster Use Arel::Table#type_for_attribute 2020-06-03 06:30:22 +09:00
validations Clean up docs and code using mysql2 2023-05-09 10:41:27 -04: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 Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
asynchronous_queries_tracker.rb Call Executor#wrap around each test 2021-10-28 15:18:29 +02:00
attribute_assignment.rb Remove redundant require: follow #10776 2023-03-15 18:16:51 +09:00
attribute_methods.rb Add class name to ActiveModel::MissingAttributeError error message. 2023-03-03 14:31:22 +01:00
attributes.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
autosave_association.rb Fix replacing foreign key for a CPK association by id attribute 2023-04-12 18:53:54 +00:00
base.rb Implement marshal_dump and marshal_load on ActiveRecord::Base 2023-03-28 16:46:14 +02:00
callbacks.rb Merge pull request #47767 from joshuay03/fix-updated-at-not-updating-in-before-update 2023-04-27 16:14:56 +02:00
connection_adapters.rb Use SET DEFAULT when changing a column default in MySQL 2022-08-03 11:16:06 -04:00
connection_handling.rb Add some missing headers to Active Records docs [ci-skip] 2023-04-21 11:09:34 +02:00
core.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09: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 Add some missing headers to Active Records docs [ci-skip] 2023-04-21 11:09:34 +02: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 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 Improve Rails' Shape friendliness 2023-01-16 12:31:37 +01:00
errors.rb Clean up docs and code using mysql2 2023-05-09 10:41:27 -04:00
explain_registry.rb Eliminate internal uses of PerThreadRegistry and deprecate it 2021-11-22 09:53:16 +01:00
explain_subscriber.rb Fix ActiveRecord's explain for queries starting with comments 2022-02-07 00:47:33 +02:00
explain.rb Move shared database logic to MySQL::DatabaseStatements 2023-05-03 10:11:27 -04:00
fixtures.rb Automatically add test/fixtures in engines to fixture_paths 2023-05-24 17:01:25 +09: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 Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
internal_metadata.rb Fix logger tags for SchemaMigration and InternalMetadata 2022-09-16 15:37:37 -04:00
legacy_yaml_adapter.rb Remove deprecated support to YAML load ActiveRecord::Base instance in the Rails 4.2 and 4.1 formats 2021-11-17 21:51:35 +00:00
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 Replace all occurrences of '<tt>(\w+::\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:56:17 +09:00
model_schema.rb More changes to improve shape friendliness 2023-01-16 15:47:32 +01: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 Use IsolatedExecutionState across Active Record 2021-11-19 11:54:11 +01:00
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 Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
promise.rb Replace async: true parameter by async_* methods 2022-04-14 09:55:24 +02:00
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 Correct typos in activerecord changelog and querylogs docs [ci-skip] 2023-03-18 19:07:41 +05:30
querying.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
railtie.rb Add ActiveSupport::MessagePack 2023-04-17 11:56:06 -05:00
readonly_attributes.rb ReadOnlyAttribute: no need for code generation 2023-01-12 15:52:56 +01:00
reflection.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
relation.rb Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
result.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
runtime_registry.rb Fix Active Record :db_runtime metric 2022-09-15 10:43:33 +02:00
sanitization.rb Document string behaviour ActiveRecord::Sanitization 2023-04-06 15:34:31 -04:00
schema_dumper.rb Add support for unique constraints (PostgreSQL-only). 2023-03-10 16:09:32 +09: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 Replace all occurrences of '<tt>(\w+::\w+)</tt>' with '+$1+' 2023-05-25 06:52:32 +09:00
serialization.rb Remove override of ActiveModel#attribute_names 2022-03-26 10:31:11 +00:00
signed_id.rb ActiveRecord::Base#signed_id: raise if called on a new record 2023-01-18 13:05:47 -07:00
statement_cache.rb Fix binds logging for HomogeneousIn 2021-02-25 20:37:20 -05:00
store.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
suppressor.rb Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
table_metadata.rb Add ActiveRecord.deprecator 2022-10-25 14:23:08 -05:00
test_databases.rb Convert many ActiveRecord::Base class variable into instance variables 2021-06-10 18:31:33 +02:00
test_fixtures.rb Fix an issue where TestFixtures#fixture_path was returning an array. It is deprecated, but it should still return a string until it is removed. So, if multiple fixture_paths are configured, it just returns the first path. 2023-03-24 15:42:24 -04: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 Add more missing headers to Active Record docs [ci-skip] 2023-04-22 11:58:15 +02:00
translation.rb Replace "overwrite" with "override" [ci-skip] 2022-02-21 11:11:11 -06:00
type_caster.rb
type.rb attribute should not require a connection is established 2021-02-02 15:04:23 +09:00
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