.. |
associations
|
Intelligent batch preloading
|
2021-04-01 12:52:43 -07:00 |
attribute_methods
|
Make infinity handling symmetrical in cast and deserialize
|
2021-03-22 15:47:20 +09:00 |
coders
|
Update rubocop-performance gem and enable Performance/DeletePrefix and Performance/DeleteSuffix cops
|
2020-05-24 12:51:35 +03:00 |
connection_adapters
|
Add more methods to NullPool
|
2021-04-08 10:58:07 -07:00 |
database_configurations
|
chore: fix i.e. typos in Markdown and Ruby
|
2021-04-12 03:30:55 +10:00 |
encryption
|
Merge pull request #41818 from ricardotk002/fix-missing-require
|
2021-04-02 19:56:11 +09: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 AR::Middleware::DatabaseSelector loadable without full core ext
|
2020-06-09 19:43:50 +09:00 |
migration
|
Stop checking if ruby2_keywords is defined
|
2021-04-11 13:42:02 +02:00 |
railties
|
Rename master_key => primary_key
|
2021-04-01 15:02:15 +02:00 |
relation
|
Stop checking if ruby2_keywords is defined
|
2021-04-11 13:42:02 +02:00 |
scoping
|
Stop checking if ruby2_keywords is defined
|
2021-04-11 13:42:02 +02:00 |
tasks
|
Give precedence to the DatabaseTasks registered last
|
2021-03-25 13:08:37 +01:00 |
type
|
Simplify ActiveModel & ActiveRecord Type::Registry
|
2021-04-07 09:59:55 -04: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
|
Remove unused requires on lib/active_record/associations.rb
|
2021-02-06 12:54:22 -03: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
|
Revert "Prevent double save of cyclic associations"
|
2021-03-25 10:46:07 +01: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
|
Fix autoload for NullPool
|
2021-02-09 11:58:25 -05:00 |
connection_handling.rb
|
Fix inline code markup [ci-skip]
|
2021-02-14 11:20:35 -06:00 |
core.rb
|
Fix missing link in deprecation
|
2021-04-07 08:15:48 -04:00 |
counter_cache.rb
|
|
|
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
|
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
|
|
|
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
|
Revert "Add ActiveRecord::Base.connection.with_advisory_lock"
|
2021-02-17 22:42:02 +00:00 |
explain.rb
|
|
|
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
|
Reset base_class when the model class is duped or cloned
|
2021-04-11 11:06:16 +02:00 |
insert_all.rb
|
timestamp_attributes_for_update_in_model is a public method
|
2021-01-02 11:09:30 +09:00 |
integration.rb
|
has_attribute? should be aware of attribute aliases
|
2020-06-03 00:59:35 +09: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
|
Allow Adapter#select_all to be performed asynchronously from a background thread pool
|
2021-02-08 19:17:52 +01:00 |
migration.rb
|
Stop checking if ruby2_keywords is defined
|
2021-04-11 13:42:02 +02:00 |
model_schema.rb
|
Probe with :array? instead of :oid
|
2021-03-25 09:56:31 +01:00 |
nested_attributes.rb
|
[Docs] Lowercase a word that shouldn't be capitalized [ci skip]
|
2021-03-12 17:12:53 -05:00 |
no_touching.rb
|
|
|
null_relation.rb
|
|
|
persistence.rb
|
Add docs for insert_all with scopes
|
2021-03-08 10:52:04 -06:00 |
query_cache.rb
|
Revert "Merge pull request #41046 from eileencodes/dont-check-if-qc-is-enabled"
|
2021-01-27 09:31:43 -05:00 |
querying.rb
|
Merge pull request #41465 from ashiksp/active_record_query_without
|
2021-02-16 21:58:43 +01:00 |
railtie.rb
|
Use proper hook for loading fixtures extension
|
2021-04-01 15:02:15 +02: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
|
Merge pull request #41898 from kamipo/delete_all_payload_name
|
2021-04-12 07:34:11 +09: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
|
Add basic support for check constraints to database migrations
|
2020-06-02 22:11:27 -07: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
|
Docs: fix code formatting [ci skip]
|
2020-12-14 20:43:17 -05: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
|
|
|
test_fixtures.rb
|
Share connection pools for non-default shards
|
2020-10-29 22:52:23 +00:00 |
timestamp.rb
|
Restore attribute alias resolution for attribute_{for_inspect,present?}
|
2020-06-14 10:34:38 +09:00 |
touch_later.rb
|
Ensure alias resolved before clear_attribute_changes
|
2020-06-04 12:02:28 +09:00 |
transactions.rb
|
Revert "Prevent double save of cyclic associations"
|
2021-03-25 10:46:07 +01: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
|
|
|