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
Arthur Neves a0a37d9fd3
Merge PR #19759
Fix for has_and_belongs_to_many & has_many_through associations
2016-10-28 17:15:23 -04:00
..
builder Fix HABTM associations join table resolver bug on constants and symbols 2016-10-27 11:47:14 +03:00
join_dependency Ensure that inverse associations are set before running callbacks 2016-08-31 09:26:25 -04:00
preloader Merge pull request #26379 from kamipo/remove_unnecessary_query_scope 2016-09-05 13:20:14 +01:00
alias_tracker.rb applies new string literal convention in activerecord/lib 2016-08-06 18:26:45 +02:00
association.rb Extract duplicated create and create! definition for association 2016-09-03 20:21:01 +09:00
association_scope.rb normalizes indentation and whitespace across the project 2016-08-06 20:16:27 +02:00
belongs_to_association.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00
belongs_to_polymorphic_association.rb Fix nil assignment to polymorphic belongs_to 2013-12-18 04:52:24 -07:00
collection_association.rb Don't skip in-memory insertion of associations when loaded in validate 2016-09-29 14:57:31 -04:00
collection_proxy.rb Fix regression caused due to removal of select method from CollectionAssociation 2016-10-22 09:04:47 +05:30
foreign_association.rb nodoc ActiveRecord::ForeignAssociation. [ci skip] 2015-10-13 13:51:24 +02:00
has_many_association.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
has_many_through_association.rb Merge PR #19759 2016-10-28 17:15:23 -04:00
has_one_association.rb code gardening: removes redundant selfs 2016-08-08 01:12:38 +02:00
has_one_through_association.rb load_target is a public method 2016-07-23 17:14:41 +09:00
join_dependency.rb fixes remaining RuboCop issues [Vipul A M, Xavier Noria] 2016-09-01 23:41:49 +02:00
preloader.rb Fix broken comments indentation caused by rubocop auto-correct [ci skip] 2016-09-14 18:26:32 +09:00
singular_association.rb Merge pull request #26380 from kamipo/pass_set_inverse_instance_block 2016-09-08 20:28:22 +02:00
through_association.rb applies remaining conventions across the project 2016-08-06 20:20:22 +02:00