<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>426a86ab1e4fc2488215a9adab4511a59646a413</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7254d23764f7abe8023f3daeb07d99ea1c8e777a</url>
    <id>7254d23764f7abe8023f3daeb07d99ea1c8e777a</id>
    <committed-date>2008-11-24T09:14:24-08:00</committed-date>
    <authored-date>2008-11-24T09:14:24-08:00</authored-date>
    <message>Autoload ActiveRecord files</message>
    <tree>4c1981119e1da9b9c98e8e2d9cf8a3b7dcfcb887</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/426a86ab1e4fc2488215a9adab4511a59646a413</url>
    <id>426a86ab1e4fc2488215a9adab4511a59646a413</id>
    <committed-date>2008-11-24T08:20:41-08:00</committed-date>
    <authored-date>2008-11-24T08:20:41-08:00</authored-date>
    <message>prefer autoloaded html scanner</message>
    <tree>f8fe3e2f290646afda613d3a82091d9db6e7d83e</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5ffd1e0c02e605158efc08f3cbb6aebb79978553</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1</url>
    <id>f0f07c6427c7c80783ee59705f82dcdd1cd8fdb1</id>
    <committed-date>2008-11-24T08:05:15-08:00</committed-date>
    <authored-date>2008-11-24T08:05:15-08:00</authored-date>
    <message>prefer autoloading Mime::Type</message>
    <tree>b11ce2362ce3d9d1d77d8d8ad14dc3a524b3e947</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42b4407e35e8634370fb95dc6786d4fd0c0e6afa</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/5ffd1e0c02e605158efc08f3cbb6aebb79978553</url>
    <id>5ffd1e0c02e605158efc08f3cbb6aebb79978553</id>
    <committed-date>2008-11-24T07:58:52-08:00</committed-date>
    <authored-date>2008-11-24T07:58:52-08:00</authored-date>
    <message>Ensure integration test is load in script/console [#1452 state:resolved]</message>
    <tree>709110c0f0633f1e3aad5f6de0899c46d83b21be</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1f48c09094610cbf26ec1e93d9bf978b2ae86fa8</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/42b4407e35e8634370fb95dc6786d4fd0c0e6afa</url>
    <id>42b4407e35e8634370fb95dc6786d4fd0c0e6afa</id>
    <committed-date>2008-11-24T06:43:47-08:00</committed-date>
    <authored-date>2008-11-24T06:43:47-08:00</authored-date>
    <message>Strip out the ./ part of the test path so the backtrace align perfectly</message>
    <tree>d12efc629633610cca5112545ff419fd679da977</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f3f67ce6212e2ae35470ab2960bb4967ae967ee2</id>
      </parent>
    </parents>
    <author>
      <name>Manfred Stienstra</name>
      <email>manfred@fngtps.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1f48c09094610cbf26ec1e93d9bf978b2ae86fa8</url>
    <id>1f48c09094610cbf26ec1e93d9bf978b2ae86fa8</id>
    <committed-date>2008-11-24T02:35:55-08:00</committed-date>
    <authored-date>2008-11-24T02:25:28-08:00</authored-date>
    <message>Accept a prefix argument to filter_backtrace_with_cleaning [#1456 state:committed]

Add a prefix argument to filter_backtrace_with_cleaning so it has
the same arity as test/unit's filter_backtrace.

Signed-off-by: David Heinemeier Hansson &lt;david@loudthinking.com&gt;</message>
    <tree>1f0094706f887a9beda6acb33009858afd372fe3</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>eea5dc3a34328267407f2cb861e14d9d1f5d7c02</id>
      </parent>
      <parent>
        <id>2dd0ec48a5068a095e362fad2a77d63b86fdfd95</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f3f67ce6212e2ae35470ab2960bb4967ae967ee2</url>
    <id>f3f67ce6212e2ae35470ab2960bb4967ae967ee2</id>
    <committed-date>2008-11-24T02:11:08-08:00</committed-date>
    <authored-date>2008-11-24T02:11:08-08:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rails/rails</message>
    <tree>6a3054b9e4882a3faea6acc8b935db16a0831c4e</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8b14686892f278cc73c84bd7c13cabef2ccfeb96</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/eea5dc3a34328267407f2cb861e14d9d1f5d7c02</url>
    <id>eea5dc3a34328267407f2cb861e14d9d1f5d7c02</id>
    <committed-date>2008-11-24T02:09:06-08:00</committed-date>
    <authored-date>2008-11-24T02:09:06-08:00</authored-date>
    <message>Removed the old .htaccess as it is no longer used</message>
    <tree>216c639262b64bbeb750189bed4113477d3520ef</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>04d2d043ca9c59ab93522f1d8c0810cf47f05b23</id>
      </parent>
    </parents>
    <author>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/8b14686892f278cc73c84bd7c13cabef2ccfeb96</url>
    <id>8b14686892f278cc73c84bd7c13cabef2ccfeb96</id>
    <committed-date>2008-11-24T02:05:49-08:00</committed-date>
    <authored-date>2008-11-24T02:05:49-08:00</authored-date>
    <message>Updated docs to stop talking exclusively about lighttpd and clarify a few other things</message>
    <tree>835b64971d02425cc17f6e950ce456fac8326358</tree>
    <committer>
      <name>David Heinemeier Hansson</name>
      <email>david@loudthinking.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fb4bb93d439f32421c8836261dce0c7de1addf82</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/2dd0ec48a5068a095e362fad2a77d63b86fdfd95</url>
    <id>2dd0ec48a5068a095e362fad2a77d63b86fdfd95</id>
    <committed-date>2008-11-23T19:12:00-08:00</committed-date>
    <authored-date>2008-11-23T19:12:00-08:00</authored-date>
    <message>Autoload HTML::Document and sanitizers</message>
    <tree>3a7fdd08f4a7f361d9a263e52f9b0e57c9f191e8</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>95072a6846a1898bddfd983c6f951ac0de5c511d</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/fb4bb93d439f32421c8836261dce0c7de1addf82</url>
    <id>fb4bb93d439f32421c8836261dce0c7de1addf82</id>
    <committed-date>2008-11-23T18:29:38-08:00</committed-date>
    <authored-date>2008-11-23T18:29:38-08:00</authored-date>
    <message>Drop unneeded drb require</message>
    <tree>176bc0f5bdc3d69ad31a168872320b00f236ff33</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6c7463deaba57ab9e7d70810bfd6bcde898b934f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/95072a6846a1898bddfd983c6f951ac0de5c511d</url>
    <id>95072a6846a1898bddfd983c6f951ac0de5c511d</id>
    <committed-date>2008-11-23T16:12:41-08:00</committed-date>
    <authored-date>2008-11-23T16:12:41-08:00</authored-date>
    <message>Fix dangling tzinfo dependency</message>
    <tree>a0bbf6079764e1829013f91e56b9e1c816e7f936</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e44076f2c37427de1cecb6b4aab8edb049e74e67</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/6c7463deaba57ab9e7d70810bfd6bcde898b934f</url>
    <id>6c7463deaba57ab9e7d70810bfd6bcde898b934f</id>
    <committed-date>2008-11-23T16:11:32-08:00</committed-date>
    <authored-date>2008-11-23T16:11:32-08:00</authored-date>
    <message>Autoload ActiveSupport::Duration, Gzip, OptionMerger, OrderedHash, OrderedOptions, StringInquirer, TimeWithZone, and TimeZone also</message>
    <tree>09de3e2b926fd17cdc9bf89b55a02587cb74c741</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>49752e6ca5a7f5323ec10fc144bd62d3dad67781</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e44076f2c37427de1cecb6b4aab8edb049e74e67</url>
    <id>e44076f2c37427de1cecb6b4aab8edb049e74e67</id>
    <committed-date>2008-11-23T16:10:41-08:00</committed-date>
    <authored-date>2008-11-23T16:10:41-08:00</authored-date>
    <message>Autoload cache stores</message>
    <tree>953e2a54dc25f20a1ed2f4a057e7473ed663b622</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1250faa858c825c7cb1e673dbc476b1629b154b2</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/49752e6ca5a7f5323ec10fc144bd62d3dad67781</url>
    <id>49752e6ca5a7f5323ec10fc144bd62d3dad67781</id>
    <committed-date>2008-11-23T16:10:20-08:00</committed-date>
    <authored-date>2008-11-23T16:10:20-08:00</authored-date>
    <message>Duration requires BasicObject in case it's autoloaded early</message>
    <tree>4e54dbf580307b1c5ca61f219eb10f08d1910f1e</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>0eca8111f26efe8f116a18cb86631d08f66e09d9</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/1250faa858c825c7cb1e673dbc476b1629b154b2</url>
    <id>1250faa858c825c7cb1e673dbc476b1629b154b2</id>
    <committed-date>2008-11-23T16:08:00-08:00</committed-date>
    <authored-date>2008-11-23T16:08:00-08:00</authored-date>
    <message>Lazy-require tzinfo for TimeZone</message>
    <tree>0678b923db3c7d273f50d0a48ddaa5d8fb085f2f</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>308876fca262736a5fa36dddb3990b27fbc6e64a</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/0eca8111f26efe8f116a18cb86631d08f66e09d9</url>
    <id>0eca8111f26efe8f116a18cb86631d08f66e09d9</id>
    <committed-date>2008-11-23T15:39:28-08:00</committed-date>
    <authored-date>2008-11-23T15:39:28-08:00</authored-date>
    <message>Autoload ActiveSupport::SecureRandom and ::MessageVerifier</message>
    <tree>40a605141430115c5c7937eaf5430e7af351aa43</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>283418a785b5ea8b8eee56e6da181d6b91f4b155</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/308876fca262736a5fa36dddb3990b27fbc6e64a</url>
    <id>308876fca262736a5fa36dddb3990b27fbc6e64a</id>
    <committed-date>2008-11-23T15:31:57-08:00</committed-date>
    <authored-date>2008-11-23T15:31:57-08:00</authored-date>
    <message>Lazy-require tempfile for File#atomic_write</message>
    <tree>d52bc53563e0efcd336afd19c634257825f2ed26</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>51d155e6971acef7fee87cb5e218e05cb87d8f57</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/283418a785b5ea8b8eee56e6da181d6b91f4b155</url>
    <id>283418a785b5ea8b8eee56e6da181d6b91f4b155</id>
    <committed-date>2008-11-23T15:30:21-08:00</committed-date>
    <authored-date>2008-11-23T15:30:21-08:00</authored-date>
    <message>Lazy-require DRb for ActiveSupport::Cache::DRbStore</message>
    <tree>07da934a3fb6081561bb8eba5b4cc7c1c93b5fad</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c26cb089988c81b355b2d48bcbe343601fe214a0</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/51d155e6971acef7fee87cb5e218e05cb87d8f57</url>
    <id>51d155e6971acef7fee87cb5e218e05cb87d8f57</id>
    <committed-date>2008-11-23T15:29:03-08:00</committed-date>
    <authored-date>2008-11-23T15:29:03-08:00</authored-date>
    <message>Lazy-require OpenSSL</message>
    <tree>a71e387e4d674c5589db88f7d1791a24ed1abb36</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9f5ab945b7118a317a12bd46c73d24575f31ce3f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/c26cb089988c81b355b2d48bcbe343601fe214a0</url>
    <id>c26cb089988c81b355b2d48bcbe343601fe214a0</id>
    <committed-date>2008-11-23T15:27:09-08:00</committed-date>
    <authored-date>2008-11-23T15:27:09-08:00</authored-date>
    <message>Lazy-require OpenSSL. Skip entirely if SecureRandom is available.</message>
    <tree>b22eeda58136628c45d0d6fefac2c0482b81438c</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>e931012287df0bca83cae04d95c2e0835ae08758</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/9f5ab945b7118a317a12bd46c73d24575f31ce3f</url>
    <id>9f5ab945b7118a317a12bd46c73d24575f31ce3f</id>
    <committed-date>2008-11-23T15:26:32-08:00</committed-date>
    <authored-date>2008-11-23T15:26:32-08:00</authored-date>
    <message>Lazy-require XmlSimple. Move CGI require to object conversions where it's actually used.</message>
    <tree>2a1a48663005fb166be05272763124c21ffc0aac</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5d3712a81e502f46b2745d238d9bb76fcdb31f5b</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/e931012287df0bca83cae04d95c2e0835ae08758</url>
    <id>e931012287df0bca83cae04d95c2e0835ae08758</id>
    <committed-date>2008-11-23T15:05:59-08:00</committed-date>
    <authored-date>2008-11-23T14:48:36-08:00</authored-date>
    <message>Require Mocha &gt;= 0.9.3 which includes a MiniTest adapter</message>
    <tree>46af916792dbd3a74883b4e1b572dd432cee4a59</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6de241be8134a2b25ef17a5418db0348df07423c</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/5d3712a81e502f46b2745d238d9bb76fcdb31f5b</url>
    <id>5d3712a81e502f46b2745d238d9bb76fcdb31f5b</id>
    <committed-date>2008-11-23T15:05:57-08:00</committed-date>
    <authored-date>2008-11-23T14:43:05-08:00</authored-date>
    <message>Hack builder to look for fast_xs instead of insisting on its own String#to_xs</message>
    <tree>35da6b6dac2cf42e747de076f47c310f6737f5d4</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/6de241be8134a2b25ef17a5418db0348df07423c</url>
    <id>6de241be8134a2b25ef17a5418db0348df07423c</id>
    <committed-date>2008-11-23T15:05:57-08:00</committed-date>
    <authored-date>2008-11-23T14:07:43-08:00</authored-date>
    <message>Lazy-require builder lib</message>
    <tree>c1e05b34e527e8e3596ba3637212092c36dc8f47</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6de1060eb555b5053f7d95269ceb23fce04e0523</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f</url>
    <id>31ce92f7b5784bc5b6a441e88cd734c7b8b1c58f</id>
    <committed-date>2008-11-23T14:35:47-08:00</committed-date>
    <authored-date>2008-11-23T14:35:13-08:00</authored-date>
    <message>Use autoload instead of explicit requires for ActionController</message>
    <tree>ec452cb5dd933f0fc89f9b230a35f70528145950</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6d91e7a7d688e17141ec1052895ebed50ee64a99</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/6de1060eb555b5053f7d95269ceb23fce04e0523</url>
    <id>6de1060eb555b5053f7d95269ceb23fce04e0523</id>
    <committed-date>2008-11-23T13:22:46-08:00</committed-date>
    <authored-date>2008-11-23T13:22:46-08:00</authored-date>
    <message>Changelog for #1448. Mention updating old translations with storage_units key.</message>
    <tree>f9ba4b7e34e8f86bbcd6f06dbb50f1d7fb654b65</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d75a2345015046e08f8191748f0e246e1b9f9703</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/6d91e7a7d688e17141ec1052895ebed50ee64a99</url>
    <id>6d91e7a7d688e17141ec1052895ebed50ee64a99</id>
    <committed-date>2008-11-23T13:16:39-08:00</committed-date>
    <authored-date>2008-11-23T13:16:32-08:00</authored-date>
    <message>Remove explicit tmail requires in favor of autoload</message>
    <tree>468d638655fa646890216ccadd2fb2e173be363b</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d36158794b19ee8ea49d74061218b37d4301f0f9</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/d75a2345015046e08f8191748f0e246e1b9f9703</url>
    <id>d75a2345015046e08f8191748f0e246e1b9f9703</id>
    <committed-date>2008-11-23T13:15:20-08:00</committed-date>
    <authored-date>2008-11-23T13:15:05-08:00</authored-date>
    <message>simplify console with helpers</message>
    <tree>947c07417722a95dec62f3ca88f77ed08c26b579</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9d4ae40bb40b2354c4061a23ae4db9a28e3174e6</id>
      </parent>
    </parents>
    <author>
      <name>Yaroslav Markin</name>
      <email>yaroslav@markin.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/d36158794b19ee8ea49d74061218b37d4301f0f9</url>
    <id>d36158794b19ee8ea49d74061218b37d4301f0f9</id>
    <committed-date>2008-11-23T13:11:59-08:00</committed-date>
    <authored-date>2008-11-23T06:30:59-08:00</authored-date>
    <message>Add i18n for number_to_human_size() helper storage units. Translation key is number.human.storage_units.

[#1448 state:committed]

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>1e044f880a2aa931804e7d1674200fa68cafec19</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
</commits>
