<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>d8a72b32c5b0c32abf257f05b89bad7d21f178ec</id>
      </parent>
    </parents>
    <author>
      <name>Nik Wakelin</name>
      <email>nik@codetocustomer.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/bbab6391366f59189e84d2b8de2a63bea91a9851</url>
    <id>bbab6391366f59189e84d2b8de2a63bea91a9851</id>
    <committed-date>2008-07-16T18:54:45-07:00</committed-date>
    <authored-date>2008-07-16T18:50:29-07:00</authored-date>
    <message>Set config.active_record.timestamped_migrations = false to have migrations with numeric prefix instead of UTC timestamp. [#446 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>b7fa5e6df063451e017ee78c4a10d0c128c135e4</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>40dbebba28bfa1c55737da7354542c3bdca4e1a1</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/d8a72b32c5b0c32abf257f05b89bad7d21f178ec</url>
    <id>d8a72b32c5b0c32abf257f05b89bad7d21f178ec</id>
    <committed-date>2008-07-16T18:23:44-07:00</committed-date>
    <authored-date>2008-07-16T18:23:44-07:00</authored-date>
    <message>Revert &quot;Run callbacks from object's metaclass&quot;</message>
    <tree>d4e9fb6ec455589164459cdc2f5ae35765c95c72</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd6301557005617583e3f9ca5fb56297adcce7cc</id>
      </parent>
    </parents>
    <author>
      <name>Lawrence Pit</name>
      <email>lawrence.pit@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/40dbebba28bfa1c55737da7354542c3bdca4e1a1</url>
    <id>40dbebba28bfa1c55737da7354542c3bdca4e1a1</id>
    <committed-date>2008-07-16T17:59:08-07:00</committed-date>
    <authored-date>2008-07-13T18:53:41-07:00</authored-date>
    <message>Allow deep merging of hash values for nested with_options. [#490 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>f21c9a31379dae25b5cedae5ea00053a272d9408</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f7fdbae770275ccbc277c42287b9783cb00fa9fa</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/cd6301557005617583e3f9ca5fb56297adcce7cc</url>
    <id>cd6301557005617583e3f9ca5fb56297adcce7cc</id>
    <committed-date>2008-07-16T17:49:46-07:00</committed-date>
    <authored-date>2008-07-16T17:49:46-07:00</authored-date>
    <message>All 2xx requests are considered successful [#217 state:resolved]</message>
    <tree>c247095256af92a0978dd767dd8f1cca2bc7c719</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>396f9df8916b71f83aad8d56559cf55fc8501679</id>
      </parent>
    </parents>
    <author>
      <name>Ripta Pasay</name>
      <email>ripta@hogan.home.r8y.org</email>
    </author>
    <url>http://github.com/rails/rails/commit/f7fdbae770275ccbc277c42287b9783cb00fa9fa</url>
    <id>f7fdbae770275ccbc277c42287b9783cb00fa9fa</id>
    <committed-date>2008-07-16T17:33:44-07:00</committed-date>
    <authored-date>2008-07-12T15:54:24-07:00</authored-date>
    <message>Use fully-qualified controller name when logging. [#600 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>e24232610d6261421a7a1f9e353c817f1f5b7b30</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7ae2105d57d3c08bebde44bd72093dd43c48d613</id>
      </parent>
    </parents>
    <author>
      <name>Josh Owens</name>
      <email>joshua.owens@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/396f9df8916b71f83aad8d56559cf55fc8501679</url>
    <id>396f9df8916b71f83aad8d56559cf55fc8501679</id>
    <committed-date>2008-07-16T17:31:37-07:00</committed-date>
    <authored-date>2008-07-16T17:31:37-07:00</authored-date>
    <message>Hash#slice supports an array of keys [#613 state:resolved]

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>05361067dd4c91f048493939fa8dbda442ec52e4</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>73ade4fe100ae7f48c5f95dcdf7067f6a0cd51fa</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7ae2105d57d3c08bebde44bd72093dd43c48d613</url>
    <id>7ae2105d57d3c08bebde44bd72093dd43c48d613</id>
    <committed-date>2008-07-16T16:46:04-07:00</committed-date>
    <authored-date>2008-07-16T16:46:04-07:00</authored-date>
    <message>MemCacheStore#decrement should use data instance variable not local variable [#521 state:resolved]</message>
    <tree>8fa1e345c23740b60a8bd0c02a4a917acfa9aebf</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8fe01de2e8753d045408ecde3178ab4e9192bf9a</id>
      </parent>
      <parent>
        <id>90c930f45c5c6766306929241462ffff8f67b86e</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/73ade4fe100ae7f48c5f95dcdf7067f6a0cd51fa</url>
    <id>73ade4fe100ae7f48c5f95dcdf7067f6a0cd51fa</id>
    <committed-date>2008-07-16T15:45:28-07:00</committed-date>
    <authored-date>2008-07-16T15:45:28-07:00</authored-date>
    <message>Resolved conflict</message>
    <tree>2f1601292978a844226e16f3cef428ed760b9eb5</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8f640c381d9d1b74f6a0fc3648c21da373661914</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/8fe01de2e8753d045408ecde3178ab4e9192bf9a</url>
    <id>8fe01de2e8753d045408ecde3178ab4e9192bf9a</id>
    <committed-date>2008-07-16T15:39:14-07:00</committed-date>
    <authored-date>2008-07-16T15:39:14-07:00</authored-date>
    <message>Fixed that AssetTagHelper#compute_public_path shouldn't cache the asset_host along with the source or per-request proc's won't run [DHH]</message>
    <tree>1adf750f228a7635554d7c9b601c4806a37d71fc</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c64d749abdf31a2be322b1787165024067abbda7</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/90c930f45c5c6766306929241462ffff8f67b86e</url>
    <id>90c930f45c5c6766306929241462ffff8f67b86e</id>
    <committed-date>2008-07-16T10:54:08-07:00</committed-date>
    <authored-date>2008-07-16T10:51:40-07:00</authored-date>
    <message>Allow Dispatcher exceptions to be handled in application.rb using rescue_from</message>
    <tree>0c8a34193358991700b5142afdb4386af3d09d3b</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0432d151647f2178ddee79979827d552447c251f</id>
      </parent>
    </parents>
    <author>
      <name>Stefan Kaes</name>
      <email>stkaes@googlemail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c64d749abdf31a2be322b1787165024067abbda7</url>
    <id>c64d749abdf31a2be322b1787165024067abbda7</id>
    <committed-date>2008-07-16T06:26:23-07:00</committed-date>
    <authored-date>2008-07-16T06:26:23-07:00</authored-date>
    <message>Fixed template recompile logic [#630 state:resolved]

Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>5289a0ecb600d7e92d4c5fce4e2b3c7147483452</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f7d08acd5e0650658383e3d3f86d6ff5b49e9030</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0432d151647f2178ddee79979827d552447c251f</url>
    <id>0432d151647f2178ddee79979827d552447c251f</id>
    <committed-date>2008-07-16T05:01:23-07:00</committed-date>
    <authored-date>2008-07-16T05:00:36-07:00</authored-date>
    <message>Merge with docrails.</message>
    <tree>7c772cd260eb051cd7b80cf91468555f03db9e11</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b933517ea750e400f0c7dea29c06de0915cd726</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f7d08acd5e0650658383e3d3f86d6ff5b49e9030</url>
    <id>f7d08acd5e0650658383e3d3f86d6ff5b49e9030</id>
    <committed-date>2008-07-15T21:32:31-07:00</committed-date>
    <authored-date>2008-07-15T21:32:31-07:00</authored-date>
    <message>Add some useful comments to rackup config</message>
    <tree>95f8899cf0719c2dd94fbe33b48fa960684a1b7c</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2a7aca8ec34ebfe0e30dd5e8696918b083ef56f5</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/8b933517ea750e400f0c7dea29c06de0915cd726</url>
    <id>8b933517ea750e400f0c7dea29c06de0915cd726</id>
    <committed-date>2008-07-15T21:20:29-07:00</committed-date>
    <authored-date>2008-07-15T21:20:29-07:00</authored-date>
    <message>Add config.ru to rails app generator</message>
    <tree>de9733af7023bd1a10990a78ed5d0c5e60f0d87c</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d002f6bcbd4e4f5cc421ee4da5be18839ccc4cb</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/2a7aca8ec34ebfe0e30dd5e8696918b083ef56f5</url>
    <id>2a7aca8ec34ebfe0e30dd5e8696918b083ef56f5</id>
    <committed-date>2008-07-15T21:07:34-07:00</committed-date>
    <authored-date>2008-07-15T21:07:34-07:00</authored-date>
    <message>Improve rack/cgi tests</message>
    <tree>660d909d9d9a0281ebc2ffed4c4232e7db0c1302</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fea5b6fd41f7d667fe637c9e9e31b51489ee5a50</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1d002f6bcbd4e4f5cc421ee4da5be18839ccc4cb</url>
    <id>1d002f6bcbd4e4f5cc421ee4da5be18839ccc4cb</id>
    <committed-date>2008-07-15T21:02:29-07:00</committed-date>
    <authored-date>2008-07-15T21:01:29-07:00</authored-date>
    <message>Make RackRequest#request_method respect _method</message>
    <tree>680aa610972ab5dfa7ace1e6885a3dfdb5c105d1</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>83e29b9773ac113ceacb1e36c2f333d692de2573</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/fea5b6fd41f7d667fe637c9e9e31b51489ee5a50</url>
    <id>fea5b6fd41f7d667fe637c9e9e31b51489ee5a50</id>
    <committed-date>2008-07-15T20:58:42-07:00</committed-date>
    <authored-date>2008-07-15T20:57:20-07:00</authored-date>
    <message>ActionMailer and ActionView can share the same view path cache</message>
    <tree>3648fee54dc4fecc7ec3812620daed6d5569ed11</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5cc3ea6969f047a782fa8ac44530baeef597edb3</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/83e29b9773ac113ceacb1e36c2f333d692de2573</url>
    <id>83e29b9773ac113ceacb1e36c2f333d692de2573</id>
    <committed-date>2008-07-15T20:58:42-07:00</committed-date>
    <authored-date>2008-07-15T20:51:16-07:00</authored-date>
    <message>Removed config.action_view.cache_template_loading, use config.cache_classes instead</message>
    <tree>5cc5a8d9c1c646550df1741da9f78783e22038fe</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3343eb428c502006c40368231a154d8f82be97eb</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/5cc3ea6969f047a782fa8ac44530baeef597edb3</url>
    <id>5cc3ea6969f047a782fa8ac44530baeef597edb3</id>
    <committed-date>2008-07-15T20:17:28-07:00</committed-date>
    <authored-date>2008-07-15T20:17:28-07:00</authored-date>
    <message>RackResponse should not contain Status header</message>
    <tree>43c277e05c9caafcb4ff65d9b31ac7d6bfd3974a</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>be078ee162fcae883a5621a30929879cd783a238</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/3343eb428c502006c40368231a154d8f82be97eb</url>
    <id>3343eb428c502006c40368231a154d8f82be97eb</id>
    <committed-date>2008-07-15T20:09:41-07:00</committed-date>
    <authored-date>2008-07-15T20:09:01-07:00</authored-date>
    <message>Tests for rack response content type</message>
    <tree>0078be4bafc86a48677c35598f9d6bc4f0059ae7</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f4f6e57e8c2a446a4a600576f0caf0fb8921ba13</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/be078ee162fcae883a5621a30929879cd783a238</url>
    <id>be078ee162fcae883a5621a30929879cd783a238</id>
    <committed-date>2008-07-15T20:01:02-07:00</committed-date>
    <authored-date>2008-07-15T19:55:28-07:00</authored-date>
    <message>Run callbacks from object's metaclass [#575 state:resolved]</message>
    <tree>6f6b6f31fef96c98771aff9f7a9da5cc0836da51</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>89eec91e670ae267cd88b2b3555bfefe527f0eaa</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f4f6e57e8c2a446a4a600576f0caf0fb8921ba13</url>
    <id>f4f6e57e8c2a446a4a600576f0caf0fb8921ba13</id>
    <committed-date>2008-07-15T20:01:02-07:00</committed-date>
    <authored-date>2008-07-15T19:24:00-07:00</authored-date>
    <message>Added Object#metaclass</message>
    <tree>e3541a545c85cc00a5182532b4c2b6d9376c815d</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0f8206104e5dfca1024d1f6bc12a8783c00527e2</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/89eec91e670ae267cd88b2b3555bfefe527f0eaa</url>
    <id>89eec91e670ae267cd88b2b3555bfefe527f0eaa</id>
    <committed-date>2008-07-15T19:31:45-07:00</committed-date>
    <authored-date>2008-07-15T19:31:45-07:00</authored-date>
    <message>Add tests for CgiRequest#content_type</message>
    <tree>a9daf7102429d55c08b037c14dd3069ffa53f7f5</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b306bf24c53f698cd83f7d616f2478a6efa5797</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0f8206104e5dfca1024d1f6bc12a8783c00527e2</url>
    <id>0f8206104e5dfca1024d1f6bc12a8783c00527e2</id>
    <committed-date>2008-07-15T19:18:35-07:00</committed-date>
    <authored-date>2008-07-15T19:18:09-07:00</authored-date>
    <message>RackRequest#content_type should return Mime::Type</message>
    <tree>f8adfff88375cb9053cc5eec4d1bc61209c5da78</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ecc054352512cac8c0895c78c5f3d043046dcfec</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/8b306bf24c53f698cd83f7d616f2478a6efa5797</url>
    <id>8b306bf24c53f698cd83f7d616f2478a6efa5797</id>
    <committed-date>2008-07-15T18:54:17-07:00</committed-date>
    <authored-date>2008-07-15T18:52:29-07:00</authored-date>
    <message>Improved test coverage for fragment cache helper</message>
    <tree>35d317f126baafec91f3e8bc20b002bbaa84ae17</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fbef982e4b906b879240a35a1ecff447007da6b2</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/ecc054352512cac8c0895c78c5f3d043046dcfec</url>
    <id>ecc054352512cac8c0895c78c5f3d043046dcfec</id>
    <committed-date>2008-07-15T18:42:22-07:00</committed-date>
    <authored-date>2008-07-15T18:42:22-07:00</authored-date>
    <message>JavaScriptGenerator should only sets output_buffer for the duration of the update block</message>
    <tree>f912cb8d90909eb829a7f7aec9f0d021bcad2790</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c7acfbb25d58c6cba85b819abdcec13470360c76</id>
      </parent>
    </parents>
    <author>
      <name>Stefan Kaes</name>
      <email>stkaes@googlemail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/fbef982e4b906b879240a35a1ecff447007da6b2</url>
    <id>fbef982e4b906b879240a35a1ecff447007da6b2</id>
    <committed-date>2008-07-15T16:48:16-07:00</committed-date>
    <authored-date>2008-07-15T11:55:14-07:00</authored-date>
    <message>Observers not longer add an after_find method to the observed class.

[#625 state:resolved]</message>
    <tree>9407da05ce88ead31191373fe9a62d85fc73155f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>459e5817a513b95741b77af26771a6252a13d01f</id>
      </parent>
    </parents>
    <author>
      <name>David Lowenfels</name>
      <email>david@internautdesign.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c7acfbb25d58c6cba85b819abdcec13470360c76</url>
    <id>c7acfbb25d58c6cba85b819abdcec13470360c76</id>
    <committed-date>2008-07-15T16:28:41-07:00</committed-date>
    <authored-date>2008-07-08T18:34:20-07:00</authored-date>
    <message>requiring rubygems version 1.1.1</message>
    <tree>0ec5b0c283b95897b1933d77c932cb6fcfd92e0a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1edb5c85b58653a6fdc73ae1c6c63e317b466b27</id>
      </parent>
    </parents>
    <author>
      <name>miloops</name>
      <email>miloops@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/459e5817a513b95741b77af26771a6252a13d01f</url>
    <id>459e5817a513b95741b77af26771a6252a13d01f</id>
    <committed-date>2008-07-15T16:21:11-07:00</committed-date>
    <authored-date>2008-06-26T09:46:33-07:00</authored-date>
    <message>update_counters should update nil values.

This allows counter columns with default null instead of requiring default 0.

[#493 state:resolved]</message>
    <tree>cc581c6fb6e67df99e75eaf8e3ccc4120ecc1d4f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b337ab0221085ab1a941d87f06eb4904b5852c82</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/1edb5c85b58653a6fdc73ae1c6c63e317b466b27</url>
    <id>1edb5c85b58653a6fdc73ae1c6c63e317b466b27</id>
    <committed-date>2008-07-15T15:50:37-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>d55c7a757e67ab1bcbe6dd92a8a6c8d94a9ace2c</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
</commits>
