<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>7cfa6c535bc54f16a3fc7fa39969d4410de3e483</id>
      </parent>
    </parents>
    <author>
      <name>Frederick Cheung</name>
      <email>frederick.cheung@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/5ede4ce188d29aef94af78f27d89169ac4ee54cd</url>
    <id>5ede4ce188d29aef94af78f27d89169ac4ee54cd</id>
    <committed-date>2008-12-11T08:20:33-08:00</committed-date>
    <authored-date>2008-12-11T08:20:33-08:00</authored-date>
    <message>Fixed session related memory leak [#1558 state:resolved]

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>f634fe68c4c4ecc100ba094eccc6bacdbf7c9950</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7394d12dc7c4bd6c1604e482042efab23f455794</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7cfa6c535bc54f16a3fc7fa39969d4410de3e483</url>
    <id>7cfa6c535bc54f16a3fc7fa39969d4410de3e483</id>
    <committed-date>2008-12-11T08:17:29-08:00</committed-date>
    <authored-date>2008-12-11T08:17:29-08:00</authored-date>
    <message>Fixed template lookups from outside the rails root [#1557 state:resolved]</message>
    <tree>fd84d8c25c9006ae659cc1263317dca2063c3f71</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>69387ce0169b95d3a170cfb1c66a7570b1746e37</id>
      </parent>
    </parents>
    <author>
      <name>Eloy Duran</name>
      <email>eloy.de.enige@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7394d12dc7c4bd6c1604e482042efab23f455794</url>
    <id>7394d12dc7c4bd6c1604e482042efab23f455794</id>
    <committed-date>2008-12-11T05:32:20-08:00</committed-date>
    <authored-date>2008-12-11T05:12:06-08:00</authored-date>
    <message>Fixed ActiveSupport::OrderedHash #delete_if, #reject!, and #reject, which did not sync the @keys after the operation.

This probably holds true for other mutating methods as well.

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>e548b62a726ca7e5316538d2a47fd5bb7517c003</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75fa82418d54b36b6092767f2a2b5c1d5324441b</id>
      </parent>
    </parents>
    <author>
      <name>Christos Zisopoulos</name>
      <email>christos@42linesofcode.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/69387ce0169b95d3a170cfb1c66a7570b1746e37</url>
    <id>69387ce0169b95d3a170cfb1c66a7570b1746e37</id>
    <committed-date>2008-12-10T16:38:28-08:00</committed-date>
    <authored-date>2008-12-10T16:38:28-08:00</authored-date>
    <message>Fix for Integration::Session follow_redirect! headers['location'] bug with Rack [#1555 state:resolved]

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>3f607c98710f079c851ee10d75219c1dd7a90be2</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>455c7f9e37fda2969e52698b766413fc735eb488</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/75fa82418d54b36b6092767f2a2b5c1d5324441b</url>
    <id>75fa82418d54b36b6092767f2a2b5c1d5324441b</id>
    <committed-date>2008-12-10T16:08:14-08:00</committed-date>
    <authored-date>2008-12-10T16:07:02-08:00</authored-date>
    <message>Prefer Rails.logger over RAILS_DEFAULT_LOGGER</message>
    <tree>965aa9dea789dd06576a54e7658a64c4560bad09</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f69ff12d44c4d1e475fd6efede120ccedba3b3e</id>
      </parent>
    </parents>
    <author>
      <name>Frederick Cheung</name>
      <email>frederick.cheung@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/455c7f9e37fda2969e52698b766413fc735eb488</url>
    <id>455c7f9e37fda2969e52698b766413fc735eb488</id>
    <committed-date>2008-12-10T15:11:42-08:00</committed-date>
    <authored-date>2008-12-10T12:57:19-08:00</authored-date>
    <message>Don't use the transaction instance method so that people with has_one/belongs_to :transaction aren't fubared

[#1551 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>562397d6eef222326c3697b543af9909debd6ac9</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d45e2c733d471b0c87f7cf721376ca4802450121</id>
      </parent>
    </parents>
    <author>
      <name>Frederick Cheung</name>
      <email>frederick.cheung@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/9f69ff12d44c4d1e475fd6efede120ccedba3b3e</url>
    <id>9f69ff12d44c4d1e475fd6efede120ccedba3b3e</id>
    <committed-date>2008-12-10T15:07:34-08:00</committed-date>
    <authored-date>2008-12-10T14:36:58-08:00</authored-date>
    <message>Squash memory leak when calling flush with an empty buffer

[#1552 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>54736917ef42c4c84f04b03c703a3db7aca43da6</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b30ae1974851b20ef430df9de17e6e79e5b25ad2</id>
      </parent>
      <parent>
        <id>aa5cdb0d47fb5484bfdde8244df7efeb2175bf3a</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/d45e2c733d471b0c87f7cf721376ca4802450121</url>
    <id>d45e2c733d471b0c87f7cf721376ca4802450121</id>
    <committed-date>2008-12-10T14:53:18-08:00</committed-date>
    <authored-date>2008-12-10T14:53:18-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rails/rails</message>
    <tree>f1fc669b183961d67e5ed41e386133e02370aba0</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96b815d7e81b9cef912ef94c96dca923fe43b0ba</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/b30ae1974851b20ef430df9de17e6e79e5b25ad2</url>
    <id>b30ae1974851b20ef430df9de17e6e79e5b25ad2</id>
    <committed-date>2008-12-10T14:48:12-08:00</committed-date>
    <authored-date>2008-12-10T14:48:12-08:00</authored-date>
    <message>Revert &quot;Fix: counter_cache should decrement on deleting associated records.&quot;

[#1196 state:open]

This reverts commit 05f2183747c8e75c9e8bbaadb9573b4bdf41ecfc.</message>
    <tree>160b26560998d5b7f9ed7148a4779e6af1b847a5</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>96b815d7e81b9cef912ef94c96dca923fe43b0ba</id>
      </parent>
    </parents>
    <author>
      <name>Bruce Krysiak</name>
      <email>bruce@socialpl.us</email>
    </author>
    <url>http://github.com/rails/rails/commit/aa5cdb0d47fb5484bfdde8244df7efeb2175bf3a</url>
    <id>aa5cdb0d47fb5484bfdde8244df7efeb2175bf3a</id>
    <committed-date>2008-12-10T11:28:05-08:00</committed-date>
    <authored-date>2008-12-08T16:38:04-08:00</authored-date>
    <message>Added a :camelize option to ActiveRecord and Hash to_xml serialization and from_xml deserialization

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>b0b0309c7f6e700c70e2fbbe3185724479a7434f</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>953954302682e1ae2f56cfc2ed04debc737c206c</id>
      </parent>
    </parents>
    <author>
      <name>Emilio Tagua</name>
      <email>miloops@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/96b815d7e81b9cef912ef94c96dca923fe43b0ba</url>
    <id>96b815d7e81b9cef912ef94c96dca923fe43b0ba</id>
    <committed-date>2008-12-10T11:10:22-08:00</committed-date>
    <authored-date>2008-12-10T11:04:29-08:00</authored-date>
    <message>Fix test names collision.

[#1549 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>68623fbe1b637d69af5b3d6b840c7bad841a6ad4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4c0163f3288cf992b8a60666d79f20f74daeab8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/953954302682e1ae2f56cfc2ed04debc737c206c</url>
    <id>953954302682e1ae2f56cfc2ed04debc737c206c</id>
    <committed-date>2008-12-10T11:01:04-08:00</committed-date>
    <authored-date>2008-12-10T11:01:04-08:00</authored-date>
    <message>Add ActiveRecord::VERSION autoload</message>
    <tree>3df7d64580737413d9e54fa51bb8efce19369ded</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>05f2183747c8e75c9e8bbaadb9573b4bdf41ecfc</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e4c0163f3288cf992b8a60666d79f20f74daeab8</url>
    <id>e4c0163f3288cf992b8a60666d79f20f74daeab8</id>
    <committed-date>2008-12-10T11:00:44-08:00</committed-date>
    <authored-date>2008-12-10T11:00:44-08:00</authored-date>
    <message>Fix ActionController autoloads</message>
    <tree>6715f3b178e968cc7bea38c9bb888b61f8d2bfd3</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>355f41d8aafd75d76db25cdda4736e0052b0605c</id>
      </parent>
    </parents>
    <author>
      <name>Emilio Tagua</name>
      <email>miloops@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/05f2183747c8e75c9e8bbaadb9573b4bdf41ecfc</url>
    <id>05f2183747c8e75c9e8bbaadb9573b4bdf41ecfc</id>
    <committed-date>2008-12-10T10:59:52-08:00</committed-date>
    <authored-date>2008-12-02T09:12:09-08:00</authored-date>
    <message>Fix: counter_cache should decrement on deleting associated records.

[#1195 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>6286202b3884a8b20be2f027ce76a49642143cc9</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>014b7994ac1a829845e2882f4c852bc28bd2aa53</id>
      </parent>
    </parents>
    <author>
      <name>Frederick Cheung</name>
      <email>frederick.cheung@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/355f41d8aafd75d76db25cdda4736e0052b0605c</url>
    <id>355f41d8aafd75d76db25cdda4736e0052b0605c</id>
    <committed-date>2008-12-10T09:07:47-08:00</committed-date>
    <authored-date>2008-12-09T12:36:24-08:00</authored-date>
    <message>Rework ActiveSupport::OrderedHash to make lookups faster

[#1352 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>0dca4b27bcb61c24d38f28f34f7c6cbdc5ac4596</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bf2532616e3ac9a66b0041565e487329e3ad2489</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/014b7994ac1a829845e2882f4c852bc28bd2aa53</url>
    <id>014b7994ac1a829845e2882f4c852bc28bd2aa53</id>
    <committed-date>2008-12-09T12:13:33-08:00</committed-date>
    <authored-date>2008-12-09T12:12:25-08:00</authored-date>
    <message>Explicitly require ERB Utils extensions from TagHelper</message>
    <tree>138efce362ad077d6b6fcd446fec25368905ba59</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>781e29be0a18b6c0a4de42edef5e9157429a6686</id>
      </parent>
      <parent>
        <id>e54f17920fddebdfa241a5d9253ad5810972af87</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/bf2532616e3ac9a66b0041565e487329e3ad2489</url>
    <id>bf2532616e3ac9a66b0041565e487329e3ad2489</id>
    <committed-date>2008-12-09T11:54:54-08:00</committed-date>
    <authored-date>2008-12-09T11:54:54-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rails/rails

Conflicts:
	activesupport/CHANGELOG</message>
    <tree>ea7811d4d6f8bedd9a2ead85df95fdd25214b04e</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8c4939fb3366472021c1af1331bfdfe5d7a5d75</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/781e29be0a18b6c0a4de42edef5e9157429a6686</url>
    <id>781e29be0a18b6c0a4de42edef5e9157429a6686</id>
    <committed-date>2008-12-09T11:39:45-08:00</committed-date>
    <authored-date>2008-12-09T11:39:45-08:00</authored-date>
    <message>Fix tests broken by switch to Pathname</message>
    <tree>35aee5b6535bd6071e41d9fda086e3f144bba223</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3fe6ebbfaedff8d6dd8f590bdd237fac174faac</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e8c4939fb3366472021c1af1331bfdfe5d7a5d75</url>
    <id>e8c4939fb3366472021c1af1331bfdfe5d7a5d75</id>
    <committed-date>2008-12-09T11:17:11-08:00</committed-date>
    <authored-date>2008-12-09T11:17:11-08:00</authored-date>
    <message>Benchmark.ms</message>
    <tree>0f1d9e20cb5a0e30820f6ccc8e9dd735e3273f1f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9adcf951ea7e5342c913dda40594cbb382995e3b</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/c3fe6ebbfaedff8d6dd8f590bdd237fac174faac</url>
    <id>c3fe6ebbfaedff8d6dd8f590bdd237fac174faac</id>
    <committed-date>2008-12-09T11:16:30-08:00</committed-date>
    <authored-date>2008-12-09T11:16:30-08:00</authored-date>
    <message>How'd that sneak in there?</message>
    <tree>55ae1a77c2907ce1cf7473fe9a0d5a82771a91a4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9adcf951ea7e5342c913dda40594cbb382995e3b</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/e54f17920fddebdfa241a5d9253ad5810972af87</url>
    <id>e54f17920fddebdfa241a5d9253ad5810972af87</id>
    <committed-date>2008-12-09T02:13:56-08:00</committed-date>
    <authored-date>2008-12-09T02:13:02-08:00</authored-date>
    <message>Updated included memcache-client to the 1.5.0.5 version which includes fixes from fiveruns and 37signals to deal with failover and timeouts (Joshua Sierles) [#1535 state:committed]

Signed-off-by: David Heinemeier Hansson &lt;david@loudthinking.com&gt;</message>
    <tree>9f59954743619e0478c359849905585d150e793e</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39de112e7b902176434a1d0ebc1d6741247e50de</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/9adcf951ea7e5342c913dda40594cbb382995e3b</url>
    <id>9adcf951ea7e5342c913dda40594cbb382995e3b</id>
    <committed-date>2008-12-08T19:19:48-08:00</committed-date>
    <authored-date>2008-12-08T19:19:48-08:00</authored-date>
    <message>Fix failing test introduced by optional-format routes</message>
    <tree>5ffed498f65948c2378c03c73579b48a756dc9da</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e60eebae05aeec65e4894e3901c9d61c9b32910</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/39de112e7b902176434a1d0ebc1d6741247e50de</url>
    <id>39de112e7b902176434a1d0ebc1d6741247e50de</id>
    <committed-date>2008-12-08T19:14:07-08:00</committed-date>
    <authored-date>2008-12-08T19:14:07-08:00</authored-date>
    <message>Use full path to environment</message>
    <tree>fe100ed0442026cb89cbb09e14697136e6da4ccc</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9b22e56d89a55460a18d5f38adf9fee919f52266</id>
      </parent>
    </parents>
    <author>
      <name>Jason Cheow</name>
      <email>jfh7crw02@sneakemail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/4e60eebae05aeec65e4894e3901c9d61c9b32910</url>
    <id>4e60eebae05aeec65e4894e3901c9d61c9b32910</id>
    <committed-date>2008-12-08T16:02:57-08:00</committed-date>
    <authored-date>2008-11-26T06:16:28-08:00</authored-date>
    <message>Add ActiveSupport::Multibyte::Chars#ord method so that it returns correct Unicode value instead of falling back on String#ord in CoreExtensions, which is not multibyte compatible

[#1483 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>45cc75a790161a76c55da6db97a69cea56f95c42</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e631c5dacaaa3e0668d5fec058019e9de6a617a5</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/9b22e56d89a55460a18d5f38adf9fee919f52266</url>
    <id>9b22e56d89a55460a18d5f38adf9fee919f52266</id>
    <committed-date>2008-12-08T15:59:42-08:00</committed-date>
    <authored-date>2008-12-08T15:59:42-08:00</authored-date>
    <message>Changelog entry for #1294</message>
    <tree>543ade0c3a5988d122ba94d8f5d0d26010950ad2</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3b87dd4c99ba47d316bd03f99b5e23af1fe0ed8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e631c5dacaaa3e0668d5fec058019e9de6a617a5</url>
    <id>e631c5dacaaa3e0668d5fec058019e9de6a617a5</id>
    <committed-date>2008-12-08T15:57:36-08:00</committed-date>
    <authored-date>2008-12-08T15:57:36-08:00</authored-date>
    <message>Changelog entry for #1397</message>
    <tree>2ea52b3e242bdbd85ea3688c5883cbafc07e1f50</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>273c770011ab43d4b523caacb808bce070922d77</id>
      </parent>
    </parents>
    <author>
      <name>Akira Matsuda</name>
      <email>ronnie@dio.jp</email>
    </author>
    <url>http://github.com/rails/rails/commit/c3b87dd4c99ba47d316bd03f99b5e23af1fe0ed8</url>
    <id>c3b87dd4c99ba47d316bd03f99b5e23af1fe0ed8</id>
    <committed-date>2008-12-08T15:55:02-08:00</committed-date>
    <authored-date>2008-10-30T01:43:08-07:00</authored-date>
    <message>Make word separator in AR validation error messages configurable.

[#1294 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>fe1d9ab25b7f4dd5f994a47099e2e82ef85f9f48</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>091e6f791aa3324b2c7f8c8c4cd2fce12b689cc8</id>
      </parent>
    </parents>
    <author>
      <name>Akira Matsuda</name>
      <email>ronnie@dio.jp</email>
    </author>
    <url>http://github.com/rails/rails/commit/273c770011ab43d4b523caacb808bce070922d77</url>
    <id>273c770011ab43d4b523caacb808bce070922d77</id>
    <committed-date>2008-12-08T15:53:20-08:00</committed-date>
    <authored-date>2008-11-17T09:16:08-08:00</authored-date>
    <message>Change Array#to_sentence I18n options to pass comma and space character from outside.

[#1397 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>d10dd1a4af6127ad824eac36e5786cda32f4e431</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ebec9d43e262d28d742ff10acd828bad6cbb28ed</id>
      </parent>
    </parents>
    <author>
      <name>Ben Symonds</name>
      <email>ben@texperts.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/091e6f791aa3324b2c7f8c8c4cd2fce12b689cc8</url>
    <id>091e6f791aa3324b2c7f8c8c4cd2fce12b689cc8</id>
    <committed-date>2008-12-08T15:42:13-08:00</committed-date>
    <authored-date>2008-12-08T06:11:55-08:00</authored-date>
    <message>Change field_changed? method to handle the case where a nullable integer column is changed from 0 to '0'

[#1530 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>381449412223c67200b9b273a2028f329c339769</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e4eadf3910d04fcdcab3e084d249f3a881a3ca35</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/ebec9d43e262d28d742ff10acd828bad6cbb28ed</url>
    <id>ebec9d43e262d28d742ff10acd828bad6cbb28ed</id>
    <committed-date>2008-12-08T10:33:16-08:00</committed-date>
    <authored-date>2008-12-07T14:37:48-08:00</authored-date>
    <message>Make integration test runner more Rack friendly and clean out old CGI cruft</message>
    <tree>b7396bddd14fe5fa242107b3b3be85bac65cf3cb</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
</commits>
