<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -21,4 +21,13 @@ After installing the plugin your new and shiny task
 The plugin works out of the box without configuration, but if you want to use it in your deployment setup you should set the APPLICATION_NAME constant in your environment.rb. This is necessary because AAFAutoRebuild keeps your acts_as_ferret configuration state based on the directory your application is living in, unless APPLICATION_NAME is available. So if your app is deployed to changing release directories the plugin will never be able to restore your last Ferret state.
 
 
+Here is a sample Capistrano task:
+=================================
+
+desc &quot;Auto rebuild ferret index&quot;
+task :rebuild, :roles =&gt; [:ferret] do
+  run &quot;cd #{current_path}; rake RAILS_ENV=production ferret:index:auto_rebuild&quot;
+end
+
+
 Copyright (c) 2008 Andreas Wolff (rubyphunk.com), released under the MIT license</diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9d97995a2ee9e465cfd86b86e8d8f0f15a81cb63</id>
    </parent>
  </parents>
  <author>
    <name>rubyphunk</name>
    <email>treas@dynamicdudes.com</email>
  </author>
  <url>http://github.com/rubyphunk/aafautorebuild/commit/f37cd5ec90bb08f1807d00f6b32f3d49917d50a7</url>
  <id>f37cd5ec90bb08f1807d00f6b32f3d49917d50a7</id>
  <committed-date>2008-07-09T08:50:15-07:00</committed-date>
  <authored-date>2008-07-09T08:50:15-07:00</authored-date>
  <message>Added sample cap task</message>
  <tree>3f1a9696472c677b4ed305ec39f1c60e1579f095</tree>
  <committer>
    <name>rubyphunk</name>
    <email>treas@dynamicdudes.com</email>
  </committer>
</commit>
