<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -507,6 +507,14 @@ module ActiveRecord
     #
     # will load posts and eager load the +approved_comments+ association, which contains only those comments that have been approved.
     #
+    # If you eager load an association with a specified &lt;tt&gt;:limit&lt;/tt&gt; option, it will be ignored, returning all the associated objects:
+    #
+    #   class Picture &lt; ActiveRecord::Base
+    #     has_many :most_recent_comments, :class_name =&gt; 'Comment', :order =&gt; 'id DESC', :limit =&gt; 10
+    #   end
+    #
+    #   Picture.find(:first, :include =&gt; :most_recent_comments).most_recent_comments # =&gt; returns all associated comments.
+    #
     # When eager loaded, conditions are interpolated in the context of the model class, not the model instance.  Conditions are lazily interpolated
     # before the actual model exists.
     #</diff>
      <filename>activerecord/lib/active_record/associations.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1147453fce0890ea229c3af5f43c909ebe53061e</id>
    </parent>
  </parents>
  <author>
    <name>Luca Guidi</name>
    <email>guidi.luca@gmail.com</email>
  </author>
  <url>http://github.com/lifo/docrails/commit/27ec3ee00975a6655d2949520a6545e831751024</url>
  <id>27ec3ee00975a6655d2949520a6545e831751024</id>
  <committed-date>2008-11-02T01:36:38-08:00</committed-date>
  <authored-date>2008-11-02T01:36:38-08:00</authored-date>
  <message>Made more clear the case of ignored :limit option for eager loaded associations</message>
  <tree>0f9634bd1b2ed024522f57e32bbb91fcd8b95017</tree>
  <committer>
    <name>Luca Guidi</name>
    <email>guidi.luca@gmail.com</email>
  </committer>
</commit>
