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
2011-04-14 19:34:19 +01:00
..
builder Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
join_dependency Extract the constraint-building for joins in JoinAssociation into a separate method to make it easy to change/override (requested by Ernie Miller so that MetaWhere can add to it easily) 2011-04-14 19:34:19 +01:00
preloader When preloading has_and_belongs_to_many associations, we should only instantiate one AR object per actual record in the database. (Even when IM is off.) 2011-03-04 15:16:07 -08:00
alias_tracker.rb Resolve some TODO comments which I decided did not need anything done 2011-03-12 08:42:57 +00:00
association.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
association_scope.rb Fix tests under postgres - we should always put conditions in the WHERE part not in ON constraints because postgres requires that the table has been joined before the condition references it. 2011-03-12 09:32:20 +00:00
belongs_to_association.rb Rename target_klass to klass 2011-02-21 10:16:14 -08:00
belongs_to_polymorphic_association.rb Rename target_klass to klass 2011-02-21 10:16:14 -08:00
collection_association.rb Removing the scope-caching which happens on association proxies, because the query is already cached by the query cacher. For formalised proof see http://www.youtube.com/watch?v=wDefXLb-FDs 2011-04-12 19:46:04 -07:00
collection_proxy.rb Removing the scope-caching which happens on association proxies, because the query is already cached by the query cacher. For formalised proof see http://www.youtube.com/watch?v=wDefXLb-FDs 2011-04-12 19:46:04 -07:00
has_and_belongs_to_many_association.rb Move the code which builds a scope for through associations into a generic AssociationScope class which is capable of building a scope for any association. 2011-03-10 19:04:00 +00:00
has_many_association.rb Move the code which builds a scope for through associations into a generic AssociationScope class which is capable of building a scope for any association. 2011-03-10 19:04:00 +00:00
has_many_through_association.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
has_one_association.rb Remove #among? from Active Support 2011-04-13 20:25:28 +08:00
has_one_through_association.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
join_dependency.rb Merge branch 'master' into nested_has_many_through 2011-03-04 09:30:27 +00:00
join_helper.rb Fix tests under postgres - we should always put conditions in the WHERE part not in ON constraints because postgres requires that the table has been joined before the condition references it. 2011-03-12 09:32:20 +00:00
preloader.rb Rewrote AssociationPreload. 2011-02-28 22:12:34 +00:00
singular_association.rb Add additional text to NotImplementedErrors [#6328 state:resolved] 2011-03-12 13:43:23 -02:00
through_association.rb Resolve some TODO comments which I decided did not need anything done 2011-03-12 08:42:57 +00:00