Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #10861 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH][DOC] reflect [8672] in docs about eager loading in polymorphic associations

Reported by: fxn Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords:
Cc:

Description

After the change in the preloading strategy introduced in [8672] it is no longer true that eager loading is not supported in polymorphic associations.

Attachments

refine_docs_about_eager_loading_in_polymorphic_associations.diff (1.4 kB) - added by fxn on 01/19/08 20:36:43.

Change History

01/19/08 20:36:43 changed by fxn

  • attachment refine_docs_about_eager_loading_in_polymorphic_associations.diff added.

01/23/08 17:06:43 changed by marcel

  • status changed from new to closed.
  • resolution set to fixed.

(In [8707]) Indicate in documentation that newer version of AR support eager loading in polymorphic associations. Closes #10861 [fxn]