.. |
associations
|
Merge pull request #39999 from kamipo/fix_eager_loading_with_explicit_non_select
|
2020-08-17 14:34:32 +09:00 |
attribute_methods
|
Add back decorate_attribute_type
|
2020-07-27 14:16:56 +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
|
Fix generated default index names in API doc [ci skip]
|
2020-08-19 21:07:20 +08:00 |
database_configurations
|
Address to false negative for Performance/DeletePrefix,DeleteSuffix
|
2020-06-14 13:04:47 +09:00 |
fixture_set
|
Use join_foreign_key rather than self constructed key name
|
2020-07-03 18:58:44 +09:00 |
locale
|
|
|
locking
|
Avoid double time zone converter decoration when user-defined timestamp attribute with implicit type
|
2020-07-20 19:56:01 +09:00 |
middleware
|
Make AR::Middleware::DatabaseSelector loadable without full core ext
|
2020-06-09 19:43:50 +09:00 |
migration
|
Add basic support for check constraints to database migrations
|
2020-06-02 22:11:27 -07:00 |
railties
|
Combine and deprecate rails db:structure:{dump,load} tasks into rails db:schema:{dump,load}
|
2020-08-03 19:08:41 +03:00 |
relation
|
Build only join_sources in references_eager_loaded_tables?
|
2020-08-24 18:44:46 +09:00 |
scoping
|
Avoid confliting Kernel-named scopes on Relation
|
2020-05-12 11:10:39 -07:00 |
tasks
|
Combine and deprecate rails db:structure:{dump,load} tasks into rails db:schema:{dump,load}
|
2020-08-03 19:08:41 +03:00 |
type
|
|
|
type_caster
|
Use Arel::Table#type_for_attribute
|
2020-06-03 06:30:22 +09:00 |
validations
|
Allow attribute aliases for validates_uniqueness_of
|
2020-06-01 22:44:39 +09:00 |
aggregations.rb
|
|
|
association_relation.rb
|
Support bulk insert/upsert on relation to preserve scope values
|
2020-04-25 01:22:54 +09:00 |
associations.rb
|
Whitespaces
|
2020-05-20 12:50:44 -04:00 |
attribute_assignment.rb
|
More less and lazy allocation for assign_attributes and _assign_attributes
|
2020-02-25 16:58:00 +09:00 |
attribute_methods.rb
|
Move column_for_attribute into ModelSchema
|
2020-07-28 19:18:04 +09:00 |
attributes.rb
|
Add back decorate_attribute_type
|
2020-07-27 14:16:56 +09:00 |
autosave_association.rb
|
Autosave collection associations exactly once
|
2020-07-01 17:05:52 +01:00 |
base.rb
|
Remove internal attribute decoration code
|
2020-07-20 13:26:25 +09:00 |
callbacks.rb
|
Remove ActiveRecord::DefineCallbacks module
|
2020-04-10 06:46:06 +01:00 |
connection_adapters.rb
|
Add basic support for check constraints to database migrations
|
2020-06-02 22:11:27 -07:00 |
connection_handling.rb
|
Fix incorrect removal of current_shard in establish_connection
|
2020-08-14 11:52:02 -04:00 |
core.rb
|
Merge branch 'master' into combine-structure-and-schema-tasks
|
2020-08-17 08:47:51 -04:00 |
counter_cache.rb
|
touch_attributes_with_time takes keyword arguments
|
2020-04-17 18:55:58 +09:00 |
database_configurations.rb
|
Prioritize db_config for current env when resolving config.
|
2020-07-07 17:30:34 +08:00 |
delegated_type.rb
|
Fix typo s/delegates/delegate/ [ci skip]
|
2020-07-10 16:01:15 +09:00 |
dynamic_matchers.rb
|
|
|
enum.rb
|
Fix deserializing enum mapping nil
|
2020-08-07 04:33:21 +09:00 |
errors.rb
|
Update some references to finder options [ci skip]
|
2020-02-24 00:03:53 +00: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
|
update global rails commands to bundled rails i.e. bin/rails
|
2020-04-11 17:32:26 +01:00 |
gem_version.rb
|
|
|
inheritance.rb
|
Support storing demodulized class name for polymorphic type
|
2020-08-23 16:04:29 +09:00 |
insert_all.rb
|
Fix issue with expression index in insert_all
|
2020-06-03 10:10:01 -04:00 |
integration.rb
|
has_attribute? should be aware of attribute aliases
|
2020-06-03 00:59:35 +09:00 |
internal_metadata.rb
|
Apply suggestions from review
|
2020-04-16 09:00:58 -07:00 |
legacy_yaml_adapter.rb
|
Deprecate YAML loading from legacy format older than Rails 5.0
|
2020-06-15 15:03:45 +09:00 |
log_subscriber.rb
|
Deprecate passing a column to type_cast
|
2020-05-02 07:18:30 +09:00 |
migration.rb
|
Move advisory locks to own connection handler.
|
2020-08-04 10:17:41 +08:00 |
model_schema.rb
|
a -> an [ci skip]
|
2020-07-28 19:22:37 +09:00 |
nested_attributes.rb
|
Fix: on accessing the parent record before creation with has_many_inversing adds two records to association
|
2020-02-20 09:26:47 +01:00 |
no_touching.rb
|
|
|
null_relation.rb
|
|
|
persistence.rb
|
Remove redundant column_name.to_s
|
2020-07-25 15:29:06 +09:00 |
query_cache.rb
|
|
|
querying.rb
|
Support relation.and for intersection as Set theory
|
2020-06-07 11:25:51 +09:00 |
railtie.rb
|
Fix schema cache load and corresponding test
|
2020-06-04 15:12:12 -04:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Use arel_table directly instead of newly created table
|
2020-07-23 21:18:16 +09:00 |
relation.rb
|
Build only join_sources in references_eager_loaded_tables?
|
2020-08-24 18:44:46 +09:00 |
result.rb
|
Deprecate map! and collect! on ActiveRecord::Result
|
2020-06-10 16:51:09 +09:00 |
runtime_registry.rb
|
Get rid of the unused RuntimeRegistry.connection_handler
|
2020-08-05 14:16:56 +02:00 |
sanitization.rb
|
Extract id_for_database in the AR object
|
2020-05-31 09:13:29 +09: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
|
|
|
scoping.rb
|
|
|
secure_token.rb
|
|
|
serialization.rb
|
has_attribute? should be aware of attribute aliases
|
2020-06-03 00:59:35 +09:00 |
signed_id.rb
|
a -> an [ci skip]
|
2020-07-28 19:22:37 +09:00 |
statement_cache.rb
|
Fix CI failure when prepared_statements: false
|
2020-06-25 02:12:35 +09:00 |
store.rb
|
|
|
suppressor.rb
|
save and save! doesn't take positional arguments
|
2020-05-05 16:51:21 +09:00 |
table_metadata.rb
|
Avoid redundant table alias if arel_table.name == table_name
|
2020-08-24 05:17:25 +09:00 |
test_databases.rb
|
|
|
test_fixtures.rb
|
Remove config class attribute from TestFixtures
|
2020-08-23 23:18:59 +01: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
|
Remove sync_with_transaction_state to simplify code base
|
2020-05-17 20:57:32 +09:00 |
translation.rb
|
|
|
type.rb
|
Add a setting to specify that all string columns should be immutable
|
2020-06-11 15:07:06 +09:00 |
type_caster.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|