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-06-11 09:14:28 +02:00
..
associations Fix disable_joins when foreign key is not ID 2021-06-10 16:29:34 -04:00
attribute_methods Make time_zone_aware_attributes a class attribute 2021-06-11 09:09:57 +02:00
coders Fix ruby-master test suite (Psych 4.0.0) 2021-05-19 14:21:21 +02:00
connection_adapters Move async_query confurations on the ActiveRecord module 2021-06-10 18:31:33 +02:00
database_configurations chore: fix i.e. typos in Markdown and Ruby 2021-04-12 03:30:55 +10:00
encryption We want to check previous_types ignoring clean text type here 2021-04-22 08:03:48 -04:00
fixture_set Don't like to add extra models/tables/fixtures, use existing those 2021-02-25 11:32:44 +09:00
locale
locking Use _primary_key_constraints_hash even in Locking::Optimistic 2021-03-11 09:24:25 +09:00
middleware Make reading_role and writing_role module instance variables 2021-06-10 18:24:37 +02:00
migration Update compatibility.rb 2021-06-02 12:36:01 -05:00
railties Convert many ActiveRecord::Base class variable into instance variables 2021-06-10 18:31:33 +02:00
relation Convert many ActiveRecord::Base class variable into instance variables 2021-06-10 18:31:33 +02:00
scoping Faster check for any default scope with all_queries 2021-06-01 22:11:43 -04:00
tasks Convert many ActiveRecord::Base class variable into instance variables 2021-06-10 18:31:33 +02:00
type Make default_timezone a module instance variable 2021-06-10 17:25:38 +02:00
type_caster Use Arel::Table#type_for_attribute 2020-06-03 06:30:22 +09:00
validations Fix numericality validator without precision in Active Record 2021-03-14 13:40:25 +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 documentation 2021-06-08 09:21:03 -04:00
asynchronous_queries_tracker.rb Remove finalize from NullSession 2021-02-18 15:08:13 -05: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 Avoid extra query attribute allocation in _insert_record/_update_record 2021-03-01 16:24:31 +09:00
attributes.rb Allow serialize attribute on alias_attribute 2021-02-08 20:47:19 +09:00
autosave_association.rb Make index_nested_attribute_errors a module instance variable 2021-06-11 09:04:30 +02:00
base.rb Initial extraction from active_record_encryption gem 2021-04-01 15:02:13 +02:00
callbacks.rb Document metaprogrammed Active Record callbacks [ci-skip] 2020-11-06 21:22:07 -06:00
connection_adapters.rb Register autload for Deduplicable 2021-04-28 03:37:07 +00:00
connection_handling.rb Make reading_role and writing_role module instance variables 2021-06-10 18:24:37 +02:00
core.rb Fix deprecation message s/Rails 7.0/Rails 7.1/ 2021-06-11 14:09:46 +09:00
counter_cache.rb touch_attributes_with_time takes keyword arguments 2020-04-17 18:55:58 +09:00
database_configurations.rb Use Enumerator#all? and Enumerator#any? with classes instead of iterations 2021-02-07 01:29:50 -05:00
delegated_type.rb Replace gsub with tr 2021-04-22 22:31:49 -03: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
encryption.rb Add support for uniqueness validations 2021-04-01 15:02:15 +02:00
enum.rb Don't use type.cast(value) to emulate unchecked serialized value in unboundable? 2021-03-15 12:23:40 +09:00
errors.rb Fix spelling in AsynchronousQueryInsideTransactionError docs [ci skip] 2021-04-13 09:17:47 -04:00
explain.rb Should not substitute binds when prepared_statements: true 2020-05-10 21:59:27 +09:00
explain_registry.rb
explain_subscriber.rb
fixtures.rb Load timesetamps on join tables for has_many :through fixtures 2021-02-23 16:19:43 -06:00
future_result.rb Forward sql.active_record notifications back into the calling thread 2021-03-03 10:33:37 +01:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
inheritance.rb Make application_record_class a module instance variable 2021-06-10 18:24:38 +02:00
insert_all.rb Enable Performance/MapCompact cop 2021-04-23 16:33:02 +09:00
integration.rb Make default_timezone a module instance variable 2021-06-10 17:25:38 +02:00
internal_metadata.rb Eagerly define attribute methods for internal models 2020-11-06 23:46:16 +00:00
legacy_yaml_adapter.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
log_subscriber.rb Make verbose_query_logs a module instance variable 2021-06-10 18:31:33 +02:00
migration.rb Copy config.active_record.* again when ActiveRecord::Base is loaded 2021-06-10 19:12:57 +02:00
model_schema.rb Make primary_key_prefix_type a class attribute 2021-06-11 09:12:36 +02:00
nested_attributes.rb Replace map + compact with filter_map 2021-04-22 22:08:34 -03:00
no_touching.rb
null_relation.rb Avoid running async queries on null relations 2021-05-17 21:34:41 +01:00
persistence.rb Fix method name in update! error message [ci skip] 2021-06-10 08:30:16 +01:00
query_cache.rb Make legacy_connection_handling a module instance variable 2021-06-10 15:00:20 +02:00
querying.rb Reiterate the SQL injection warning in find_by_sql API doc 2021-03-05 12:00:25 -08:00
railtie.rb ✂️ [ci skip] 2021-06-11 14:24:06 +09:00
readonly_attributes.rb
reflection.rb Derive foreign key from model name in has_many associations 2021-05-12 15:21:31 -04:00
relation.rb Use consistent and more clear wording 2021-06-09 17:15:33 -06:00
result.rb Implement Relation#load_async to schedule the query on the background thread pool 2021-02-16 17:44:37 +01:00
runtime_registry.rb Get rid of the unused RuntimeRegistry.connection_handler 2020-08-05 14:16:56 +02:00
sanitization.rb Strip whitespace in disallow_raw_sql! 2021-02-04 16:51:58 -05:00
schema.rb
schema_dumper.rb Convert many ActiveRecord::Base class variable into instance variables 2021-06-10 18:31:33 +02: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 has_attribute? should be aware of attribute aliases 2020-06-03 00:59:35 +09: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 save and save! doesn't take positional arguments 2020-05-05 16:51:21 +09:00
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 Ensure alias resolved before clear_attribute_changes 2020-06-04 12:02:28 +09:00
transactions.rb Revert "Only update dirty attributes once for cyclic autosave callbacks" 2021-04-29 11:01:06 -04:00
translation.rb
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