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
Ryuta Kamizono 8ad8bbaef8 Decouple building AliasTracker from JoinDependency
This is preparation to respect parent relation's alias tracking for
fixing #30681.
2017-10-08 22:12:42 +09:00
..
associations Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
attribute Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_methods Merge pull request #30471 from dylanahsmith/remove-redundant-tracker 2017-09-27 11:07:12 -07:00
attribute_set Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
coders Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
connection_adapters Add JSON attribute test cases for SQLite3 adapter 2017-10-05 17:38:07 +09:00
fixture_set Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
locale
locking Update links to use https instead of http [ci skip] 2017-08-22 11:43:33 +09:00
migration Extract repeatedly appeared prepending compatible table definition 2017-10-05 17:31:04 +09:00
railties Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
relation Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
scoping Through scope should not be affected by scoping 2017-08-15 21:41:54 +09:00
tasks Fix can't modify frozen String error in DatabaseTasks 2017-08-30 08:17:30 +09:00
type Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
type_caster Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
validations Update links to use https instead of http [ci skip] 2017-08-22 11:43:33 +09:00
aggregations.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
association_relation.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
associations.rb Remove the code that swapping scope and options 2017-09-18 08:25:02 +09:00
attribute.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_assignment.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_decorators.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_methods.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_mutation_tracker.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attribute_set.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
attributes.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
autosave_association.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
base.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
callbacks.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
collection_cache_key.rb Don't use collection.table_name in collection_cache_key 2017-09-14 10:17:28 +09:00
connection_handling.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
core.rb Update links to use https instead of http [ci skip] 2017-08-22 11:43:33 +09:00
counter_cache.rb Merge pull request #29765 from lugray/fix_counter_cache 2017-07-24 13:31:28 -04:00
define_callbacks.rb Use tt in doc for ActiveRecord [ci skip] 2017-08-27 14:01:29 +09:00
dynamic_matchers.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
enum.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
errors.rb Add TransactionTimeout for MySQL error code 1205 2017-08-22 14:26:14 -04:00
explain.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
explain_registry.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
explain_subscriber.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
fixtures.rb Use tt in doc for ActiveRecord [ci skip] 2017-08-27 14:01:29 +09:00
gem_version.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
inheritance.rb Update links to use https instead of http [ci skip] 2017-08-22 11:43:33 +09:00
integration.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
internal_metadata.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
legacy_yaml_adapter.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
log_subscriber.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
migration.rb Fix docs describing rollback [ci skip] 2017-09-17 16:50:32 +02:00
model_schema.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
nested_attributes.rb Clarify intentions around method redefinitions 2017-09-01 14:27:13 +09:30
no_touching.rb Use tt in doc for ActiveRecord [ci skip] 2017-08-27 14:01:29 +09:00
null_relation.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
persistence.rb Merge pull request #30471 from dylanahsmith/remove-redundant-tracker 2017-09-27 11:07:12 -07:00
query_cache.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
querying.rb Place class level update, destroy, and delete in Persistence::ClassMethods 2017-09-18 08:12:59 +09:00
railtie.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
readonly_attributes.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
reflection.rb Don't generate foreign_type if options[:polymorphic] is not given 2017-09-27 06:26:05 +09:00
relation.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
result.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
runtime_registry.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
sanitization.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
schema.rb Prefer formatted number as schema version [ci skip] 2017-08-21 02:05:45 +09:00
schema_dumper.rb Prefer to place a table options before force: :cascade (#28005) 2017-08-27 22:16:05 +09:00
schema_migration.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
scoping.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
secure_token.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
serialization.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
statement_cache.rb Passing klass to StatementCache.new 2017-08-04 02:27:50 +09:00
store.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
suppressor.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
table_metadata.rb Changed join_fk private method to join_foreign_key public method 2017-08-09 11:18:27 +05:30
timestamp.rb [Action Record] rubocop -a --only Layout/EmptyLineAfterMagicComment 2017-07-11 13:12:32 +09:00
touch_later.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
transactions.rb Update links to use https instead of http [ci skip] 2017-08-22 11:43:33 +09:00
translation.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
type.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
type_caster.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
validations.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
version.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00