<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>536400bfcf2eafc2f724b2a9dd899cd9bdb26f09</id>
      </parent>
    </parents>
    <author>
      <name>Jason Dew</name>
      <email>jason.dew@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/04f7ac59d23ccf1b4b29bac8d99f02e634001dee</url>
    <id>04f7ac59d23ccf1b4b29bac8d99f02e634001dee</id>
    <committed-date>2008-07-15T15:54:21-07:00</committed-date>
    <authored-date>2008-06-27T09:25:26-07:00</authored-date>
    <message>Add block syntax to HasManyAssociation#build. [#502 state:resolve]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>01fe09f50179b64941b571cd98ec59b04829aed4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>aa99bd19e187650eae5e7031176997f7215041bd</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/536400bfcf2eafc2f724b2a9dd899cd9bdb26f09</url>
    <id>536400bfcf2eafc2f724b2a9dd899cd9bdb26f09</id>
    <committed-date>2008-07-15T15:54:20-07:00</committed-date>
    <authored-date>2008-07-14T19:24:24-07:00</authored-date>
    <message>SQLite: rename_column raises if the column doesn't exist.

[#622 state:resolved]</message>
    <tree>908941eef383066430f64def347d8ba73881bba6</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>84baada079fa7e68750c1e386f9849d2d47b59e1</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/aa99bd19e187650eae5e7031176997f7215041bd</url>
    <id>aa99bd19e187650eae5e7031176997f7215041bd</id>
    <committed-date>2008-07-15T15:54:20-07:00</committed-date>
    <authored-date>2008-07-14T19:17:06-07:00</authored-date>
    <message>Fixed postgresql limited eager loading for the case where scoped :order was present</message>
    <tree>1c9d5fced846d5989cbf8716886656c51adaecf1</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>97fa8547b2d3cf069a45fff76ecf5f0ce598fad1</id>
      </parent>
    </parents>
    <author>
      <name>Tiago Macedo</name>
      <email>tmacedo@webreakstuff.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/84baada079fa7e68750c1e386f9849d2d47b59e1</url>
    <id>84baada079fa7e68750c1e386f9849d2d47b59e1</id>
    <committed-date>2008-07-15T15:54:20-07:00</committed-date>
    <authored-date>2008-07-10T20:18:41-07:00</authored-date>
    <message>Fix integer quoting issues in association preload. [#602 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>74a8df621262eaa9b7791467c27d4a9f84408d5b</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a548e4fa8587f24f214195194c1d6974454b656</id>
      </parent>
    </parents>
    <author>
      <name>Gabe da Silveira</name>
      <email>gabe@websaviour.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/97fa8547b2d3cf069a45fff76ecf5f0ce598fad1</url>
    <id>97fa8547b2d3cf069a45fff76ecf5f0ce598fad1</id>
    <committed-date>2008-07-15T15:54:20-07:00</committed-date>
    <authored-date>2008-06-03T13:50:42-07:00</authored-date>
    <message>Add assert_sql helper method to check for specific SQL output in Active Record test suite. [#325 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>e7d3ababcc7759f95922c6cff71a78e0bc718770</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>275c3ab2a7aac60ad30ab027d1f0b1f041fb016d</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/8a548e4fa8587f24f214195194c1d6974454b656</url>
    <id>8a548e4fa8587f24f214195194c1d6974454b656</id>
    <committed-date>2008-07-15T15:54:20-07:00</committed-date>
    <authored-date>2008-07-13T23:40:05-07:00</authored-date>
    <message>Fixed test_rename_nonexistent_column for PostgreSQL

Also fixed ability to run migration_test.rb alone

[#616 state:resolved]</message>
    <tree>636d4216e47b4c4de60ce22942a154e6871bc358</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0826384a01d7886bea220f6d3208cec02574373d</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/275c3ab2a7aac60ad30ab027d1f0b1f041fb016d</url>
    <id>275c3ab2a7aac60ad30ab027d1f0b1f041fb016d</id>
    <committed-date>2008-07-15T15:54:20-07:00</committed-date>
    <authored-date>2008-07-15T15:11:48-07:00</authored-date>
    <message>Fixed that create database statements would always include &quot;DEFAULT NULL&quot; (Nick Sieger) [#334 status:committed]

Conflicts:

	activerecord/CHANGELOG</message>
    <tree>96864b108a018b15315fb041124f7906f2ec8d67</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>dde5d264254f1b59fae7f6eaf0c5ee14c46c5455</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0826384a01d7886bea220f6d3208cec02574373d</url>
    <id>0826384a01d7886bea220f6d3208cec02574373d</id>
    <committed-date>2008-07-15T15:54:19-07:00</committed-date>
    <authored-date>2008-07-11T13:27:36-07:00</authored-date>
    <message>Use require_dependency 'application' not require in the console bootstraps to avoid requiring application.rb twice</message>
    <tree>69b63ca6fa168d2cd6c6ea7bdaf9e836f57e93d3</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d12660022525b9b1e25b92cd4639e32c8608f729</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/dde5d264254f1b59fae7f6eaf0c5ee14c46c5455</url>
    <id>dde5d264254f1b59fae7f6eaf0c5ee14c46c5455</id>
    <committed-date>2008-07-15T15:54:19-07:00</committed-date>
    <authored-date>2008-07-11T09:44:24-07:00</authored-date>
    <message>Fixed teardown method typo (plus whitespace)</message>
    <tree>06bd12b65dfe2c8485dba283d50da842cca13d7f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b32790c558435a3cb454a1221fb520264d3d42c2</id>
      </parent>
    </parents>
    <author>
      <name>Chris Cherry</name>
      <email>ctcherry@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/d12660022525b9b1e25b92cd4639e32c8608f729</url>
    <id>d12660022525b9b1e25b92cd4639e32c8608f729</id>
    <committed-date>2008-07-15T15:54:19-07:00</committed-date>
    <authored-date>2008-06-05T23:26:35-07:00</authored-date>
    <message>Allow Infinity (1.0/0.0) to pass validates_numericality_of. [#354 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>b3f9e20cd359ed4c9de34397732dbddd829a6483</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0d96fcc7840f6e4981f3cce1b517d0e0c80a65bc</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b32790c558435a3cb454a1221fb520264d3d42c2</url>
    <id>b32790c558435a3cb454a1221fb520264d3d42c2</id>
    <committed-date>2008-07-15T15:54:19-07:00</committed-date>
    <authored-date>2008-07-01T10:43:57-07:00</authored-date>
    <message>Tighten the rescue clause when dealing with invalid instance variable names in form_helper.</message>
    <tree>979d77994a711d977cfeed33364efb0f982d6c89</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b27e64f6707e0954c928964136da1b786129db40</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0d96fcc7840f6e4981f3cce1b517d0e0c80a65bc</url>
    <id>0d96fcc7840f6e4981f3cce1b517d0e0c80a65bc</id>
    <committed-date>2008-07-15T15:54:19-07:00</committed-date>
    <authored-date>2008-06-30T09:10:48-07:00</authored-date>
    <message>Tighten the rescue clause here to prevent hiding strange mock related errors behind the line offset test</message>
    <tree>b726f220b96eaeaae0fce35b99a7913da54760c3</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>85bd455713f5cef54cefebf048d5258b86bb8ac9</id>
      </parent>
    </parents>
    <author>
      <name>Ricardo Santos</name>
      <email>oterosantos@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b27e64f6707e0954c928964136da1b786129db40</url>
    <id>b27e64f6707e0954c928964136da1b786129db40</id>
    <committed-date>2008-07-15T15:54:19-07:00</committed-date>
    <authored-date>2008-07-01T08:33:40-07:00</authored-date>
    <message>Ensure script/plugin unsource 'Usage' text is correct. [#526 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>b50ec785b5e30b3ce390ec6f273eb62cd06c670c</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8477fce4c317e270d66bf028565923bcc3d97bf8</id>
      </parent>
    </parents>
    <author>
      <name>Carl Porth</name>
      <email>badcarl@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/85bd455713f5cef54cefebf048d5258b86bb8ac9</url>
    <id>85bd455713f5cef54cefebf048d5258b86bb8ac9</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-05-27T14:21:01-07:00</authored-date>
    <message>Ensure Rails::Generator quotes file names while generating diff. [#264 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>5aa4b53ef09ce5318d0dafb1f54ff7843c329609</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6d0eba5790552f4c9ef6a1abe0befd8be454ada</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/8477fce4c317e270d66bf028565923bcc3d97bf8</url>
    <id>8477fce4c317e270d66bf028565923bcc3d97bf8</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-07-15T15:09:55-07:00</authored-date>
    <message>Oops, already had a postgresql_version method!

Conflicts:

	activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb</message>
    <tree>f0ed7aa06c93976243da369d2e7624cfdaaeb982</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4c6eed0537904c728dca84dd464061de453bf78d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/b6d0eba5790552f4c9ef6a1abe0befd8be454ada</url>
    <id>b6d0eba5790552f4c9ef6a1abe0befd8be454ada</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-06-16T03:47:15-07:00</authored-date>
    <message>Don't dump schema for every test run, just when migrations are run</message>
    <tree>2af8657b17970feacc79602f5b921367dd70fe93</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>44363ba7fc85eead797933ad57a0a70a68797533</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/4c6eed0537904c728dca84dd464061de453bf78d</url>
    <id>4c6eed0537904c728dca84dd464061de453bf78d</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-06-11T19:21:47-07:00</authored-date>
    <message>Fix quoting in test_counting_with_single_conditions</message>
    <tree>26e86c44a1f065d2851de584357a441f3e54b710</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>70a34cd6414b09895555717579a5bd0c552fc632</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/44363ba7fc85eead797933ad57a0a70a68797533</url>
    <id>44363ba7fc85eead797933ad57a0a70a68797533</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-06-10T18:31:37-07:00</authored-date>
    <message>PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later.</message>
    <tree>67e4b9297121bf72caee005b27491d78f12e9af0</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7df10781e81117ab66002b84df17288b2c03de62</id>
      </parent>
    </parents>
    <author>
      <name>Luis Hurtado</name>
      <email>luisfelipehurtado@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/70a34cd6414b09895555717579a5bd0c552fc632</url>
    <id>70a34cd6414b09895555717579a5bd0c552fc632</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-06-09T19:39:39-07:00</authored-date>
    <message>Fixes parsing deep nested resources from XML. [#380 state:resolved]</message>
    <tree>0a8e2a69cb11abab9009b08e7fa716512848a082</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0a11165cdc8de33c73ba5c9ee3196eed9489879c</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/7df10781e81117ab66002b84df17288b2c03de62</url>
    <id>7df10781e81117ab66002b84df17288b2c03de62</id>
    <committed-date>2008-07-15T15:54:18-07:00</committed-date>
    <authored-date>2008-06-08T16:02:49-07:00</authored-date>
    <message>Remove dead, unused vendor/db2.rb</message>
    <tree>49b06c7bc0426871e62048443c3d012112598895</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>88ff9e1098312d5b12d64cb323f2642f7735c49b</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/0a11165cdc8de33c73ba5c9ee3196eed9489879c</url>
    <id>0a11165cdc8de33c73ba5c9ee3196eed9489879c</id>
    <committed-date>2008-07-15T15:54:17-07:00</committed-date>
    <authored-date>2008-06-07T17:23:25-07:00</authored-date>
    <message>Performance: faster Object.subclasses_of</message>
    <tree>9ba8bee9f7fb99ea1187acd7921d7a15fcb3cdbc</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ea1c1f2d2840ba733f4c1818230ecdae6649eafa</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/88ff9e1098312d5b12d64cb323f2642f7735c49b</url>
    <id>88ff9e1098312d5b12d64cb323f2642f7735c49b</id>
    <committed-date>2008-07-15T15:54:17-07:00</committed-date>
    <authored-date>2008-06-07T21:25:34-07:00</authored-date>
    <message>Wrap date part value method tests inside a uses mocha block.</message>
    <tree>0152f57a7d5d3c96e7f726abb248a67ff852fa85</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc2fbe5eb5480af6db678ee90aeeca24e447053d</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/ea1c1f2d2840ba733f4c1818230ecdae6649eafa</url>
    <id>ea1c1f2d2840ba733f4c1818230ecdae6649eafa</id>
    <committed-date>2008-07-15T15:54:17-07:00</committed-date>
    <authored-date>2008-06-05T12:41:22-07:00</authored-date>
    <message>Fix that Rails::InfoController tests</message>
    <tree>eda24657e6bd1ba99e253ecff3702990f5dacad2</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0dcc81a84d8895c7cfac5221808dfcb0514f6673</id>
      </parent>
    </parents>
    <author>
      <name>Ryan Kinderman</name>
      <email>ryan@kinderman.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/fc2fbe5eb5480af6db678ee90aeeca24e447053d</url>
    <id>fc2fbe5eb5480af6db678ee90aeeca24e447053d</id>
    <committed-date>2008-07-15T15:54:17-07:00</committed-date>
    <authored-date>2008-05-26T20:15:57-07:00</authored-date>
    <message>Ensure plugins' rake tasks are loaded before application's rake tasks. [#259 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>6742a4331ae00f16b886de8fd587e14ffbb92a38</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3f48a97f688d0d0e666ad11d0a9e67baefebcacd</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/0dcc81a84d8895c7cfac5221808dfcb0514f6673</url>
    <id>0dcc81a84d8895c7cfac5221808dfcb0514f6673</id>
    <committed-date>2008-07-15T15:50:51-07:00</committed-date>
    <authored-date>2008-07-15T15:50:37-07:00</authored-date>
    <message>Give more info on missing gems and abort instead of printing a warning. App can begin in incomplete state otherwise.</message>
    <tree>4de521aeb226444f890c3c8ab6a634d79ab95e77</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e8c5859a0de12a044f69b776adabfd33dadf754d</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/3f48a97f688d0d0e666ad11d0a9e67baefebcacd</url>
    <id>3f48a97f688d0d0e666ad11d0a9e67baefebcacd</id>
    <committed-date>2008-07-15T13:25:31-07:00</committed-date>
    <authored-date>2008-07-13T23:42:20-07:00</authored-date>
    <message>Fixed mysql change_column_default to not make the column always nullable.

Also added change_column_null to both mysql and sqlite to keep the api features closer to postgresql.

[#617 state:resolved]</message>
    <tree>8aa5030127ad8bbaf716b74a631d7d3400bd6d27</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b44be6a34106ea81ac62c984f73a627f5090d979</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e8c5859a0de12a044f69b776adabfd33dadf754d</url>
    <id>e8c5859a0de12a044f69b776adabfd33dadf754d</id>
    <committed-date>2008-07-15T13:23:58-07:00</committed-date>
    <authored-date>2008-07-14T11:59:46-07:00</authored-date>
    <message>PostgreSQL: don't dump :limit =&gt; 4 for integers</message>
    <tree>4765ed8c06eda423ab809c34132dc427bd7582bf</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e6ad7ff466f045b30c7b07e8ee5f3865c9604687</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b44be6a34106ea81ac62c984f73a627f5090d979</url>
    <id>b44be6a34106ea81ac62c984f73a627f5090d979</id>
    <committed-date>2008-07-14T22:12:08-07:00</committed-date>
    <authored-date>2008-07-14T22:12:08-07:00</authored-date>
    <message>TimeWithZone: when crossing DST boundary, treat Durations of days, months or years as variable-length, and all other values as absolute length. A time + 24.hours will advance exactly 24 hours, but a time + 1.day will advance 23-25 hours, depending on the day. Ensure consistent behavior across all advancing methods</message>
    <tree>4f3dc1e4cda5626285af67299f2ae3c043b6f0f7</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6e58a254942eb6d7b508452bb7b5b418607dc272</id>
      </parent>
    </parents>
    <author>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/e6ad7ff466f045b30c7b07e8ee5f3865c9604687</url>
    <id>e6ad7ff466f045b30c7b07e8ee5f3865c9604687</id>
    <committed-date>2008-07-14T21:26:48-07:00</committed-date>
    <authored-date>2008-07-14T21:26:48-07:00</authored-date>
    <message>Fix TimeWithZone unmarshaling: coerce unmarshaled Time instances to utc, because Ruby's marshaling of Time instances doesn't respect the zone</message>
    <tree>076cd1017b4e935b89905dc29074c7ae721ebb41</tree>
    <committer>
      <name>gbuesing</name>
      <email>gbuesing@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c6a4c1735a9491dd36dd2e5435b0a58cdfd9db7b</id>
      </parent>
    </parents>
    <author>
      <name>Clemens Kofler</name>
      <email>clemens@railway.at</email>
    </author>
    <url>http://github.com/rails/rails/commit/6e58a254942eb6d7b508452bb7b5b418607dc272</url>
    <id>6e58a254942eb6d7b508452bb7b5b418607dc272</id>
    <committed-date>2008-07-10T01:58:02-07:00</committed-date>
    <authored-date>2008-07-09T12:41:03-07:00</authored-date>
    <message>Added notes to Routing documentation and routes.rb regarding defaults routes opening the whole application for GET requests

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