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/associations
2018-10-18 08:29:58 +09:00
..
builder Fix call sites 2018-10-02 15:31:29 -04:00
join_dependency Avoid unneeded expanded column aliases array caching 2018-07-10 09:53:49 +09:00
preloader Don't unset foreign key when preloading missing record 2018-03-24 22:18:05 +00:00
alias_tracker.rb Fix alias confliction when joining same table on has many through with left_joins 2018-06-11 08:11:39 +09:00
association.rb Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of-query-cache 2018-10-10 16:51:14 +09:00
association_scope.rb Extract all base_class.name as polymorphic_name 2018-03-04 02:34:00 +09:00
belongs_to_association.rb Refactor counter cache to extract decrement_counters_before_last_save on the belongs_to association 2018-09-27 22:59:12 +09:00
belongs_to_polymorphic_association.rb Don't update counter cache unless the record is actually saved 2018-09-19 05:29:21 +09:00
collection_association.rb Don't use target= 2018-06-11 15:03:32 -04:00
collection_proxy.rb Don't expose internal get_value/set_value methods 2018-10-18 08:29:58 +09:00
foreign_association.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
has_many_association.rb Merge pull request #27561 from fishbrain/count-all-in-has-many-association 2018-01-03 05:44:11 +09:00
has_many_through_association.rb Don't expose internal methods in the associations 2018-10-08 00:12:28 +09:00
has_one_association.rb Initialization block is a part of build_record 2018-06-04 23:28:55 +09:00
has_one_through_association.rb Don't expose SingularAssociation#replace which is internal API 2018-05-16 06:43:52 +09:00
join_dependency.rb Avoid unneeded expanded column aliases array caching 2018-07-10 09:53:49 +09:00
preloader.rb Restore preloaders_for_one method 2018-10-05 00:58:57 +09:00
singular_association.rb Clear QueryCache when reloading associations 2018-10-10 00:17:05 +01:00
through_association.rb Initialization block is a part of build_record 2018-06-04 23:28:55 +09:00