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
Chris Griego bdd4d9f20c Remove unused 1:1 association :remote option
This option is unused, left over from pre-1.0 Rails to internally distinguish the location of the foreign key.
2014-07-16 15:46:08 -05:00
..
builder Remove unused 1:1 association :remote option 2014-07-16 15:46:08 -05:00
join_dependency
preloader preload preserves readonly flag on associations. #15853 2014-06-25 13:46:54 +02:00
alias_tracker.rb WIP: pass existing joins to construct_join_dependency 2014-05-16 15:55:44 -04:00
association.rb reuse available collection? check instead of macro 2014-06-09 19:27:08 -04:00
association_scope.rb begin refactoring add_constraints by moving join keys 2014-06-10 22:08:50 -04:00
belongs_to_association.rb add has_one? method and reuse instead of checking macro 2014-06-09 19:12:43 -04:00
belongs_to_polymorphic_association.rb
collection_association.rb Don't rely on the column for type casting reflections 2014-06-18 06:29:17 -06:00
collection_proxy.rb
has_many_association.rb Merge pull request #15266 from dv/use_counter_cache_for_empty_call 2014-07-15 08:34:44 -07:00
has_many_through_association.rb Deprecate automatic counter caches on has_many :through 2014-06-26 07:24:34 -06:00
has_one_association.rb
has_one_through_association.rb
join_dependency.rb Encapsulate knowledge of type objects on ActiveRecord::Result 2014-06-22 09:00:15 -06:00
preloader.rb Skip if the association was already loaded. 2014-05-24 13:22:52 -07:00
singular_association.rb use statement cache for belongs_to relations 2014-04-22 11:28:21 -05:00
through_association.rb Through associations should set both parent ids on join models 2014-06-13 14:38:34 -06:00