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/relation
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
..
batches Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
predicate_builder Changed join_fk private method to join_foreign_key public method 2017-08-09 11:18:27 +05:30
batches.rb quoted_table_name doesn't respect table alias 2017-09-14 07:53:15 +09:00
calculations.rb Ensure 1 AS one for SQL Server with calculations. 2017-09-22 21:33:14 -04:00
delegation.rb Remove unused explicit delegation to klass in relation 2017-09-14 10:45:28 +09:00
finder_methods.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
from_clause.rb Refactor Active Record to let Arel manage bind params 2017-07-24 09:07:24 -04:00
merger.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
predicate_builder.rb Treat Set as an Array in Relation#where 2017-09-26 13:23:26 -06:00
query_attribute.rb Refactor Active Record to let Arel manage bind params 2017-07-24 09:07:24 -04:00
query_methods.rb Decouple building AliasTracker from JoinDependency 2017-10-08 22:12:42 +09:00
record_fetch_warning.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
spawn_methods.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
where_clause.rb Edits following the reviews 2017-07-28 17:53:50 -04:00
where_clause_factory.rb Refactor Active Record to let Arel manage bind params 2017-07-24 09:07:24 -04:00