.. |
associations
|
Fix automatic_inverse_of not to be disabled if extension block is given
|
2019-04-12 18:01:57 +09:00 |
attribute_methods
|
Fix dirty tracking for touch
|
2019-04-15 13:53:58 +09:00 |
coders
|
|
|
connection_adapters
|
make change_column_comment and change_table_comment invertible
|
2019-04-15 08:43:22 +09:00 |
database_configurations
|
Fix document formatting of Database configuration classes [ci skip]
|
2019-03-21 14:02:34 +09:00 |
fixture_set
|
Move resolve_sti_reflections which is table row related code into TableRow
|
2018-11-03 23:39:54 +09:00 |
locale
|
|
|
locking
|
Fix dirty tracking for touch
|
2019-04-15 13:53:58 +09:00 |
middleware
|
Fix typo a -> an, an -> a [ci skip]
|
2019-02-11 17:03:10 +09:00 |
migration
|
make change_column_comment and change_table_comment invertible
|
2019-04-15 08:43:22 +09:00 |
railties
|
💇
|
2019-04-02 17:04:32 +01:00 |
relation
|
Clarify exists check in logs
|
2019-04-09 12:22:05 -05:00 |
scoping
|
Association loading isn't to be affected by null relation scoping
|
2019-04-06 11:37:34 +09:00 |
tasks
|
Respect table name prefix/suffix for truncate_all
|
2019-04-04 04:16:24 +09:00 |
type
|
Fix force equality checking not to break the serialized attribute with Array
|
2018-06-06 19:29:39 +09:00 |
type_caster
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
validations
|
Merge pull request #35503 from samjohn/cannot-grammar-correction
|
2019-03-07 10:50:15 +01:00 |
aggregations.rb
|
Remove ActiveSupport::Concern from ActiveRecord::Aggregations
|
2018-06-26 17:26:02 +09:00 |
association_relation.rb
|
Fix AssociationRelation not to set inverse instance key just like before
|
2018-10-07 22:42:31 +09:00 |
associations.rb
|
Improve doc of automatic inverse_of detection
|
2019-03-08 09:50:45 +01:00 |
attribute_assignment.rb
|
Enable Style/RedundantBegin cop to avoid newly adding redundant begin block
|
2018-12-21 06:12:42 +09:00 |
attribute_decorators.rb
|
|
|
attribute_methods.rb
|
Give GeneratedAttributeMethods module a name
|
2019-03-13 10:34:15 +09:00 |
attributes.rb
|
Document option forwarding in ActiveRecord::Base.attribute
|
2019-03-20 15:05:31 -04:00 |
autosave_association.rb
|
Merge pull request #28155 from lcreid/belongs_to
|
2019-04-10 16:42:16 +09:00 |
base.rb
|
Refactor Relation#cache_key is moved from CollectionCacheKey#collection_cache_key
|
2019-04-04 13:18:59 +09:00 |
callbacks.rb
|
Should not pass extra args to _update_record
|
2019-02-21 21:59:31 +09:00 |
connection_handling.rb
|
Format a comment to not show up as code [ci skip]
|
2019-04-16 13:43:15 +05:30 |
core.rb
|
Lazy sync with transaction state on destroy
|
2019-04-10 19:26:15 +09:00 |
counter_cache.rb
|
Remove force parent loading when counter cache child is created/destroyed
|
2018-09-26 23:45:08 +09:00 |
database_configurations.rb
|
url -> URL where apt except inside actionpack/
|
2019-04-01 22:56:35 +05:30 |
define_callbacks.rb
|
|
|
dynamic_matchers.rb
|
|
|
enum.rb
|
Add negative scopes for all enum values (#35381)
|
2019-02-26 12:47:27 -08:00 |
errors.rb
|
Replace “can not” with “cannot”.
|
2019-03-06 16:35:52 -05:00 |
explain.rb
|
Enable Performance/UnfreezeString cop
|
2018-09-23 08:56:55 +09:00 |
explain_registry.rb
|
|
|
explain_subscriber.rb
|
|
|
fixtures.rb
|
Enable Style/RedundantBegin cop to avoid newly adding redundant begin block
|
2018-12-21 06:12:42 +09:00 |
gem_version.rb
|
Prep release
|
2019-03-11 11:58:15 -04:00 |
inheritance.rb
|
Use placeholder for type_condition predicate
|
2019-02-18 01:39:06 +09:00 |
insert_all.rb
|
There is no need to create QueryAttribute to just type cast a value
|
2019-04-10 09:56:29 +09:00 |
integration.rb
|
Refactor Relation#cache_key is moved from CollectionCacheKey#collection_cache_key
|
2019-04-04 13:18:59 +09:00 |
internal_metadata.rb
|
Respect table name prefix/suffix for truncate_all
|
2019-04-04 04:16:24 +09:00 |
legacy_yaml_adapter.rb
|
|
|
log_subscriber.rb
|
Use backtrace cleaner to clean up backtrace for verbose query logs
|
2018-08-14 09:15:28 +10:00 |
migration.rb
|
adjust style
|
2019-04-11 13:27:21 +09:00 |
model_schema.rb
|
Make implicit order column configurable
|
2018-11-26 16:19:52 -08:00 |
nested_attributes.rb
|
ActiveRecord#respond_to? No longer allocates strings
|
2018-10-15 15:31:32 -05:00 |
no_touching.rb
|
Add example for no_touching? in active_record/no_touching for api docs [ci skip]
|
2018-06-25 21:26:42 -04:00 |
null_relation.rb
|
|
|
persistence.rb
|
Fix dirty tracking for touch
|
2019-04-15 13:53:58 +09:00 |
query_cache.rb
|
Fix query cache for multiple connections
|
2018-11-20 17:48:48 -05:00 |
querying.rb
|
Add missing touch_all delegation to relation
|
2019-04-05 16:13:40 +09:00 |
railtie.rb
|
Rename database_operations config to *_context
|
2019-02-07 15:41:43 -08:00 |
readonly_attributes.rb
|
|
|
reflection.rb
|
Deduplicate Active Record reflection names
|
2019-04-10 16:03:14 +02:00 |
relation.rb
|
There is no need to check null_relation? in empty_scope?
|
2019-04-06 12:00:17 +09:00 |
result.rb
|
Make ActiveRecord::Result#to_a as alias to ActiveRecord::Result#to_ary
|
2018-09-20 12:25:01 +03:00 |
runtime_registry.rb
|
|
|
sanitization.rb
|
Quote empty ranges like other empty enumerables
|
2019-03-07 19:22:29 -05:00 |
schema.rb
|
Deprecate passing migrations_paths to connection.assume_migrated_upto_version
|
2018-12-28 09:21:09 +09:00 |
schema_dumper.rb
|
Except table_name from column objects
|
2019-04-08 19:23:26 +09:00 |
schema_migration.rb
|
Respect table name prefix/suffix for truncate_all
|
2019-04-04 04:16:24 +09:00 |
scoping.rb
|
Revert "Merge pull request #35186 from kamipo/fix_leaking_scope_on_relation_create"
|
2019-02-15 12:06:45 +09:00 |
secure_token.rb
|
|
|
serialization.rb
|
|
|
statement_cache.rb
|
Ruby 2.7 warning: creating a Proc without a block
|
2019-02-13 02:11:21 +01:00 |
store.rb
|
Add saved changes helpers for store accessors
|
2019-03-25 18:53:07 -04:00 |
suppressor.rb
|
|
|
table_metadata.rb
|
Rails 6 requires Ruby 2.3+
|
2018-02-17 10:03:37 -08:00 |
test_databases.rb
|
Convert configs_for to kwargs, add include_replicas
|
2018-08-31 16:07:09 -04:00 |
test_fixtures.rb
|
Eagerly materialize the fixtures transaction
|
2019-01-29 16:10:47 +01:00 |
timestamp.rb
|
Should not pass extra args to _update_record
|
2019-02-21 21:59:31 +09:00 |
touch_later.rb
|
Don't expose add_to_transaction
|
2019-04-14 20:55:46 +09:00 |
transactions.rb
|
Don't refer @transaction_state directly
|
2019-04-16 08:26:58 +09:00 |
translation.rb
|
Add AR::Base.base_class? predicate
|
2018-04-02 14:34:32 +03:00 |
type.rb
|
Upgrade Rubocop to 0.61.1 and fix offenses
|
2018-12-10 19:22:56 -02:00 |
type_caster.rb
|
|
|
validations.rb
|
|
|
version.rb
|
|
|