<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>288553540b5b2f37497cb19357b25ac12e0498fd</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/2a9ad9ccbc706e546bf02ec95f864944e7d7983b</url>
    <id>2a9ad9ccbc706e546bf02ec95f864944e7d7983b</id>
    <committed-date>2008-01-03T13:05:12-08:00</committed-date>
    <authored-date>2008-01-03T13:05:12-08:00</authored-date>
    <message>Moved the caching stores from ActionController::Caching::Fragments::* to ActiveSupport::Cache::*. If you're explicitly referring to a store, like ActionController::Caching::Fragments::MemoryStore, you need to update that reference with ActiveSupport::Cache::MemoryStore [DHH] Deprecated ActionController::Base.fragment_cache_store for ActionController::Base.cache_store [DHH] All fragment cache keys are now by default prefixed with the 'views/' namespace [DHH] Added ActiveRecord::Base.cache_key to make it easier to cache Active Records in combination with the new ActiveSupport::Cache::* libraries [DHH] Added ActiveSupport::Gzip.decompress/compress(source) as an easy wrapper for Zlib [Tobias Luetke] Included MemCache-Client to make the improved ActiveSupport::Cache::MemCacheStore work out of the box [Bob Cottrell, Eric Hodel] Added config.cache_store to environment options to control the default cache store (default is FileStore if tmp/cache is present, otherwise MemoryStore is used) [DHH]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8546 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>868624e91f037840bfbf0aca30bb2ea1c9d78701</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>32876476a714581377f7605539c9718883ce9907</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/288553540b5b2f37497cb19357b25ac12e0498fd</url>
    <id>288553540b5b2f37497cb19357b25ac12e0498fd</id>
    <committed-date>2008-01-03T11:14:38-08:00</committed-date>
    <authored-date>2008-01-03T11:14:38-08:00</authored-date>
    <message>Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [JEG2]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8544 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>d6d409ff1a4b85653539bc0736ae251a091fb5f3</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e2e98ef0b8a575712707e4297c5206e2ed7a7d90</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/32876476a714581377f7605539c9718883ce9907</url>
    <id>32876476a714581377f7605539c9718883ce9907</id>
    <committed-date>2008-01-03T07:49:59-08:00</committed-date>
    <authored-date>2008-01-03T07:49:59-08:00</authored-date>
    <message>Refactored ActionController::Verification and improved docs (closes #10681) [jamesh]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8543 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>23e38ab4c90327d6a0528a334c89e0d54fa1b7a0</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d5645fd4a0b8160646e69273626a77badd9ab1a4</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/e2e98ef0b8a575712707e4297c5206e2ed7a7d90</url>
    <id>e2e98ef0b8a575712707e4297c5206e2ed7a7d90</id>
    <committed-date>2008-01-03T07:35:10-08:00</committed-date>
    <authored-date>2008-01-03T07:35:10-08:00</authored-date>
    <message>Made fragment caching in views work for rjs and builder as well (closes #6642) [zsombor]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8542 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>c94755dbacc4a1e693587800f87b535efc2c8e65</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b8ee2438f95f41d0770b110cdab3253832b1848</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/d5645fd4a0b8160646e69273626a77badd9ab1a4</url>
    <id>d5645fd4a0b8160646e69273626a77badd9ab1a4</id>
    <committed-date>2008-01-03T07:28:36-08:00</committed-date>
    <authored-date>2008-01-03T07:28:36-08:00</authored-date>
    <message>Fixed rendering of partials with layout when done from site layout (closes #9209) [antramm]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8541 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>5759f8c4f78632c77f997cf3370911d53ba464de</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f7f0e7b833a6ac6b5fa47b37d90152401a0329eb</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/7b8ee2438f95f41d0770b110cdab3253832b1848</url>
    <id>7b8ee2438f95f41d0770b110cdab3253832b1848</id>
    <committed-date>2008-01-02T18:59:03-08:00</committed-date>
    <authored-date>2008-01-02T18:59:03-08:00</authored-date>
    <message>Ruby 1.9 compat: don't use obsolete ParseDate


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8540 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>a23f4996b1a32f7ce79f3ab173711b8ea07fcb5b</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2ae55ca0b9eab88bebc96764a7a1ce4929cb077e</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/f7f0e7b833a6ac6b5fa47b37d90152401a0329eb</url>
    <id>f7f0e7b833a6ac6b5fa47b37d90152401a0329eb</id>
    <committed-date>2008-01-02T18:58:43-08:00</committed-date>
    <authored-date>2008-01-02T18:58:43-08:00</authored-date>
    <message>Remove toplevel rubyforgepublisher require for new Rake


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8539 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>92c8f256b28d2abbe055c64e2b5b9ce928f41bf9</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6a6367d7d207e54fced36b58a1abdd7ef0d36f82</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/2ae55ca0b9eab88bebc96764a7a1ce4929cb077e</url>
    <id>2ae55ca0b9eab88bebc96764a7a1ce4929cb077e</id>
    <committed-date>2008-01-02T18:43:19-08:00</committed-date>
    <authored-date>2008-01-02T18:43:19-08:00</authored-date>
    <message>Ruby 1.9 compat: special-case String access methods to not depend on #chars


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8538 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>430446a610f29cd853da9a20c8f57a6937c0c735</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>64b4c18e159a1a75f70b64c5be780eb5cfe92aa9</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/6a6367d7d207e54fced36b58a1abdd7ef0d36f82</url>
    <id>6a6367d7d207e54fced36b58a1abdd7ef0d36f82</id>
    <committed-date>2008-01-02T16:40:28-08:00</committed-date>
    <authored-date>2008-01-02T16:40:28-08:00</authored-date>
    <message>Fixed that you don't have to call super in ActionMailer::TestCase#setup (closes #10406) [jamesgolick]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8536 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>e7231c6588fff012bd3e1f8a3c13db1264a7f6e1</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>424c3306346320c09031cbe2e4672ec7ad862c48</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/64b4c18e159a1a75f70b64c5be780eb5cfe92aa9</url>
    <id>64b4c18e159a1a75f70b64c5be780eb5cfe92aa9</id>
    <committed-date>2008-01-02T16:35:23-08:00</committed-date>
    <authored-date>2008-01-02T16:35:23-08:00</authored-date>
    <message>Refactor check for local databases (closes #10539) [parcelbrat]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8535 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>f2e5ff7c233e8b4c51f38a83455615cb0ba50abd</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3229b59495270a094d3a0f83814f1c3d5ebec7e3</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/424c3306346320c09031cbe2e4672ec7ad862c48</url>
    <id>424c3306346320c09031cbe2e4672ec7ad862c48</id>
    <committed-date>2008-01-02T16:30:22-08:00</committed-date>
    <authored-date>2008-01-02T16:30:22-08:00</authored-date>
    <message>Added by parameter to increment, decrement, and their bang varieties so you can do player1.increment!(:points, 5) (closes #10542) [Sam]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8534 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>1a8802cafaeeb7f1251f4e59341d4407922826b1</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f5aaf945b68feff5325a5977b832101955b64a54</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/3229b59495270a094d3a0f83814f1c3d5ebec7e3</url>
    <id>3229b59495270a094d3a0f83814f1c3d5ebec7e3</id>
    <committed-date>2008-01-02T16:16:47-08:00</committed-date>
    <authored-date>2008-01-02T16:16:47-08:00</authored-date>
    <message>Fixed String#titleize to work for strings with 's too (closes #10571) [trek]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8533 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>ad9b887865595a990c9a4bfa4d9c5c4f4cdfd18e</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0ad24df6ed389c1d57970c6e7650c5b1b7ae7676</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f5aaf945b68feff5325a5977b832101955b64a54</url>
    <id>f5aaf945b68feff5325a5977b832101955b64a54</id>
    <committed-date>2008-01-02T16:14:47-08:00</committed-date>
    <authored-date>2008-01-02T16:14:47-08:00</authored-date>
    <message>Added that rails:update is run when you do rails:freeze:edge to ensure you also get the latest JS and config files (closes #10565) [jeff]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8532 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>700b216872864799f5a037cc60b9e5cf6f84ec37</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>744b1d7f4d2df583c77f99a33ae560ad64414c66</id>
      </parent>
    </parents>
    <author>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/0ad24df6ed389c1d57970c6e7650c5b1b7ae7676</url>
    <id>0ad24df6ed389c1d57970c6e7650c5b1b7ae7676</id>
    <committed-date>2008-01-02T13:39:49-08:00</committed-date>
    <authored-date>2008-01-02T13:39:49-08:00</authored-date>
    <message>Optimize ActiveRecord::Base#exists? to use #select_all instead of #find.  Closes #10605 [jamesh, fcheung, protocool]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8531 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>852a8f8fb56d0aacd3f67bf7fb2f0f247c014e6f</tree>
    <committer>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4261b837f5a0f34395b168d3697a2c1013a4e5d9</id>
      </parent>
    </parents>
    <author>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/744b1d7f4d2df583c77f99a33ae560ad64414c66</url>
    <id>744b1d7f4d2df583c77f99a33ae560ad64414c66</id>
    <committed-date>2008-01-02T11:45:53-08:00</committed-date>
    <authored-date>2008-01-02T11:45:53-08:00</authored-date>
    <message>Fix atom_feed_helper to comply with the atom spec.  Closes #10672 [xaviershay]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8529 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>00280705e725244ee992facbd4631a176046995b</tree>
    <committer>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>14f6440ed60a3e6bfa263cc30f10547ca52db64f</id>
      </parent>
    </parents>
    <author>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/4261b837f5a0f34395b168d3697a2c1013a4e5d9</url>
    <id>4261b837f5a0f34395b168d3697a2c1013a4e5d9</id>
    <committed-date>2008-01-02T11:27:21-08:00</committed-date>
    <authored-date>2008-01-02T11:27:21-08:00</authored-date>
    <message>Fix small documentation typo.  Closes #10670 [l.guidi]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8528 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>735b80fc49540435e854e760b06fd5eb2654a45d</tree>
    <committer>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>001fe6a435ad87fc353616663aaaeb307affd733</id>
      </parent>
    </parents>
    <author>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/14f6440ed60a3e6bfa263cc30f10547ca52db64f</url>
    <id>14f6440ed60a3e6bfa263cc30f10547ca52db64f</id>
    <committed-date>2008-01-02T11:24:44-08:00</committed-date>
    <authored-date>2008-01-02T11:24:44-08:00</authored-date>
    <message>Correct indentation in a couple spots.  Closes #10671 [l.guidi, rick]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8527 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>4868bc46466ba96f733972bf10749ce55a225c51</tree>
    <committer>
      <name>Rick Olson</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9a97f9a14bb7cce56bceccca8755d42598be2290</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/001fe6a435ad87fc353616663aaaeb307affd733</url>
    <id>001fe6a435ad87fc353616663aaaeb307affd733</id>
    <committed-date>2008-01-02T10:09:52-08:00</committed-date>
    <authored-date>2008-01-02T10:09:52-08:00</authored-date>
    <message>Fix failing date helper test. Closes #10664 [Wesley Moxam]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8526 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>36709aa2726d9069d8de873a63188a74b5ebf87a</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4e04ec4adb4bae4e880a73a6f9ce1851d444b058</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/9a97f9a14bb7cce56bceccca8755d42598be2290</url>
    <id>9a97f9a14bb7cce56bceccca8755d42598be2290</id>
    <committed-date>2008-01-02T01:14:34-08:00</committed-date>
    <authored-date>2008-01-02T01:14:34-08:00</authored-date>
    <message>find_or_create_resource_for handles module nesting. Closes #10646.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8525 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>45529a4adac2fabfbe6f43c47ec11ed39ada57d3</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ff47ba9adb39976723752abfd6fbb72d7a55eaf1</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/4e04ec4adb4bae4e880a73a6f9ce1851d444b058</url>
    <id>4e04ec4adb4bae4e880a73a6f9ce1851d444b058</id>
    <committed-date>2008-01-02T01:11:39-08:00</committed-date>
    <authored-date>2008-01-02T01:11:39-08:00</authored-date>
    <message>Ruby 1.9 compat: fix two failing tests since String#each has been removed. Closes #10655.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8524 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>bc66967a51d745079e6282f8709023ab533b6ec4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e21c48baf7a021a5c65004977f9359bc301aac9d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/ff47ba9adb39976723752abfd6fbb72d7a55eaf1</url>
    <id>ff47ba9adb39976723752abfd6fbb72d7a55eaf1</id>
    <committed-date>2008-01-02T01:08:14-08:00</committed-date>
    <authored-date>2008-01-02T01:08:14-08:00</authored-date>
    <message>Ruby 1.9 compat: add #raise to AS::BasicObject, fixup Duration argument error. Closes #10594.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>50c43355103eef0597958b3443694128604424ed</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9def906fd05d120312223d0d9bc565cc2972f85a</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e21c48baf7a021a5c65004977f9359bc301aac9d</url>
    <id>e21c48baf7a021a5c65004977f9359bc301aac9d</id>
    <committed-date>2008-01-02T01:03:56-08:00</committed-date>
    <authored-date>2008-01-02T01:03:56-08:00</authored-date>
    <message>db:sessions:clear task uses session_table_name method. Closes #10631 [Cheah Chu Yeow]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8522 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>0afcadeab96892c7f96f730701c5dc41e73e26b2</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>072b9d9fba2f1268a3b66de32eb6033124960f92</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/9def906fd05d120312223d0d9bc565cc2972f85a</url>
    <id>9def906fd05d120312223d0d9bc565cc2972f85a</id>
    <committed-date>2008-01-02T01:01:19-08:00</committed-date>
    <authored-date>2008-01-02T01:01:19-08:00</authored-date>
    <message>Correct Hash#assert_valid_keys docs. Closes #10621 [Cheah Chu Yeow, blackanger]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8521 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>f614b2933d249bd89de43a5222ddd353b38c6527</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42622f23b4a1f0c0879d932ac460953f028686b5</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/072b9d9fba2f1268a3b66de32eb6033124960f92</url>
    <id>072b9d9fba2f1268a3b66de32eb6033124960f92</id>
    <committed-date>2008-01-02T00:28:58-08:00</committed-date>
    <authored-date>2008-01-02T00:28:58-08:00</authored-date>
    <message>SQLite: db:drop:all doesn't fail silently if the database is already open. Closes #10577.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8519 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>bab102a1b0e18dc174b0def9ea2113080aae23b9</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>438b108c6bea3d9781c0ecd5e53d362b29fe7f6b</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/42622f23b4a1f0c0879d932ac460953f028686b5</url>
    <id>42622f23b4a1f0c0879d932ac460953f028686b5</id>
    <committed-date>2008-01-02T00:26:37-08:00</committed-date>
    <authored-date>2008-01-02T00:26:37-08:00</authored-date>
    <message>Fix invalid time test. Closes #10632 [Dirkjan Bussink]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8518 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>1018ba566a3b01341b6545017029a80958c8ebd5</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07de7612bd11f152df4bb9e68f63de61ec0e6c3d</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/438b108c6bea3d9781c0ecd5e53d362b29fe7f6b</url>
    <id>438b108c6bea3d9781c0ecd5e53d362b29fe7f6b</id>
    <committed-date>2007-12-31T13:30:17-08:00</committed-date>
    <authored-date>2007-12-31T13:30:17-08:00</authored-date>
    <message>Changed the implementation of Enumerable#group_by to use a double array approach instead of a hash such that the insert order is honored [DHH/Marcel]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8516 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>b56970f7b70ef78e812702d2a3d1404f072c2b0c</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>20d29b379767713c64397a28105d1b74f0f36f5f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/07de7612bd11f152df4bb9e68f63de61ec0e6c3d</url>
    <id>07de7612bd11f152df4bb9e68f63de61ec0e6c3d</id>
    <committed-date>2007-12-29T11:43:39-08:00</committed-date>
    <authored-date>2007-12-29T11:43:39-08:00</authored-date>
    <message>Don't make new_mongrel server default yet


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8511 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>ddb2849beb54cccd00d3291e52afb9aeb9b35a60</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1bb208d7e5c7147ed12e1e2fd0cd24b5054eceac</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/20d29b379767713c64397a28105d1b74f0f36f5f</url>
    <id>20d29b379767713c64397a28105d1b74f0f36f5f</id>
    <committed-date>2007-12-29T11:43:07-08:00</committed-date>
    <authored-date>2007-12-29T11:43:07-08:00</authored-date>
    <message>Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeError vs RuntimeError handling. Closes #10645 [Frederick Cheung]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8510 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>4f15147e5e0198d48981fb0835e33f583a92f3c5</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>07392bfe879e2582fe92bd09c5ecc8f3bdb9249f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/1bb208d7e5c7147ed12e1e2fd0cd24b5054eceac</url>
    <id>1bb208d7e5c7147ed12e1e2fd0cd24b5054eceac</id>
    <committed-date>2007-12-28T21:16:03-08:00</committed-date>
    <authored-date>2007-12-28T21:16:03-08:00</authored-date>
    <message>Fixup mocha tests for 0.5.6. Closes #10602 [murphy, mikong]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8508 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>a124f1cd4b52d5060596c618d5c39f6c37c1b8a4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>58cf6df41ac29e59de65e4e9840868a071fc8148</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/07392bfe879e2582fe92bd09c5ecc8f3bdb9249f</url>
    <id>07392bfe879e2582fe92bd09c5ecc8f3bdb9249f</id>
    <committed-date>2007-12-28T21:06:06-08:00</committed-date>
    <authored-date>2007-12-28T21:06:06-08:00</authored-date>
    <message>Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8507 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
    <tree>e19c13b3765937bd3a24f3d061a833a59e4db05f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
</commits>
