..
builder
Remove #among?
from Active Support
2011-04-13 20:25:28 +08:00
join_dependency
TableAlias leg ordering has changed, so change accordingly
2011-03-30 09:54:46 -07: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