<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -236,6 +236,14 @@ module ActiveSupport
 
     # Runs all the callbacks defined for the given options.
     #
+    # Expected options are:
+    #   * +:args+ - Pass the provided arguments array to each callback method or proc.
+    #     Arguments that exeed the arity of the callback method/proc will be silently
+    #     discarded rather then generate a warning. String callbacks cannot receieve
+    #     arguments. (default: +[]+ i.e. no arguments will be passed)
+    #   * +:enumerator* - Provide an alternative enumeration method to execute the
+    #     callback chain. E.g. +:reverse_each+ (default: +:each+)
+    #
     # If a block is given it will be called after each callback receiving as arguments:
     #
     #  * the result from the callback</diff>
      <filename>activesupport/lib/active_support/callbacks.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>413aac579562519f2684c1ff9bdb087650991157</id>
    </parent>
  </parents>
  <author>
    <name>Ruy Asan</name>
    <email>ruyasan@gmail.com</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/b480de6a91cb4c6bb4ecf931d8aaef4da3f8a87a</url>
  <id>b480de6a91cb4c6bb4ecf931d8aaef4da3f8a87a</id>
  <committed-date>2008-07-09T17:22:30-07:00</committed-date>
  <authored-date>2008-07-09T17:22:30-07:00</authored-date>
  <message>Added documentation for the new run_callbacks :args option (and documented :enumeratoroption since I was at it.)</message>
  <tree>ceca4c2a747aa074f8b51c20a2ddc0d66f4eb035</tree>
  <committer>
    <name>Ruy Asan</name>
    <email>ruyasan@gmail.com</email>
  </committer>
</commit>
