<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>1b127fcdea28d6c6ab2f2c6370125c8817ba99d6</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/a5aad2e81febfa1a8d9fea0faffb5a3b4535982b</url>
    <id>a5aad2e81febfa1a8d9fea0faffb5a3b4535982b</id>
    <committed-date>2008-08-12T20:29:07-07:00</committed-date>
    <authored-date>2008-08-12T20:18:01-07:00</authored-date>
    <message>Fixed Time/Date object serialization

Time/Date objects used to be converted to_s instead of to_uaml
which made them unserializable.</message>
    <tree>f1936fe0655d0dd5fd0a6da1ac1e1d5d5b7d61e2</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>45b79d933cd2433b30ae98e7dadc4ae060e170c9</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/1b127fcdea28d6c6ab2f2c6370125c8817ba99d6</url>
    <id>1b127fcdea28d6c6ab2f2c6370125c8817ba99d6</id>
    <committed-date>2008-08-12T20:18:03-07:00</committed-date>
    <authored-date>2008-08-12T20:18:03-07:00</authored-date>
    <message>Set asset-cached file ctime and mtime to the max mtime of the combined files. Allows for consistent ETag generation without having a shared filesystem.</message>
    <tree>bf175900629b88ceb709a1f4df8aca9ec533cacc</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>992fda16ed662f028700d63a8dcbd1837f1d58ab</id>
      </parent>
      <parent>
        <id>08b0cf07dbc639c8609118eaeb34330d5168e8b2</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/45b79d933cd2433b30ae98e7dadc4ae060e170c9</url>
    <id>45b79d933cd2433b30ae98e7dadc4ae060e170c9</id>
    <committed-date>2008-08-12T17:03:17-07:00</committed-date>
    <authored-date>2008-08-12T17:03:17-07:00</authored-date>
    <message>Merge branch 'conditional-get'</message>
    <tree>6bc79848cf6aab926cdcfb51b298fe26b68a0ec0</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ba2d61dd8160237b2141ae24cf20db9b5301eb9d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/08b0cf07dbc639c8609118eaeb34330d5168e8b2</url>
    <id>08b0cf07dbc639c8609118eaeb34330d5168e8b2</id>
    <committed-date>2008-08-12T17:03:06-07:00</committed-date>
    <authored-date>2008-08-12T17:03:06-07:00</authored-date>
    <message>Update changelog for conditional GET utility methods</message>
    <tree>f117c32a6e1df336286c9adca6e4102a763135a3</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>81c12d1f6359eb5e52b376f1f3552097a144cc8b</id>
      </parent>
    </parents>
    <author>
      <name>Tom Lea</name>
      <email>contrib@tomlea.co.uk</email>
    </author>
    <url>http://github.com/rails/rails/commit/992fda16ed662f028700d63a8dcbd1837f1d58ab</url>
    <id>992fda16ed662f028700d63a8dcbd1837f1d58ab</id>
    <committed-date>2008-08-12T09:15:50-07:00</committed-date>
    <authored-date>2008-08-11T10:16:58-07:00</authored-date>
    <message>Serialized attributes will now always be saved even with partial_updates turned on.

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;
[#788 state:committed]</message>
    <tree>71fc235f3141b4ae5be912c77b8830a82290fb6b</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7375d74d9fff3219d4ea389ba9e36a90afe9d33</id>
      </parent>
    </parents>
    <author>
      <name>Trevor Turk</name>
      <email>trevorturk@yahoo.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/81c12d1f6359eb5e52b376f1f3552097a144cc8b</url>
    <id>81c12d1f6359eb5e52b376f1f3552097a144cc8b</id>
    <committed-date>2008-08-12T00:52:06-07:00</committed-date>
    <authored-date>2008-08-11T19:17:14-07:00</authored-date>
    <message>move logging of protected attribute removal into log_protected_attribute_removal method

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;
[#804 status:committed]</message>
    <tree>fb59cc6d80e944b443a9564ab9fccc62ce018113</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eb4668b26ad4aacf79488d2bee553e9452971c35</id>
      </parent>
    </parents>
    <author>
      <name>Michalis Polakis</name>
      <email>mpolakis@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c7375d74d9fff3219d4ea389ba9e36a90afe9d33</url>
    <id>c7375d74d9fff3219d4ea389ba9e36a90afe9d33</id>
    <committed-date>2008-08-11T07:48:45-07:00</committed-date>
    <authored-date>2008-08-11T06:53:24-07:00</authored-date>
    <message>Alias subquery used in calculations, to provide better compatibility with databases such as MonetDB

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;
Signed-off-by: Tom Ward &lt;tom@popdog.net&gt;
[#796 state:committed]</message>
    <tree>80bbcb50419241e3c39f4d7f6285b37a7df65e78</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2630502a0525e5965d4eff283e3d2613cd1ca19</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Rudy Jacobs</name>
      <email>MatthewRudyJacobs@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/eb4668b26ad4aacf79488d2bee553e9452971c35</url>
    <id>eb4668b26ad4aacf79488d2bee553e9452971c35</id>
    <committed-date>2008-08-09T09:36:40-07:00</committed-date>
    <authored-date>2008-08-09T09:04:54-07:00</authored-date>
    <message>rake db:fixtures:load and db:fixtures:identify now accept a FIXTURES_PATH option eg. &quot;rake db:fixtures:load FIXTURES_PATH=spec/fixtures&quot;

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;
[#792 state:committed]</message>
    <tree>bc7ee2f508c073b430bc34f285aaac4e6d59593a</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2faf35cea9846fdfa1099f5dfd1589d53a3daf3b</id>
      </parent>
    </parents>
    <author>
      <name>Stefan Kaes</name>
      <email>skaes@gmx.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/b2630502a0525e5965d4eff283e3d2613cd1ca19</url>
    <id>b2630502a0525e5965d4eff283e3d2613cd1ca19</id>
    <committed-date>2008-08-09T08:48:56-07:00</committed-date>
    <authored-date>2008-08-09T08:37:12-07:00</authored-date>
    <message>Fixed autolink regexp compatibility for ruby 1.9 [#783 state:resolved]
Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>c21ac6c3ca1700d74037450be4e2180d99e767de</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea0d036e31d984888303a79533ff872b787871ae</id>
      </parent>
    </parents>
    <author>
      <name>Cameron Yule</name>
      <email>cameron@Zeppelin.local</email>
    </author>
    <url>http://github.com/rails/rails/commit/2faf35cea9846fdfa1099f5dfd1589d53a3daf3b</url>
    <id>2faf35cea9846fdfa1099f5dfd1589d53a3daf3b</id>
    <committed-date>2008-08-09T08:48:56-07:00</committed-date>
    <authored-date>2008-08-09T08:34:19-07:00</authored-date>
    <message>Added tests for partial collection counters [#766 state:resolved]
Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>0f43c32ce041e6af277fe57e02264db6cd81a327</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7f6e7ba1f7e8735f1c3f30ba125b5432f00d2a70</id>
      </parent>
    </parents>
    <author>
      <name>miloops</name>
      <email>miloops@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/ea0d036e31d984888303a79533ff872b787871ae</url>
    <id>ea0d036e31d984888303a79533ff872b787871ae</id>
    <committed-date>2008-08-08T06:31:02-07:00</committed-date>
    <authored-date>2008-07-31T15:44:11-07:00</authored-date>
    <message>mail_to should use decodeURIcomponent instead of unescape to be utf friendly.

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>8a6be72060277961f5e2cbf16c40c6b90f6e1fe0</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>06e4eb49eaabde76e38e4f275619fe2df51f1e0a</id>
      </parent>
    </parents>
    <author>
      <name>Ernie Miller</name>
      <email>ernie@metautonomo.us</email>
    </author>
    <url>http://github.com/rails/rails/commit/7f6e7ba1f7e8735f1c3f30ba125b5432f00d2a70</url>
    <id>7f6e7ba1f7e8735f1c3f30ba125b5432f00d2a70</id>
    <committed-date>2008-08-08T06:19:08-07:00</committed-date>
    <authored-date>2008-08-02T08:47:05-07:00</authored-date>
    <message>Fixed AssociationCollection#&lt;&lt; resulting in unexpected values in @target when :uniq =&gt; true

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>6ef0f774359e80d8c20dd4fd244edab61bd00cec</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c24a7cdd230ee0005add73b9d57bc859ddb57f83</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/ba2d61dd8160237b2141ae24cf20db9b5301eb9d</url>
    <id>ba2d61dd8160237b2141ae24cf20db9b5301eb9d</id>
    <committed-date>2008-08-08T02:31:12-07:00</committed-date>
    <authored-date>2008-08-08T02:31:12-07:00</authored-date>
    <message>Update tests for request memoization</message>
    <tree>1abaa4feae0f1d4cf8da3ec810988112639d0b76</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b7529ed1cc7cfd8df5fd1b069e2881d39d3d984c</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/c24a7cdd230ee0005add73b9d57bc859ddb57f83</url>
    <id>c24a7cdd230ee0005add73b9d57bc859ddb57f83</id>
    <committed-date>2008-08-08T02:29:37-07:00</committed-date>
    <authored-date>2008-08-08T02:29:37-07:00</authored-date>
    <message>Don't shadow host method</message>
    <tree>96720055bb6eafccef86f7684c29627b98a8f48a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14cf9a89919b72df301016e4596855c2112c6cef</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Rodr&#237;guez Troiti&#241;o</name>
      <email>drodrigueztroitino@yahoo.es</email>
    </author>
    <url>http://github.com/rails/rails/commit/06e4eb49eaabde76e38e4f275619fe2df51f1e0a</url>
    <id>06e4eb49eaabde76e38e4f275619fe2df51f1e0a</id>
    <committed-date>2008-08-08T01:48:52-07:00</committed-date>
    <authored-date>2008-08-04T03:31:05-07:00</authored-date>
    <message>Added file name information for errors and exceptions in script/runnner

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>8bc6e7d99eb5a6596e250b9593d947d1df5f5911</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1db7c9cf4a153bbc9001d69508f58b3e8b288c34</id>
      </parent>
    </parents>
    <author>
      <name>James Rosen</name>
      <email>james.a.rosen@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/14cf9a89919b72df301016e4596855c2112c6cef</url>
    <id>14cf9a89919b72df301016e4596855c2112c6cef</id>
    <committed-date>2008-08-08T01:47:26-07:00</committed-date>
    <authored-date>2008-06-13T03:49:10-07:00</authored-date>
    <message>dryed up resources; fixed small formatting issue in resources rdoc

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>f5ed967e87e7d13699ae4dba3a9507c30898e8b6</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8057669ff6ba11e228fc73eef7390b826d0de25</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Bates</name>
      <email>ryan@railscasts.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1db7c9cf4a153bbc9001d69508f58b3e8b288c34</url>
    <id>1db7c9cf4a153bbc9001d69508f58b3e8b288c34</id>
    <committed-date>2008-08-08T01:33:29-07:00</committed-date>
    <authored-date>2008-08-07T19:33:44-07:00</authored-date>
    <message>fixing &quot;test_any_should_not_load_results&quot; so it doesn't depend on latest version of Mocha

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>a1b2e1e5fe32f4550ae787127190a72a87f070b3</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e43d1c226d09afe49b25f5e3a351c4c10371933a</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/b7529ed1cc7cfd8df5fd1b069e2881d39d3d984c</url>
    <id>b7529ed1cc7cfd8df5fd1b069e2881d39d3d984c</id>
    <committed-date>2008-08-07T23:43:12-07:00</committed-date>
    <authored-date>2008-08-07T23:43:12-07:00</authored-date>
    <message>Simplifying usage of ETags and Last-Modified and conditional GET requests</message>
    <tree>ef69ba48ba47e42981101aab20aebae1d111c684</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6c70c02c83b3a03c88df4286130be8882f6d201c</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e43d1c226d09afe49b25f5e3a351c4c10371933a</url>
    <id>e43d1c226d09afe49b25f5e3a351c4c10371933a</id>
    <committed-date>2008-08-07T23:34:36-07:00</committed-date>
    <authored-date>2008-08-07T23:34:36-07:00</authored-date>
    <message>Inherit these from AbstractRequest instead</message>
    <tree>454ff1cb79c29d9735c4dd363cc234590112679a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a8057669ff6ba11e228fc73eef7390b826d0de25</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/6c70c02c83b3a03c88df4286130be8882f6d201c</url>
    <id>6c70c02c83b3a03c88df4286130be8882f6d201c</id>
    <committed-date>2008-08-07T23:31:43-07:00</committed-date>
    <authored-date>2008-08-07T23:31:43-07:00</authored-date>
    <message>Freeze memoized results when instance is frozen instead of immediately so you can memoize mutable objects</message>
    <tree>f0529f50df45893b20a8d5c006f3156e645db67b</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>105093f90728f81268367bd52581fccfa165f170</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/a8057669ff6ba11e228fc73eef7390b826d0de25</url>
    <id>a8057669ff6ba11e228fc73eef7390b826d0de25</id>
    <committed-date>2008-08-07T12:55:14-07:00</committed-date>
    <authored-date>2008-08-07T12:55:14-07:00</authored-date>
    <message>Fixed memoize with punctuation and freezing memoized methods with arguments

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>fab205b4b3900d9c9a3ef0f169491ae94d327317</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be0d235a3b82e72de49592913753a1f291a98f86</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler</name>
      <email>clemens@railway.at</email>
    </author>
    <url>http://github.com/rails/rails/commit/105093f90728f81268367bd52581fccfa165f170</url>
    <id>105093f90728f81268367bd52581fccfa165f170</id>
    <committed-date>2008-08-07T11:13:47-07:00</committed-date>
    <authored-date>2008-08-07T11:13:47-07:00</authored-date>
    <message>Refactor DateHelper to use DateTimeSelector presenter pattern
Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>3ca826186b5fdcce8708445eb9283743f645034d</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b2504f8ba0f9baadb9298647fd58ef2c136f9aae</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/be0d235a3b82e72de49592913753a1f291a98f86</url>
    <id>be0d235a3b82e72de49592913753a1f291a98f86</id>
    <committed-date>2008-08-06T18:21:15-07:00</committed-date>
    <authored-date>2008-08-06T18:21:15-07:00</authored-date>
    <message>Optimize memoized method if there are no arguments</message>
    <tree>658965f439ce04ec01fbe12cfc7b195af7a0bbc3</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ed8a882e47e07b470b71cacd8cd50e251dca4d27</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b2504f8ba0f9baadb9298647fd58ef2c136f9aae</url>
    <id>b2504f8ba0f9baadb9298647fd58ef2c136f9aae</id>
    <committed-date>2008-08-06T18:11:21-07:00</committed-date>
    <authored-date>2008-08-06T18:08:27-07:00</authored-date>
    <message>Tidy up ActionMailer rendering logic to take advantage of view path cache instead of using file system lookups</message>
    <tree>205a73e5d381dc5e8c524d2858fe7f15d142e332</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5bcbde1e387020c7f4968515921a3ccee3dcda2</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/ed8a882e47e07b470b71cacd8cd50e251dca4d27</url>
    <id>ed8a882e47e07b470b71cacd8cd50e251dca4d27</id>
    <committed-date>2008-08-06T17:31:57-07:00</committed-date>
    <authored-date>2008-08-06T17:31:57-07:00</authored-date>
    <message>JRuby: improve constantize performance.  [#410 state:resolved]</message>
    <tree>0f235c30d417d48189658148760bf3ab0ad43bd0</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6b7d0f34472ee7ef03d602c8923fd0ba8dab833</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f5bcbde1e387020c7f4968515921a3ccee3dcda2</url>
    <id>f5bcbde1e387020c7f4968515921a3ccee3dcda2</id>
    <committed-date>2008-08-06T15:40:03-07:00</committed-date>
    <authored-date>2008-08-06T15:40:03-07:00</authored-date>
    <message>Make sure ActionView is loaded inorder to build view paths</message>
    <tree>f19eed5c0c26ced0fcf91ef8683749bb3b05d131</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>165120a606577dd81fe1a267899c4415fe25f1fb</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c6b7d0f34472ee7ef03d602c8923fd0ba8dab833</url>
    <id>c6b7d0f34472ee7ef03d602c8923fd0ba8dab833</id>
    <committed-date>2008-08-06T15:25:32-07:00</committed-date>
    <authored-date>2008-08-06T15:22:58-07:00</authored-date>
    <message>Ensure file atomic write uses the cache directory as its tmp folder</message>
    <tree>a3ab0c7716f259182268ee69038b7009f55c13f5</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbc6129acd9ecb6b7435931b472d3226985ba4c4</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/165120a606577dd81fe1a267899c4415fe25f1fb</url>
    <id>165120a606577dd81fe1a267899c4415fe25f1fb</id>
    <committed-date>2008-08-06T15:23:57-07:00</committed-date>
    <authored-date>2008-08-06T15:23:39-07:00</authored-date>
    <message>Be more careful about deducing action_methods</message>
    <tree>cdcd61e795243f57bf1fe82017ef6b94bae6850d</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dfc83566b3f52b4b84db52312c01fcc3b8847059</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/fbc6129acd9ecb6b7435931b472d3226985ba4c4</url>
    <id>fbc6129acd9ecb6b7435931b472d3226985ba4c4</id>
    <committed-date>2008-08-06T15:03:42-07:00</committed-date>
    <authored-date>2008-08-06T15:03:42-07:00</authored-date>
    <message>Treat single C operations in MemoryStore as atomic</message>
    <tree>86db90105839e372fe215d3c930d18245cd94734</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e5b1ab7cc39ff57f9789ffda75fb33f72187775d</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/dfc83566b3f52b4b84db52312c01fcc3b8847059</url>
    <id>dfc83566b3f52b4b84db52312c01fcc3b8847059</id>
    <committed-date>2008-08-06T12:54:18-07:00</committed-date>
    <authored-date>2008-08-06T12:52:39-07:00</authored-date>
    <message>Make FileStore use atomic writes</message>
    <tree>a5198e7a301867c71ead91f6241710fa4b417908</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
</commits>
