rails--rails/activerecord/lib/active_record
Rafael França b86367ff0a
Merge pull request #41229 from cveneziani/doc/AR-strict-loading
Improve ActiveRecord strict_loading documentation
2021-01-26 19:01:33 -05:00
..
associations Merge pull request #41180 from jhawthorn/prefill_associations_fix_empty 2021-01-19 13:29:36 -08:00
attribute_methods Allow multiple decorations which can be used by such like `EncryptedType` 2021-01-17 11:38:40 +09:00
coders
connection_adapters Merge pull request #41232 from code4me/fix-malformed-packet-master 2021-01-26 21:39:02 +09:00
database_configurations `start_with?` allows multiple prefix values 2021-01-23 16:43:01 +09:00
fixture_set feat(rubocop): Add Style/RedundantRegexpEscape 2020-12-08 18:57:09 +00:00
locale
locking Restore the ability that update/destroy optimistic locking object without default 2021-01-12 09:27:11 +09:00
middleware
migration Remove update_table_definition entry from migration log 2021-01-07 01:02:56 +01:00
railties Move ActiveStorage fixture hooks to on_load 2021-01-25 00:36:37 -05:00
relation Extract `distinct_relation_for_primary_key` on connection 2021-01-10 12:13:45 +09:00
scoping Allow `reload` to be `default_scoped` 2020-12-11 13:24:56 -05:00
tasks Show a warning when running no migration using SCOPE 2021-01-26 15:05:35 +01:00
type Handle frozen payloads in AR::Type::Serialized 2020-10-20 09:32:21 +02:00
type_caster
validations MySQL: Uniqueness validator now respects default database collation 2020-10-30 00:25:46 +00:00
aggregations.rb Fix `composed_of` with symbol mapping 2020-12-15 20:06:23 +09:00
association_relation.rb Implicit scoping does no longer leak scope to class level querying methods 2020-10-30 00:25:38 +00:00
associations.rb Improve ActiveRecord strict_loading documentation 2021-01-24 22:35:40 +01:00
attribute_assignment.rb
attribute_methods.rb Make sure that attribute_for_inspect respect filter_attributes 2020-12-02 23:01:34 +00:00
attributes.rb Refactor `attribute` not to reference `&block` 2021-01-20 19:01:44 +09:00
autosave_association.rb Set inverse during has one autosave if necessary 2020-10-30 15:31:40 +00:00
base.rb Make ActiveRecord::AttributeMethods::Query respect getter overwrites in the model 2020-12-28 16:47:56 -03:00
callbacks.rb Document metaprogrammed Active Record callbacks [ci-skip] 2020-11-06 21:22:07 -06:00
connection_adapters.rb Implement granular role and shard swapping 2020-10-28 15:11:35 -04:00
connection_handling.rb `connected_to` shouldn't be called on the abstract class that not established connection 2021-01-22 07:52:15 -05:00
core.rb Remove wrong usage for `arel_table` [ci skip] 2021-01-24 10:40:21 +09:00
counter_cache.rb
database_configurations.rb Update database_configurations.rb output message 2020-11-04 18:00:09 -08:00
delegated_type.rb Fixing delegated types example. 2021-01-25 12:17:39 -05:00
destroy_association_async_job.rb Destroy associations in a background job. 2020-09-24 14:24:15 -04:00
dynamic_matchers.rb
enum.rb Merge pull request #41164 from alpaca-tc/fixed_enum 2021-01-19 15:38:20 +09:00
errors.rb Add `ActiveRecord::FinderMethods#sole`, `#find_sole_by` 2020-12-30 00:33:32 +11:00
explain.rb
explain_registry.rb
explain_subscriber.rb
fixtures.rb Merge pull request #41227 from seanpdoyle/active-record-fixture-set-hook 2021-01-26 18:59:46 -05:00
gem_version.rb Start Rails 6.2 development 🎉 2020-12-03 01:35:29 +00:00
inheritance.rb
insert_all.rb `timestamp_attributes_for_update_in_model` is a public method 2021-01-02 11:09:30 +09:00
integration.rb
internal_metadata.rb Eagerly define attribute methods for internal models 2020-11-06 23:46:16 +00:00
legacy_yaml_adapter.rb
log_subscriber.rb Improve `strict_loading` violation error message 2021-01-13 15:05:51 -05:00
migration.rb Use major + minor AR versions in 'Directly inheriting' error message 2021-01-20 15:57:56 +00:00
model_schema.rb Fix documentation [ci skip] 2020-11-03 19:32:16 +00:00
nested_attributes.rb
no_touching.rb
null_relation.rb
persistence.rb Add underscore in front of internal method 2021-01-06 00:17:52 +00:00
query_cache.rb Don't return query cache enabled pools in the query cache executor 2021-01-21 03:15:54 +09:00
querying.rb Add `ActiveRecord::FinderMethods#sole`, `#find_sole_by` 2020-12-30 00:33:32 +11:00
railtie.rb Merge pull request #40766 from rafaelfranca/rm-queue-defaults 2020-12-08 22:47:47 +00:00
readonly_attributes.rb
reflection.rb Raise error when passing passing a class to :source_type 2021-01-20 12:44:35 +01:00
relation.rb Refactor ActiveRecord::Associations::Preloader class 2020-12-11 08:52:53 -05:00
result.rb Remove deprecated `ActiveRecord::Result#to_hash` method 2020-10-30 00:25:33 +00:00
runtime_registry.rb
sanitization.rb Remove deprecated support for using unsafe raw SQL in `ActiveRecord::Relation` methods 2020-10-30 00:25:32 +00:00
schema.rb
schema_dumper.rb
schema_migration.rb Eagerly define attribute methods for internal models 2020-11-06 23:46:16 +00:00
scoping.rb
secure_token.rb
serialization.rb
signed_id.rb Docs: fix code formatting [ci skip] 2020-12-14 20:43:17 -05:00
statement_cache.rb
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
test_fixtures.rb Share connection pools for non-default shards 2020-10-29 22:52:23 +00:00
timestamp.rb
touch_later.rb
transactions.rb Inlining `force_clear_transaction_record_state` 2021-01-09 13:45:13 +09:00
translation.rb
type.rb
type_caster.rb
validations.rb
version.rb