<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>a78750f16d19bf988958b92fb0cdf9e575790b94</id>
      </parent>
    </parents>
    <author>
      <name>David Lowenfels</name>
      <email>david@internautdesign.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/dd8946231c1d8a8f0ac4e299c66d87226a157a1a</url>
    <id>dd8946231c1d8a8f0ac4e299c66d87226a157a1a</id>
    <committed-date>2008-07-03T17:34:33-07:00</committed-date>
    <authored-date>2008-06-28T17:41:12-07:00</authored-date>
    <message>Add :tokenizer option to validates_length_of. [#507 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>38929837e0988043b187e43725632d2cc70af262</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6303ba0c12511b1021ffc84240b43e06e93c9269</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/a78750f16d19bf988958b92fb0cdf9e575790b94</url>
    <id>a78750f16d19bf988958b92fb0cdf9e575790b94</id>
    <committed-date>2008-07-03T09:34:51-07:00</committed-date>
    <authored-date>2008-06-30T11:48:12-07:00</authored-date>
    <message>Deprecate define_javascript_functions in favour of javascript_include_tag</message>
    <tree>8e8ebadc92dfe4519cf6598616530cf1423d2882</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>25ce6886b2608c3d69f379d6ca38802476836504</id>
      </parent>
    </parents>
    <author>
      <name>Tim Haines</name>
      <email>tmhaines@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/6303ba0c12511b1021ffc84240b43e06e93c9269</url>
    <id>6303ba0c12511b1021ffc84240b43e06e93c9269</id>
    <committed-date>2008-07-01T20:29:14-07:00</committed-date>
    <authored-date>2008-07-01T20:26:34-07:00</authored-date>
    <message>Make sure render :template works with :locals. [#524 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>b1926e0ebd07a2b6460115f66be335745d4c743d</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>67d5ac93556dd62fe6d7721a154085f39c919035</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/25ce6886b2608c3d69f379d6ca38802476836504</url>
    <id>25ce6886b2608c3d69f379d6ca38802476836504</id>
    <committed-date>2008-07-01T19:18:55-07:00</committed-date>
    <authored-date>2008-07-01T19:17:33-07:00</authored-date>
    <message>Ensure AssociationCollection#size considers all unsaved record. [#305 state:resolved] [sds]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>315feedc566a5b9d2ab3c37ad8851b25816dfc72</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b416c6880bba538799513f4afd4125a0be8c2fb5</id>
      </parent>
    </parents>
    <author>
      <name>Scott Stewart</name>
      <email>scott@izoca.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/67d5ac93556dd62fe6d7721a154085f39c919035</url>
    <id>67d5ac93556dd62fe6d7721a154085f39c919035</id>
    <committed-date>2008-07-01T17:38:37-07:00</committed-date>
    <authored-date>2008-07-01T17:36:58-07:00</authored-date>
    <message>Ensure proper output when submit_tag is used with :disabled_with. [#388 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>259afe95b1eddd0277e50ce1427c676a88dd67ed</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>692e5954770bb3ed863e11463a7c09c7bbb422e9</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b416c6880bba538799513f4afd4125a0be8c2fb5</url>
    <id>b416c6880bba538799513f4afd4125a0be8c2fb5</id>
    <committed-date>2008-06-28T16:52:10-07:00</committed-date>
    <authored-date>2008-06-28T16:45:40-07:00</authored-date>
    <message>Ensure FormBuilder date helpers respects html_options. [#506 state:resolved] [Pascal Ehlert]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;

Conflicts:

	actionpack/test/template/date_helper_test.rb</message>
    <tree>66fd808741886d0d4d1fa1dc2c4ca73a5e008a5a</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a42599dfd8307ebf95b88d9fe6a5c829cf4665c1</id>
      </parent>
    </parents>
    <author>
      <name>Tim Chater</name>
      <email>t.chater@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/692e5954770bb3ed863e11463a7c09c7bbb422e9</url>
    <id>692e5954770bb3ed863e11463a7c09c7bbb422e9</id>
    <committed-date>2008-06-27T21:31:32-07:00</committed-date>
    <authored-date>2008-06-17T05:54:03-07:00</authored-date>
    <message>Dirty: recognize when an integer changes from zero to blank.  [#433 state:resolved]</message>
    <tree>8fbd2b758e340596696e921d125b4ce6926a3739</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0fd6371017b26a415eded5837b37b9c9ff186781</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/a42599dfd8307ebf95b88d9fe6a5c829cf4665c1</url>
    <id>a42599dfd8307ebf95b88d9fe6a5c829cf4665c1</id>
    <committed-date>2008-06-27T17:21:36-07:00</committed-date>
    <authored-date>2008-06-27T17:19:24-07:00</authored-date>
    <message>Fix typo in apparently-dead will_unload? method.</message>
    <tree>8a669a80b6a0410a3ab21c559871cd12abb392be</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42612fe6d1dee97877726777eb1ab843f39b06e2</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0fd6371017b26a415eded5837b37b9c9ff186781</url>
    <id>0fd6371017b26a415eded5837b37b9c9ff186781</id>
    <committed-date>2008-06-27T10:20:42-07:00</committed-date>
    <authored-date>2008-06-27T10:18:39-07:00</authored-date>
    <message>Ensure observer test inherits from ActiveSupport::TestCase</message>
    <tree>d1df0da69e667d8226a643a66382fa2e8eae0838</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a892af60cb0ba3dd9d58d557c0bb1d11dbbf045b</id>
      </parent>
    </parents>
    <author>
      <name>Cheah Chu Yeow</name>
      <email>chuyeow@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/42612fe6d1dee97877726777eb1ab843f39b06e2</url>
    <id>42612fe6d1dee97877726777eb1ab843f39b06e2</id>
    <committed-date>2008-06-27T05:47:16-07:00</committed-date>
    <authored-date>2008-06-23T06:14:49-07:00</authored-date>
    <message>Allow single quote (the ' character) in the middle of URL when auto_link-ing. [#471 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>faae227a026d9ae0e723eb2a8bc8ed0691913781</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be099c07ab0411c6295458960f5f2d4d6a4dc8ac</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/a892af60cb0ba3dd9d58d557c0bb1d11dbbf045b</url>
    <id>a892af60cb0ba3dd9d58d557c0bb1d11dbbf045b</id>
    <committed-date>2008-06-27T01:07:32-07:00</committed-date>
    <authored-date>2008-06-27T01:06:33-07:00</authored-date>
    <message>MySQL: treat integer with :limit =&gt; 11 as a display width, not byte size, for backward-compatibility.</message>
    <tree>33e0ec44ea6c115fe99726deb43adb0810ede515</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>02ffbc27637db50b7c663d367d0f4712738b0aae</id>
      </parent>
    </parents>
    <author>
      <name>Jan De Poorter</name>
      <email>jan@defv.be</email>
    </author>
    <url>http://github.com/rails/rails/commit/be099c07ab0411c6295458960f5f2d4d6a4dc8ac</url>
    <id>be099c07ab0411c6295458960f5f2d4d6a4dc8ac</id>
    <committed-date>2008-06-26T19:03:35-07:00</committed-date>
    <authored-date>2008-06-25T03:42:33-07:00</authored-date>
    <message>Make sure associated has_many/habtm objects get saved even when :validate =&gt; false is used. [#486 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>6cfc7eddde63455411e7706e839224cdad661e8d</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6051249f4cd934bdc1d6cf9f06eb7f6c6ab5da64</id>
      </parent>
    </parents>
    <author>
      <name>Jimmy Baker</name>
      <email>jimmyebaker@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/02ffbc27637db50b7c663d367d0f4712738b0aae</url>
    <id>02ffbc27637db50b7c663d367d0f4712738b0aae</id>
    <committed-date>2008-06-24T23:13:21-07:00</committed-date>
    <authored-date>2008-06-24T22:21:58-07:00</authored-date>
    <message>Patched HTML::Document#initialize call to Node.parse so that it includes the strict argument. [#330 state:resolved]</message>
    <tree>5ff6a59b40eb8ebfc9b8453f025988d60d051540</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fe81af79abbd6193131f252f2a1248e4e6cf72c8</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/6051249f4cd934bdc1d6cf9f06eb7f6c6ab5da64</url>
    <id>6051249f4cd934bdc1d6cf9f06eb7f6c6ab5da64</id>
    <committed-date>2008-06-23T23:44:37-07:00</committed-date>
    <authored-date>2008-06-23T23:42:06-07:00</authored-date>
    <message>Test for tinyint</message>
    <tree>548277f4d39ea5008f20c479901d78d15e28a629</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c1ae8b92ac1a9a5f11d5a593a7d8fb6f32c6da9d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/fe81af79abbd6193131f252f2a1248e4e6cf72c8</url>
    <id>fe81af79abbd6193131f252f2a1248e4e6cf72c8</id>
    <committed-date>2008-06-23T18:16:16-07:00</committed-date>
    <authored-date>2008-06-23T18:16:03-07:00</authored-date>
    <message>Treat any limit &gt; 4 as bigint</message>
    <tree>6e4ce78932f088adedd2f1ec61262e47755fc67a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>642b0e95122c6f748ba0575e6dd3e2eccf34509c</id>
      </parent>
    </parents>
    <author>
      <name>Cheah Chu Yeow</name>
      <email>chuyeow@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c1ae8b92ac1a9a5f11d5a593a7d8fb6f32c6da9d</url>
    <id>c1ae8b92ac1a9a5f11d5a593a7d8fb6f32c6da9d</id>
    <committed-date>2008-06-23T10:27:51-07:00</committed-date>
    <authored-date>2008-06-23T06:56:02-07:00</authored-date>
    <message>Allow script/about to run in production mode instead of failing with a cryptic const_missing error.

[#370 state:resolved]</message>
    <tree>f4c811fb4e011e27a8aca13045b83772a69b0a7e</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8636df7b5572b996cee0bfb59f9804825b3030d2</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/642b0e95122c6f748ba0575e6dd3e2eccf34509c</url>
    <id>642b0e95122c6f748ba0575e6dd3e2eccf34509c</id>
    <committed-date>2008-06-23T00:37:19-07:00</committed-date>
    <authored-date>2008-06-23T00:37:19-07:00</authored-date>
    <message>Revert &quot;Check for mocha gem without requiring the lib.  [#403 state:resolved]&quot;

This reverts commit 8636df7b5572b996cee0bfb59f9804825b3030d2.</message>
    <tree>f9ed5664d573e3403f645427db327318c0348009</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a2eab629dcd90792b5a392e89d6260301b6fd485</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/8636df7b5572b996cee0bfb59f9804825b3030d2</url>
    <id>8636df7b5572b996cee0bfb59f9804825b3030d2</id>
    <committed-date>2008-06-22T20:56:23-07:00</committed-date>
    <authored-date>2008-06-22T20:52:29-07:00</authored-date>
    <message>Check for mocha gem without requiring the lib.  [#403 state:resolved]</message>
    <tree>ebacdd12ff9559917010dc514b54cb8b1eca989e</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44b890740003d27a4d80a07df33efd57476d37e4</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/a2eab629dcd90792b5a392e89d6260301b6fd485</url>
    <id>a2eab629dcd90792b5a392e89d6260301b6fd485</id>
    <committed-date>2008-06-22T20:48:55-07:00</committed-date>
    <authored-date>2008-06-14T19:55:56-07:00</authored-date>
    <message>Always treat integer :limit as byte length.  [#420 state:resolved]</message>
    <tree>f9ed5664d573e3403f645427db327318c0348009</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3558a50a1cb31dd207cc1932aaee5025a7dc7c1b</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/44b890740003d27a4d80a07df33efd57476d37e4</url>
    <id>44b890740003d27a4d80a07df33efd57476d37e4</id>
    <committed-date>2008-06-22T20:36:52-07:00</committed-date>
    <authored-date>2008-06-15T13:25:59-07:00</authored-date>
    <message>Partial updates don't update lock_version if nothing changed.  [#426 state:resolved]</message>
    <tree>c1c4b7b1ff2aeb170e55a6cf47fe7011be3fce5d</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0304bb182acaaf73e501a39fbf71d78dd28d0815</id>
      </parent>
    </parents>
    <author>
      <name>Mark Catley</name>
      <email>mark@nexx.co.nz</email>
    </author>
    <url>http://github.com/rails/rails/commit/3558a50a1cb31dd207cc1932aaee5025a7dc7c1b</url>
    <id>3558a50a1cb31dd207cc1932aaee5025a7dc7c1b</id>
    <committed-date>2008-06-22T19:21:32-07:00</committed-date>
    <authored-date>2008-06-21T04:41:30-07:00</authored-date>
    <message>Fix column collision with named_scope and :joins.  [#46 state:resolved]</message>
    <tree>33547f94b70cafaf8aaf876e1d49d840c087760c</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>965848ec61529df53f137bf877fb36abd786da8c</id>
      </parent>
    </parents>
    <author>
      <name>Tammer Saleh</name>
      <email>tsaleh@thoughtbot.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0304bb182acaaf73e501a39fbf71d78dd28d0815</url>
    <id>0304bb182acaaf73e501a39fbf71d78dd28d0815</id>
    <committed-date>2008-06-22T19:07:59-07:00</committed-date>
    <authored-date>2008-06-20T12:21:04-07:00</authored-date>
    <message>Fixed polymorphic_url to be able to handle singleton resources.

Example usage:
polymorphic_url([:admin, @user, :blog, @post]) # =&gt; admin_user_blog_post_url(@user, @post)

[#461 state:resolved]</message>
    <tree>ac81d9c768cc0b27d7d9e6dd43e2791ae029c7e6</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7839a83227d0d7cb193f0599afc03829d4643a64</id>
      </parent>
    </parents>
    <author>
      <name>ian</name>
      <email>iwarshak@stripey.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/965848ec61529df53f137bf877fb36abd786da8c</url>
    <id>965848ec61529df53f137bf877fb36abd786da8c</id>
    <committed-date>2008-06-22T18:32:19-07:00</committed-date>
    <authored-date>2008-06-16T15:45:50-07:00</authored-date>
    <message>Only use DROP ... IF EXISTS for PostgreSQL 8.2 or later.  [#400 state:resolved]</message>
    <tree>54d253d261d59ad708120cebefe064bd1dffb44f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b31b6ef4da3827bbf0d69d70604db936ad265192</id>
      </parent>
    </parents>
    <author>
      <name>Michael Raidel</name>
      <email>raidel@induktiv.at</email>
    </author>
    <url>http://github.com/rails/rails/commit/7839a83227d0d7cb193f0599afc03829d4643a64</url>
    <id>7839a83227d0d7cb193f0599afc03829d4643a64</id>
    <committed-date>2008-06-22T18:16:43-07:00</committed-date>
    <authored-date>2008-06-13T07:14:07-07:00</authored-date>
    <message>ActiveRecord::Migrator#run records version-state after migrating.  [#369 state:resolved]</message>
    <tree>e2d4647c38ab147d4a2e89934638663b2bf9dd00</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44656db5bc86f6fc94f59a8846df4802a019c391</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/b31b6ef4da3827bbf0d69d70604db936ad265192</url>
    <id>b31b6ef4da3827bbf0d69d70604db936ad265192</id>
    <committed-date>2008-06-22T17:52:28-07:00</committed-date>
    <authored-date>2008-06-13T13:39:10-07:00</authored-date>
    <message>Fixed that scopes defined with a string name could not be composed</message>
    <tree>27374eb25f566744e8d8b63959f7e6580279a4d9</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4ecc13b46b11b05c133c663fc1868687130b798f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/44656db5bc86f6fc94f59a8846df4802a019c391</url>
    <id>44656db5bc86f6fc94f59a8846df4802a019c391</id>
    <committed-date>2008-06-22T16:21:56-07:00</committed-date>
    <authored-date>2008-06-22T16:21:08-07:00</authored-date>
    <message>Changelog for 509374e</message>
    <tree>bd6090d714bbfa86e39fe51c89d346dc2ff2c4b4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9855d0b0800d92626aa19606628ed77042491984</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/4ecc13b46b11b05c133c663fc1868687130b798f</url>
    <id>4ecc13b46b11b05c133c663fc1868687130b798f</id>
    <committed-date>2008-06-22T16:16:44-07:00</committed-date>
    <authored-date>2008-05-12T07:58:03-07:00</authored-date>
    <message>Named bind variables can now be used with postgresql-style typecasts

For example :conditions =&gt; ['stringcol::integer = :var', { :var =&gt; 10 }]
will no longer raise an exception about ':integer' having a missing value.</message>
    <tree>6849241dc48d58d75cdd020a2009c4018ae5e32f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4573b7b63d1a1ac5bafafc55158433f95ed0d835</id>
      </parent>
    </parents>
    <author>
      <name>Diego Algorta</name>
      <email>diego@oboxodo.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/9855d0b0800d92626aa19606628ed77042491984</url>
    <id>9855d0b0800d92626aa19606628ed77042491984</id>
    <committed-date>2008-06-22T15:21:47-07:00</committed-date>
    <authored-date>2008-06-21T16:18:30-07:00</authored-date>
    <message>MySQL: rename_column preserves default values.  [#466 state:resolved]</message>
    <tree>87305f8f4cce22ce83437dfdd3e54d91a9cfc766</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a05ba645b46be5a5791016e3700f99b70c6a457</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/4573b7b63d1a1ac5bafafc55158433f95ed0d835</url>
    <id>4573b7b63d1a1ac5bafafc55158433f95ed0d835</id>
    <committed-date>2008-06-22T12:25:26-07:00</committed-date>
    <authored-date>2008-06-22T12:25:26-07:00</authored-date>
    <message>Remove incorrect master entries from 2-1-stable CHANGELOGs. Mark upcoming stuff as 2.1.1 (next release) instead of Edge.</message>
    <tree>265ffd746dc846081b21770cac079ecf83463a63</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5f52da442fc599871d7bfe6114d03b4a2e514fd5</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/3a05ba645b46be5a5791016e3700f99b70c6a457</url>
    <id>3a05ba645b46be5a5791016e3700f99b70c6a457</id>
    <committed-date>2008-06-22T10:39:34-07:00</committed-date>
    <authored-date>2008-06-22T10:38:25-07:00</authored-date>
    <message>Horo rdoc template</message>
    <tree>bd4d9c1e9db0c18e79ba65abac8eb452e8c5e3c7</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
</commits>
