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

Ticket #10498 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

[PATCH] Remove references to nonexistent :joins documentation

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

Description

[8054] added finder joins with assocations, along with documentation and references to it in ActiveRecord's find and count methods. [8109] took a different approach to the same issue, removing the documentation and references in the process. [8113], a documentation patch, inadvertently restored said references to the removed documentation.

The attached patch removes the bogus references and also tidies up the wording a bit on the :joins option of find and count.

Attachments

fix_join_documentation.patch (3.5 kB) - added by tpope on 12/13/07 19:07:11.

Change History

12/13/07 19:07:11 changed by tpope

  • attachment fix_join_documentation.patch added.

12/13/07 19:51:50 changed by marcel

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

(In [8381]) Remove references to nonexistent :joins documentation. Closes #10498 [tpope]