<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>32f24a6815a59affd94ac1e39455c8ea80042089</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Sierles</name>
      <email>joshua@37signals.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/2b158543247a150e8ec568becf360e7376f8ab84</url>
    <id>2b158543247a150e8ec568becf360e7376f8ab84</id>
    <committed-date>2009-02-12T11:24:08-08:00</committed-date>
    <authored-date>2009-02-12T11:24:08-08:00</authored-date>
    <message>Allow memcache-client versions &gt; 1.5.x to override bundled version

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>c8d93e7cdad40eee845479102ff08f14a98dc927</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4805887ce19024466a561dfbb7221eea6e81f5ed</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/32f24a6815a59affd94ac1e39455c8ea80042089</url>
    <id>32f24a6815a59affd94ac1e39455c8ea80042089</id>
    <committed-date>2009-01-14T19:03:19-08:00</committed-date>
    <authored-date>2008-06-08T22:08:59-07:00</authored-date>
    <message>Don't append limit to primary key column definition. Freeze some constants.</message>
    <tree>bf69c7a086b956dd356f93ca080675677066bc4d</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>981314f45cbb42d1b5403ac0d984f37c82226438</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/4805887ce19024466a561dfbb7221eea6e81f5ed</url>
    <id>4805887ce19024466a561dfbb7221eea6e81f5ed</id>
    <committed-date>2009-01-04T12:11:18-08:00</committed-date>
    <authored-date>2009-01-04T12:11:18-08:00</authored-date>
    <message>TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime argument</message>
    <tree>b6f79f0b84319e93029fae9df2a2017e765ed301</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eca79e6bf052041c018c7ba08750238f8b2ecb7a</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/981314f45cbb42d1b5403ac0d984f37c82226438</url>
    <id>981314f45cbb42d1b5403ac0d984f37c82226438</id>
    <committed-date>2008-12-15T18:14:16-08:00</committed-date>
    <authored-date>2008-12-15T18:14:16-08:00</authored-date>
    <message>Revert &quot;Make constantize look into ancestors&quot;

[#410 state:open]

This reverts commit eca79e6bf052041c018c7ba08750238f8b2ecb7a.</message>
    <tree>0b64823d0c63a0f1abf3e1576b694b5386fca5d2</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d0a3dbf5aa3d9105364556c9ec5847ab3ecacaf8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/eca79e6bf052041c018c7ba08750238f8b2ecb7a</url>
    <id>eca79e6bf052041c018c7ba08750238f8b2ecb7a</id>
    <committed-date>2008-12-15T11:04:43-08:00</committed-date>
    <authored-date>2008-12-15T11:04:43-08:00</authored-date>
    <message>Make constantize look into ancestors

[#410 state:resolved]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;

Conflicts:

	activesupport/lib/active_support/inflector.rb</message>
    <tree>2de81c9a86d46ebca622eba0671d101693fbbd7a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5b290082cf91e130af4da989d6bafc69d8f2607a</id>
      </parent>
    </parents>
    <author>
      <name>Frederick Cheung</name>
      <email>frederick.cheung@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/d0a3dbf5aa3d9105364556c9ec5847ab3ecacaf8</url>
    <id>d0a3dbf5aa3d9105364556c9ec5847ab3ecacaf8</id>
    <committed-date>2008-12-15T09:52:48-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>0b64823d0c63a0f1abf3e1576b694b5386fca5d2</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>757e4364dc3f808f0002a6c8cb03531e69e2f356</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/5b290082cf91e130af4da989d6bafc69d8f2607a</url>
    <id>5b290082cf91e130af4da989d6bafc69d8f2607a</id>
    <committed-date>2008-12-10T14:49:09-08:00</committed-date>
    <authored-date>2008-12-10T14:49:09-08:00</authored-date>
    <message>Revert &quot;Fix: counter_cache should decrement on deleting associated records.&quot;

[#1196 state:open]

This reverts commit 757e4364dc3f808f0002a6c8cb03531e69e2f356.</message>
    <tree>30799c0be7f5a5c4dd36a9fce41dc8648fcff761</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4130e13436ff501d2615cd5682bab760f5ba7535</id>
      </parent>
    </parents>
    <author>
      <name>Emilio Tagua</name>
      <email>miloops@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/757e4364dc3f808f0002a6c8cb03531e69e2f356</url>
    <id>757e4364dc3f808f0002a6c8cb03531e69e2f356</id>
    <committed-date>2008-12-10T11:02:05-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>b08cfb0c55e2b52a374c82be2e24b1330da0b6e1</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a1fe469d70406242f8cde7e5bf4e2d3454c6214a</id>
      </parent>
    </parents>
    <author>
      <name>Ben Symonds</name>
      <email>ben@texperts.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/4130e13436ff501d2615cd5682bab760f5ba7535</url>
    <id>4130e13436ff501d2615cd5682bab760f5ba7535</id>
    <committed-date>2008-12-08T15:42:55-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>30799c0be7f5a5c4dd36a9fce41dc8648fcff761</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>099a98e9b7108dae3e0f78b207e0a7dc5913bd1a</id>
      </parent>
    </parents>
    <author>
      <name>Tom Lea</name>
      <email>contrib@tomlea.co.uk</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/a1fe469d70406242f8cde7e5bf4e2d3454c6214a</url>
    <id>a1fe469d70406242f8cde7e5bf4e2d3454c6214a</id>
    <committed-date>2008-11-22T22:48:19-08:00</committed-date>
    <authored-date>2008-08-14T06:23:33-07:00</authored-date>
    <message>Changed the fallback String#each_char to use valid 1.9 syntax.

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>605085df903a71b84842f1b4821d43102f0201b7</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ce3a597249d99b1b3247d5f0ea5490416bd8f38</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/099a98e9b7108dae3e0f78b207e0a7dc5913bd1a</url>
    <id>099a98e9b7108dae3e0f78b207e0a7dc5913bd1a</id>
    <committed-date>2008-11-18T09:53:48-08:00</committed-date>
    <authored-date>2008-11-16T11:35:25-08:00</authored-date>
    <message>Verify form submissions for text/plain posts too.

Some browsers can POST requests with text/plain encoding, allowing attackers to  potentially subvert the request forgery prevention.

http://pseudo-flaw.net/content/web-browsers/form-data-encoding-roundup/</message>
    <tree>1a12dbfe5aff023b4a355098d6c1a5995071e323</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dac9180f8727d73dae816769de1d590e11bc0a75</id>
      </parent>
      <parent>
        <id>ed949f35be68289a615b37d7d8c28ee0d6dd0266</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/7ce3a597249d99b1b3247d5f0ea5490416bd8f38</url>
    <id>7ce3a597249d99b1b3247d5f0ea5490416bd8f38</id>
    <committed-date>2008-11-18T07:28:50-08:00</committed-date>
    <authored-date>2008-11-18T07:28:50-08:00</authored-date>
    <message>Merge branch '2-1-stable' of git@github.com:rails/rails into 2-1-stable</message>
    <tree>f30eb878a674b9bbc4ef85dfb1fc6ad07d838a7a</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>51572add2b78aea3c9faf605838e47c070090c52</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/dac9180f8727d73dae816769de1d590e11bc0a75</url>
    <id>dac9180f8727d73dae816769de1d590e11bc0a75</id>
    <committed-date>2008-11-18T07:24:58-08:00</committed-date>
    <authored-date>2008-11-18T07:24:58-08:00</authored-date>
    <message>TimeZone offset tests: use current_period, to ensure TimeZone#utc_offset is up-to-date</message>
    <tree>59e23493ce60cb4431abb7a9c23c93bea758d3b6</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d1c459bfb9ed8e33b80b547efc92accb12f8794</id>
      </parent>
    </parents>
    <author>
      <name>Phil Ross</name>
      <email>phil.ross@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/51572add2b78aea3c9faf605838e47c070090c52</url>
    <id>51572add2b78aea3c9faf605838e47c070090c52</id>
    <committed-date>2008-11-18T07:21:02-08:00</committed-date>
    <authored-date>2008-11-12T05:42:56-08:00</authored-date>
    <message>TimeZone: Caracas GMT offset changed to -4:30 [#1361 state:resolved]</message>
    <tree>f1f85191dd1ef788de6e2432843d597e583fe45b</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>318beb56eb8ce86a325d60b71a118c282a4601ff</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/0d1c459bfb9ed8e33b80b547efc92accb12f8794</url>
    <id>0d1c459bfb9ed8e33b80b547efc92accb12f8794</id>
    <committed-date>2008-11-18T07:14:41-08:00</committed-date>
    <authored-date>2008-11-18T07:14:41-08:00</authored-date>
    <message>Update bundled TZInfo to 0.3.12</message>
    <tree>9011afde51555ec8b752311bdda86088d141e9d8</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>850290cc22b22db59ac564c49998acf34d374e6c</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/ed949f35be68289a615b37d7d8c28ee0d6dd0266</url>
    <id>ed949f35be68289a615b37d7d8c28ee0d6dd0266</id>
    <committed-date>2008-11-14T03:42:00-08:00</committed-date>
    <authored-date>2008-11-14T03:39:40-08:00</authored-date>
    <message>Rails now requires rubygems 1.3.1 of higher.</message>
    <tree>a13e08e005083107d26d9a6357d7fb5033e94b89</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>814d1ceb7d31ccad0eff8f2b98fd01e9e41abed9</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/850290cc22b22db59ac564c49998acf34d374e6c</url>
    <id>850290cc22b22db59ac564c49998acf34d374e6c</id>
    <committed-date>2008-11-14T03:30:30-08:00</committed-date>
    <authored-date>2008-11-14T03:30:30-08:00</authored-date>
    <message>Deprecate update_attribute_with_validation_skipping. [#1357 state:resolved]</message>
    <tree>0dc6bd33996aa1a9b76b9cc9967ac60d4d653a3d</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>30e5c5499c5cb2091facbc82653193ed9e815a4f</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/814d1ceb7d31ccad0eff8f2b98fd01e9e41abed9</url>
    <id>814d1ceb7d31ccad0eff8f2b98fd01e9e41abed9</id>
    <committed-date>2008-11-14T03:23:04-08:00</committed-date>
    <authored-date>2008-06-06T17:25:27-07:00</authored-date>
    <message>Simplify ActiveRecord::Base#update_attribute</message>
    <tree>22770066cc87b113094c6d7d30a3ec9bac4cedf5</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a3dd69da6d76fd8375e8d4da39ed254f8fcc3238</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/30e5c5499c5cb2091facbc82653193ed9e815a4f</url>
    <id>30e5c5499c5cb2091facbc82653193ed9e815a4f</id>
    <committed-date>2008-10-26T12:05:08-07:00</committed-date>
    <authored-date>2008-10-26T12:04:09-07:00</authored-date>
    <message>Remove reference to fformat to restore support for postgres gem.</message>
    <tree>dd7b4e7c67aa30e2d16224072b31324d535fc33e</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>197e61c5b1df89260ee5077c7e3c94e61a51b6a2</id>
      </parent>
    </parents>
    <author>
      <name>Adam Majer</name>
      <email>adamm@zombino.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/a3dd69da6d76fd8375e8d4da39ed254f8fcc3238</url>
    <id>a3dd69da6d76fd8375e8d4da39ed254f8fcc3238</id>
    <committed-date>2008-10-25T03:55:40-07:00</committed-date>
    <authored-date>2008-09-19T19:38:39-07:00</authored-date>
    <message>Fix binary data corruption bug in PostgreSQL adaptor

  1. Move the binary escape/unescape from column to the driver - we should store binary data AR just like most other adaptors
  2. check to make sure we only unescape bytea data
     PGresult.ftype( column ) == 17
  that is passed to us in escaped format
     PGresult.fformat( column ) == 0

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;
[#1063 state:committed]</message>
    <tree>5521fcbe4e6b76cefd58514e9beadc59af521bfd</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8fad8d7e174cf4f1a5bb529f24f88028fbef39f5</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/197e61c5b1df89260ee5077c7e3c94e61a51b6a2</url>
    <id>197e61c5b1df89260ee5077c7e3c94e61a51b6a2</id>
    <committed-date>2008-10-24T13:13:55-07:00</committed-date>
    <authored-date>2008-10-24T13:13:55-07:00</authored-date>
    <message>Revert &quot;Fix script/console --sandbox warning. [#1194 state:resolved]&quot;

This reverts commit bbb2fda11564b2d40c6c07c5a3c91cccb77fb653.</message>
    <tree>0a26157659243db925afe10b8edd4bae0d05561f</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d1922cc31585b02011bf2928b96f5550f9dc496c</id>
      </parent>
    </parents>
    <author>
      <name>Jeffrey Hardy</name>
      <email>packagethief@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/8fad8d7e174cf4f1a5bb529f24f88028fbef39f5</url>
    <id>8fad8d7e174cf4f1a5bb529f24f88028fbef39f5</id>
    <committed-date>2008-10-23T19:22:42-07:00</committed-date>
    <authored-date>2008-10-22T12:42:36-07:00</authored-date>
    <message>Fix incorrect closing CDATA delimiter. Add tests for CDATA nodes.

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>75ecabe56ac47dda4c745dcfcdf9d1f7137a59f9</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>15af6b315ee65afbc873889b6ad81b7e6b7e1b35</id>
      </parent>
    </parents>
    <author>
      <name>Jeffrey Hardy</name>
      <email>packagethief@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/d1922cc31585b02011bf2928b96f5550f9dc496c</url>
    <id>d1922cc31585b02011bf2928b96f5550f9dc496c</id>
    <committed-date>2008-10-23T19:22:30-07:00</committed-date>
    <authored-date>2008-10-22T13:03:21-07:00</authored-date>
    <message>Fix that HTML::Node.parse would blow up on unclosed CDATA sections.

If an unclosed CDATA section is encountered and parsing is strict, an
exception will be raised. Otherwise, we consider the remainder of the line to
be the section contents. This is consistent with HTML::Tokenizer#scan_tag.

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>e12b7d6b6a797a7ae924a1d1678b15e652496d1a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e929d74bf426306c7370179f0008846f11b1a2e8</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/15af6b315ee65afbc873889b6ad81b7e6b7e1b35</url>
    <id>15af6b315ee65afbc873889b6ad81b7e6b7e1b35</id>
    <committed-date>2008-10-23T09:16:55-07:00</committed-date>
    <authored-date>2008-10-23T09:16:55-07:00</authored-date>
    <message>Latest release.rb script</message>
    <tree>a1f4a5bb52e126c008b1eacb3a6db28ceeb384da</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4cf5f9a154c7c540edd643deea6c07e72101c2b4</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/e929d74bf426306c7370179f0008846f11b1a2e8</url>
    <id>e929d74bf426306c7370179f0008846f11b1a2e8</id>
    <committed-date>2008-10-23T09:12:27-07:00</committed-date>
    <authored-date>2008-10-23T09:12:27-07:00</authored-date>
    <message>Fix changelog for 2.1.1, all the 2.2.0 changes had snuck in there</message>
    <tree>a736fb8eb1dc89d76b8076e81d667a1a67f779bc</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d9562809a8eb7ca14f3128b1b3b1d4a982062cff</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/4cf5f9a154c7c540edd643deea6c07e72101c2b4</url>
    <id>4cf5f9a154c7c540edd643deea6c07e72101c2b4</id>
    <committed-date>2008-10-23T09:01:03-07:00</committed-date>
    <authored-date>2008-10-23T09:01:03-07:00</authored-date>
    <message>Make ready for the 2.1.2 release</message>
    <tree>ff2023e5df77f0c35b2fbb866d933f6bdb9246d7</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>318beb56eb8ce86a325d60b71a118c282a4601ff</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/d9562809a8eb7ca14f3128b1b3b1d4a982062cff</url>
    <id>d9562809a8eb7ca14f3128b1b3b1d4a982062cff</id>
    <committed-date>2008-10-20T17:48:24-07:00</committed-date>
    <authored-date>2008-10-20T17:47:27-07:00</authored-date>
    <message>Fix script/generate warning</message>
    <tree>f3a2e19ef4fb7999c1cc2a248b3b5ed13a63284a</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f3e3eba892486597ded527f8773cc36bea5c1d8</id>
      </parent>
    </parents>
    <author>
      <name>Geoff Garside</name>
      <email>geoff@geoffgarside.co.uk</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/318beb56eb8ce86a325d60b71a118c282a4601ff</url>
    <id>318beb56eb8ce86a325d60b71a118c282a4601ff</id>
    <committed-date>2008-10-20T07:21:47-07:00</committed-date>
    <authored-date>2008-10-20T06:54:42-07:00</authored-date>
    <message>Bump active_support/vendor.rb tzinfo version number [#1237 state:resolved]</message>
    <tree>230248690873180834fcb1c78ea00cad40737b51</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75b017caadf063a31f2f8d712a665e9f71ea19fc</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/3f3e3eba892486597ded527f8773cc36bea5c1d8</url>
    <id>3f3e3eba892486597ded527f8773cc36bea5c1d8</id>
    <committed-date>2008-10-19T20:45:37-07:00</committed-date>
    <authored-date>2008-10-19T20:45:37-07:00</authored-date>
    <message>TimeWithZone#freeze: preload instance variables so that we can actually freeze</message>
    <tree>68739c18bf778a576cbed5d69f9b8027c8786573</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f9a6c4e4c2b431b59dede5d932536316ac57949</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/technoweenie/rails/commit/75b017caadf063a31f2f8d712a665e9f71ea19fc</url>
    <id>75b017caadf063a31f2f8d712a665e9f71ea19fc</id>
    <committed-date>2008-10-19T20:13:13-07:00</committed-date>
    <authored-date>2008-10-19T20:13:13-07:00</authored-date>
    <message>Bundle TzInfo version 0.3.11</message>
    <tree>9a042e6e33ab609377130e1cd482e85f62f17898</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
</commits>
