<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>c6f397c5cecf183680c191dd2128c0a96c5b9399</id>
      </parent>
    </parents>
    <author>
      <name>David Dollar</name>
      <email>ddollar@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/e0750d6a5c7f621e4ca12205137c0b135cab444a</url>
    <id>e0750d6a5c7f621e4ca12205137c0b135cab444a</id>
    <committed-date>2008-07-13T18:53:21-07:00</committed-date>
    <authored-date>2008-07-13T18:13:50-07:00</authored-date>
    <message>Add :accessible option to Associations for allowing mass assignments using hash. [#474 state:resolved]

Allows nested Hashes (i.e. from nested forms) to hydrate the appropriate
ActiveRecord models.

class Post &lt; ActiveRecord::Base
  belongs_to :author,   :accessible =&gt; true
  has_many   :comments, :accessible =&gt; true
end

post = Post.create({
  :title    =&gt; 'Accessible Attributes',
  :author   =&gt; { :name =&gt; 'David Dollar' },
  :comments =&gt; [
    { :body =&gt; 'First Post!' },
    { :body =&gt; 'Nested Hashes are great!' }
  ]
})

post.comments &lt;&lt; { :body =&gt; 'Another Comment' }

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>442e795385f4114b8270e9d5d325b307bbb1bc13</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d72c66532f959846cdc2d7fb1dc1ef6ba87bdcb1</id>
      </parent>
    </parents>
    <author>
      <name>Jason Dew</name>
      <email>jason.dew@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c6f397c5cecf183680c191dd2128c0a96c5b9399</url>
    <id>c6f397c5cecf183680c191dd2128c0a96c5b9399</id>
    <committed-date>2008-07-13T18:24:12-07:00</committed-date>
    <authored-date>2008-06-27T09:25:26-07:00</authored-date>
    <message>Add block syntax to HasManyAssociation#build. [#502 state:resolve]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>574b28103b2f9cb416cb7be9304f1a3f2adfc0d7</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>697ee1a50dea7580a7240535d3ad89d2d090721a</id>
      </parent>
    </parents>
    <author>
      <name>Rhett Sutphin</name>
      <email>rsutphin@zem.local</email>
    </author>
    <url>http://github.com/rails/rails/commit/d72c66532f959846cdc2d7fb1dc1ef6ba87bdcb1</url>
    <id>d72c66532f959846cdc2d7fb1dc1ef6ba87bdcb1</id>
    <committed-date>2008-07-13T18:01:52-07:00</committed-date>
    <authored-date>2008-07-13T18:01:52-07:00</authored-date>
    <message>Make fixture accessors work when fixture name is not same as the table name. [#124 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>f683d74335a43b992e9a1f9e5979d95e1ec12342</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9783e66cade4d145389cca18fab822f44d03161a</id>
      </parent>
    </parents>
    <author>
      <name>Jacek Becela</name>
      <email>jacek.becela@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/697ee1a50dea7580a7240535d3ad89d2d090721a</url>
    <id>697ee1a50dea7580a7240535d3ad89d2d090721a</id>
    <committed-date>2008-07-13T17:32:01-07:00</committed-date>
    <authored-date>2008-07-09T12:34:04-07:00</authored-date>
    <message>Enable loading fixtures from arbitrary locations. [#586 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>154cce607d90477b6e901b8977c75ce8107cd952</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95812d5eafc3b63ce5eeb0748a5d0132f5108b64</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/9783e66cade4d145389cca18fab822f44d03161a</url>
    <id>9783e66cade4d145389cca18fab822f44d03161a</id>
    <committed-date>2008-07-13T17:02:07-07:00</committed-date>
    <authored-date>2008-07-13T17:02:07-07:00</authored-date>
    <message>Slightly faster DateTime#to_json. [#598 state:resolved] [Alex Zepeda]</message>
    <tree>9b995ad7364053d372e0f5a1e969f268c5ee8dcc</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d241f4434bafa2107cd6c3f3ab77c05f5d5ec71</id>
      </parent>
    </parents>
    <author>
      <name>rsl</name>
      <email>rsl@luckysneaks.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/95812d5eafc3b63ce5eeb0748a5d0132f5108b64</url>
    <id>95812d5eafc3b63ce5eeb0748a5d0132f5108b64</id>
    <committed-date>2008-07-13T16:55:57-07:00</committed-date>
    <authored-date>2008-07-13T16:55:57-07:00</authored-date>
    <message>Ensure :index works with fields_for select methods. [#518 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>17789d81ecc43e209a50fc6bbe0c33a2441ad8b7</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>68fe898189a27e4e3c4c2fe005c99975d40e1dd7</id>
      </parent>
    </parents>
    <author>
      <name>Tapaj&#243;s</name>
      <email>tapajos@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0d241f4434bafa2107cd6c3f3ab77c05f5d5ec71</url>
    <id>0d241f4434bafa2107cd6c3f3ab77c05f5d5ec71</id>
    <committed-date>2008-07-13T12:19:03-07:00</committed-date>
    <authored-date>2008-07-13T12:19:03-07:00</authored-date>
    <message>Use full path in database tasks so commands will work outside of Rails root [#612 state:resolved]

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>3464600b66dcabcadf704c5e8e678d58117ce03b</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>26bc867151a8f302b4c6122e6375c3ea2088a037</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/68fe898189a27e4e3c4c2fe005c99975d40e1dd7</url>
    <id>68fe898189a27e4e3c4c2fe005c99975d40e1dd7</id>
    <committed-date>2008-07-13T12:05:21-07:00</committed-date>
    <authored-date>2008-07-13T12:05:21-07:00</authored-date>
    <message>Check first render format and extension. Fixes failing ActionMailer test.</message>
    <tree>07e7233469082ccce42c36899fd0b8545cdc1c93</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e0fef66149092dd3d2988fff64f0ce8765735687</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/26bc867151a8f302b4c6122e6375c3ea2088a037</url>
    <id>26bc867151a8f302b4c6122e6375c3ea2088a037</id>
    <committed-date>2008-07-13T12:00:40-07:00</committed-date>
    <authored-date>2008-07-13T12:00:40-07:00</authored-date>
    <message>Small tweak to e0fef66</message>
    <tree>5b4e17a35ef4bb1688aa9c58858c6c0d17cdfa35</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>99cc85bc099a757cdd44e4f5f1be4972ab124e0d</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/e0fef66149092dd3d2988fff64f0ce8765735687</url>
    <id>e0fef66149092dd3d2988fff64f0ce8765735687</id>
    <committed-date>2008-07-13T11:26:48-07:00</committed-date>
    <authored-date>2008-07-13T11:26:48-07:00</authored-date>
    <message>Made ActionView::Base#first_render a little more private. And added _last_render to track the most recent render. Will fix #609 as a side effect. [#609 state:resolved]</message>
    <tree>76b20ee8e265f74610eb2836be5bc27c300da2a4</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>73b34e9f75d33dc0709d4ad36c912bdbb8977994</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/99cc85bc099a757cdd44e4f5f1be4972ab124e0d</url>
    <id>99cc85bc099a757cdd44e4f5f1be4972ab124e0d</id>
    <committed-date>2008-07-12T13:31:50-07:00</committed-date>
    <authored-date>2008-07-12T13:31:50-07:00</authored-date>
    <message>Set config.action_view.warn_cache_misses = true to receive a warning if you perform an action that results in an expensive disk operation that could be cached</message>
    <tree>376ed5a7338c0182e9f4d8ebf549059758d38853</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30204c4e66cea989c4ee48b52c8827c79e98f14a</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/73b34e9f75d33dc0709d4ad36c912bdbb8977994</url>
    <id>73b34e9f75d33dc0709d4ad36c912bdbb8977994</id>
    <committed-date>2008-07-12T12:33:46-07:00</committed-date>
    <authored-date>2008-07-12T12:33:46-07:00</authored-date>
    <message>Refactor template preloading. New abstractions include Renderable mixins and a refactored Template class.</message>
    <tree>eea7cb8c3cb428ecfacb6263f4e8f1d903a71824</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>65fb2e76f2c4571b04458c7bf6a0c815972232ab</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/30204c4e66cea989c4ee48b52c8827c79e98f14a</url>
    <id>30204c4e66cea989c4ee48b52c8827c79e98f14a</id>
    <committed-date>2008-07-12T12:11:51-07:00</committed-date>
    <authored-date>2008-07-12T12:11:51-07:00</authored-date>
    <message>Set global ActionController::Base.view_paths for test cases</message>
    <tree>67732754c6a7deb6d2efbcaae0a9b3ba60ff8920</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b603de08825eec05f1b97d0f5d71462f3fa4c222</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/65fb2e76f2c4571b04458c7bf6a0c815972232ab</url>
    <id>65fb2e76f2c4571b04458c7bf6a0c815972232ab</id>
    <committed-date>2008-07-12T10:17:10-07:00</committed-date>
    <authored-date>2008-07-12T10:16:05-07:00</authored-date>
    <message>Removed a few implementation specific view path tests</message>
    <tree>78ee1f4a767873d0de67a0fe60dc9a378fe207c5</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f90eb81c65d5841b591caf0f5e39ef774d02d06e</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b603de08825eec05f1b97d0f5d71462f3fa4c222</url>
    <id>b603de08825eec05f1b97d0f5d71462f3fa4c222</id>
    <committed-date>2008-07-12T10:17:10-07:00</committed-date>
    <authored-date>2008-07-12T10:15:31-07:00</authored-date>
    <message>Improve test coverage and create fixtures for RenderPartialWithRecordIdentificationTests</message>
    <tree>eaf6573df78509a00607b5b96583011c2a1acb84</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e53f5fe696d692f1985981c34bb311e898fe3c72</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Guettler</name>
      <email>daniel.guettler@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f90eb81c65d5841b591caf0f5e39ef774d02d06e</url>
    <id>f90eb81c65d5841b591caf0f5e39ef774d02d06e</id>
    <committed-date>2008-07-12T09:51:48-07:00</committed-date>
    <authored-date>2008-06-23T08:06:13-07:00</authored-date>
    <message>Ensure script/generate finds generators from symlinked plugins. [#449 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>d0f63c6709b7c61d3b4b6a50bdf35a577504307a</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>50b5c6845ed1645cf25613024ef04187385f8dcd</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/e53f5fe696d692f1985981c34bb311e898fe3c72</url>
    <id>e53f5fe696d692f1985981c34bb311e898fe3c72</id>
    <committed-date>2008-07-12T02:42:41-07:00</committed-date>
    <authored-date>2008-07-12T02:42:41-07:00</authored-date>
    <message>Restore support for partial matches in assert_redirected_to

If both the actual redirection and the asserted redirection are hashes, succeed if the asserted redirection is a strict subset of the actual redirection.</message>
    <tree>9fb8f244d277cc0bc8555a57866955a5d062639f</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5e2e1ed9ffc481a91596d8c3fd9a68d7977e75ca</id>
      </parent>
    </parents>
    <author>
      <name>Johan S&#248;rensen</name>
      <email>johan@johansorensen.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/50b5c6845ed1645cf25613024ef04187385f8dcd</url>
    <id>50b5c6845ed1645cf25613024ef04187385f8dcd</id>
    <committed-date>2008-07-11T17:04:18-07:00</committed-date>
    <authored-date>2008-07-11T16:57:38-07:00</authored-date>
    <message>Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>3f0b636fb08e8b826ba00950fa7d59234bd454ca</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6ebdd0e32b846e99a9885b06fbca2bed58149c7e</id>
      </parent>
    </parents>
    <author>
      <name>Micah Wedemeyer</name>
      <email>mwedemeyer@micah.(none)</email>
    </author>
    <url>http://github.com/rails/rails/commit/5e2e1ed9ffc481a91596d8c3fd9a68d7977e75ca</url>
    <id>5e2e1ed9ffc481a91596d8c3fd9a68d7977e75ca</id>
    <committed-date>2008-07-11T15:52:41-07:00</committed-date>
    <authored-date>2008-07-11T15:50:55-07:00</authored-date>
    <message>Ensure MysqlAdapter allows SSL connection when only sslca is supplied. [#253 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>e47b8f9692a8ad4bc7da74d21943bc076184bc7d</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>292501c7e01993faadfd953fd1b3154c470b65e2</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/6ebdd0e32b846e99a9885b06fbca2bed58149c7e</url>
    <id>6ebdd0e32b846e99a9885b06fbca2bed58149c7e</id>
    <committed-date>2008-07-11T13:40:41-07:00</committed-date>
    <authored-date>2008-07-11T13:39:22-07:00</authored-date>
    <message>Changed ActionView::TemplateHandler#render API method signature to render(template, local_assigns = {})</message>
    <tree>ddf305b2c11a698f60eaf0e3032b4b66aeab1301</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6b9f8adb3eff3be81653bd565be4ff9c63cd775d</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/292501c7e01993faadfd953fd1b3154c470b65e2</url>
    <id>292501c7e01993faadfd953fd1b3154c470b65e2</id>
    <committed-date>2008-07-11T13:27:36-07:00</committed-date>
    <authored-date>2008-07-11T13:27:36-07:00</authored-date>
    <message>Use require_dependency 'application' not require in the console bootstraps to avoid requiring application.rb twice</message>
    <tree>66e57110efb5ecd525f4bd66b1bdcefd7a3f781c</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c00baf496ef40d09962aabcb63d6d319cb8a0584</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/6b9f8adb3eff3be81653bd565be4ff9c63cd775d</url>
    <id>6b9f8adb3eff3be81653bd565be4ff9c63cd775d</id>
    <committed-date>2008-07-11T10:23:21-07:00</committed-date>
    <authored-date>2008-07-11T10:22:43-07:00</authored-date>
    <message>Whitespace</message>
    <tree>65cb64ea1715cc3fdf116ded0b25524da51c82c9</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f522a89d6447da306778b67353adaf679c26bbd1</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c00baf496ef40d09962aabcb63d6d319cb8a0584</url>
    <id>c00baf496ef40d09962aabcb63d6d319cb8a0584</id>
    <committed-date>2008-07-11T10:09:25-07:00</committed-date>
    <authored-date>2008-07-11T10:09:25-07:00</authored-date>
    <message>Added tests to show that 2d372d7 breaks old generator behavior (#545 state:resolved)</message>
    <tree>203102125f42826c9cf9da04f64ebd35233661ec</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04a87af5b7abd00e74b96c5b1bb789d4484da6d9</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f522a89d6447da306778b67353adaf679c26bbd1</url>
    <id>f522a89d6447da306778b67353adaf679c26bbd1</id>
    <committed-date>2008-07-11T10:05:02-07:00</committed-date>
    <authored-date>2008-07-11T10:05:02-07:00</authored-date>
    <message>Revert &quot;Fixed generator collisions for nested controller modules.&quot;

This reverts commit 2d372d704987e05712ccd937e78d8dbd41242efe.</message>
    <tree>c55d228bf6c909bb91d8b24d27a9f1648bc970dd</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d106f2d08aad517c0bfa3a11e3eb87e14231e8ce</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/04a87af5b7abd00e74b96c5b1bb789d4484da6d9</url>
    <id>04a87af5b7abd00e74b96c5b1bb789d4484da6d9</id>
    <committed-date>2008-07-11T09:51:35-07:00</committed-date>
    <authored-date>2008-07-11T09:51:35-07:00</authored-date>
    <message>Ensure use_accept_header is enabled for test_action_cache_conditional_options</message>
    <tree>d516fa6d3da2f46b46a6f0912ab09473c7cfe88c</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>15b21754268e6e9fd90e866096ebd60ee6fd972b</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/d106f2d08aad517c0bfa3a11e3eb87e14231e8ce</url>
    <id>d106f2d08aad517c0bfa3a11e3eb87e14231e8ce</id>
    <committed-date>2008-07-11T09:49:22-07:00</committed-date>
    <authored-date>2008-07-11T09:49:22-07:00</authored-date>
    <message>Ensure use_accept_header is enabled for test_action_cache_conditional_options</message>
    <tree>1264d752fd79cda7725503e7a911fe3f9a26d399</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>68289693f723f7a11ab13014a784d0a95abfd6ed</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/15b21754268e6e9fd90e866096ebd60ee6fd972b</url>
    <id>15b21754268e6e9fd90e866096ebd60ee6fd972b</id>
    <committed-date>2008-07-11T09:44:24-07:00</committed-date>
    <authored-date>2008-07-11T09:44:24-07:00</authored-date>
    <message>Fixed teardown method typo (plus whitespace)</message>
    <tree>b20624c88ae85f39b2bc014736378dabea7de384</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d5c447d9c4ebebd921a90810ff7547f8e40ea38</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/68289693f723f7a11ab13014a784d0a95abfd6ed</url>
    <id>68289693f723f7a11ab13014a784d0a95abfd6ed</id>
    <committed-date>2008-07-11T09:14:59-07:00</committed-date>
    <authored-date>2008-07-11T09:14:59-07:00</authored-date>
    <message>Check for response in builder template since ActionMailer does not have one</message>
    <tree>f095556b5124ac5c5432b8f389372446eae6202f</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>feb08984ea5517db5780a88584929feac1cafb59</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7d5c447d9c4ebebd921a90810ff7547f8e40ea38</url>
    <id>7d5c447d9c4ebebd921a90810ff7547f8e40ea38</id>
    <committed-date>2008-07-11T09:12:53-07:00</committed-date>
    <authored-date>2008-07-11T09:12:53-07:00</authored-date>
    <message>Stubba is included in Mocha already</message>
    <tree>19ccf05193f98dea2229d33fbd894c0dfb618da7</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d37e6413366c9a3fafa02c4298a2946dc8327a42</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler</name>
      <email>clemens@railway.at</email>
    </author>
    <url>http://github.com/rails/rails/commit/feb08984ea5517db5780a88584929feac1cafb59</url>
    <id>feb08984ea5517db5780a88584929feac1cafb59</id>
    <committed-date>2008-07-10T00:29:27-07:00</committed-date>
    <authored-date>2008-07-09T12:41:03-07:00</authored-date>
    <message>Added notes to Routing documentation and routes.rb regarding defaults routes opening the whole application for GET requests

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>e763d94b44d5144d79a6fd8bd1c1de34bf567e73</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
</commits>
