<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>77f873acf2f1fb4533dfca6b26b965a115ebbc54</id>
      </parent>
    </parents>
    <author>
      <name>Sven Fuchs</name>
      <email>svenfuchs@artweb-design.de</email>
    </author>
    <url>http://github.com/rails/rails/commit/345f030c5b6c0a28ddde56c80a1112b00d345c79</url>
    <id>345f030c5b6c0a28ddde56c80a1112b00d345c79</id>
    <committed-date>2008-05-16T09:36:09-07:00</committed-date>
    <authored-date>2008-05-13T13:04:20-07:00</authored-date>
    <message>Ensure routing generator works with non-string keys. [#172 state:resolved]

Make sure that (with recent correction to globbed parameter escaping) non-string
values can still be passed route generation helpers for globbed route segments.

For example, foo_path([1, 2, 3]) should still work for a route like map.foo &quot;*globbed&quot;
by implicitely calling to_s on the Fixnums.

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>710430c54edfa4c1f145fdad150ea184fc2cc0d1</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>150717344aa5c6d8f46fc67de39d6947553ac286</id>
      </parent>
    </parents>
    <author>
      <name>Kyle Hargraves</name>
      <email>philodespotos@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/77f873acf2f1fb4533dfca6b26b965a115ebbc54</url>
    <id>77f873acf2f1fb4533dfca6b26b965a115ebbc54</id>
    <committed-date>2008-05-16T05:10:14-07:00</committed-date>
    <authored-date>2008-05-16T04:51:39-07:00</authored-date>
    <message>dbconsole should not require a username for postgresql. [#207 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>2d4c04d3897fcc8bf0e41aabd5495b498bdf66b0</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3baf810482303126c75daa7915e200030d1755e0</id>
      </parent>
    </parents>
    <author>
      <name>Eugene Pimenov</name>
      <email>libc@rghost.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/150717344aa5c6d8f46fc67de39d6947553ac286</url>
    <id>150717344aa5c6d8f46fc67de39d6947553ac286</id>
    <committed-date>2008-05-16T05:00:39-07:00</committed-date>
    <authored-date>2008-04-30T22:37:10-07:00</authored-date>
    <message>auto_link helper fails to recognize links separated by space. [#72 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>12523f30770c8b7d0071982f36c55d98057705d5</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a3fd46d42f05a241b3178af60d38fe5e0cebee6</id>
      </parent>
    </parents>
    <author>
      <name>Jake Howerton</name>
      <email>jake.howerton@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/3baf810482303126c75daa7915e200030d1755e0</url>
    <id>3baf810482303126c75daa7915e200030d1755e0</id>
    <committed-date>2008-05-16T02:35:09-07:00</committed-date>
    <authored-date>2008-05-15T22:29:55-07:00</authored-date>
    <message>Add rdoc task to activemodel. [#156 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>d3159582cdd4f8437fa3cd97ef134d957a7ec969</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>fc02eabf296d6edb74a95174c7322293a54c9492</id>
      </parent>
    </parents>
    <author>
      <name>Rodrigo Kochenburger</name>
      <email>divoxx@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/5a3fd46d42f05a241b3178af60d38fe5e0cebee6</url>
    <id>5a3fd46d42f05a241b3178af60d38fe5e0cebee6</id>
    <committed-date>2008-05-15T17:56:23-07:00</committed-date>
    <authored-date>2008-05-13T18:08:31-07:00</authored-date>
    <message>Fixing test for named_scope through a has_many :through

The test that checks if a has_many :through association has access to named_scope had a typo and
didn't have the proper fixtures loaded. [#190 state:resolved]</message>
    <tree>0844133721ecd7e58471406459d855702c43ff6b</tree>
    <committer>
      <name>rick</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>802034ff5f1c3e3b576b664d5660e76c8f44909d</id>
      </parent>
    </parents>
    <author>
      <name>Martin Eisenhardt</name>
      <email>martin.eisenhardt@mneisen.org</email>
    </author>
    <url>http://github.com/rails/rails/commit/fc02eabf296d6edb74a95174c7322293a54c9492</url>
    <id>fc02eabf296d6edb74a95174c7322293a54c9492</id>
    <committed-date>2008-05-15T07:22:44-07:00</committed-date>
    <authored-date>2008-05-15T07:21:43-07:00</authored-date>
    <message>Precompute TimeZone.us_zones [#199 state:resolved]
Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>d331bf73859ca4f5236e46dd13d6115506c85719</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b28b54cab090bed8f099ef375b419a8f92390dd4</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/802034ff5f1c3e3b576b664d5660e76c8f44909d</url>
    <id>802034ff5f1c3e3b576b664d5660e76c8f44909d</id>
    <committed-date>2008-05-15T05:47:05-07:00</committed-date>
    <authored-date>2008-05-15T05:41:54-07:00</authored-date>
    <message>DRY associations code and improve eager loading tests.</message>
    <tree>9bb32bab53553ec3f06b2b80e71d60b522abc6e5</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>6df995bbf2f0fcb26b7a1ba8d4e41ed9de77b6c8</id>
      </parent>
    </parents>
    <author>
      <name>John Devine</name>
      <email>johnjdevine@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b28b54cab090bed8f099ef375b419a8f92390dd4</url>
    <id>b28b54cab090bed8f099ef375b419a8f92390dd4</id>
    <committed-date>2008-05-15T05:42:28-07:00</committed-date>
    <authored-date>2008-05-04T12:08:19-07:00</authored-date>
    <message>Make sure needed table joins are included :select option. [#110 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>e697ac7a8585f48ee92d39f6eaf102e3c63692cf</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>603c853a340c9dbf6a959e74116487b870b7a893</id>
      </parent>
    </parents>
    <author>
      <name>Robby Russell</name>
      <email>robby@planetargon.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/6df995bbf2f0fcb26b7a1ba8d4e41ed9de77b6c8</url>
    <id>6df995bbf2f0fcb26b7a1ba8d4e41ed9de77b6c8</id>
    <committed-date>2008-05-14T17:17:24-07:00</committed-date>
    <authored-date>2008-05-14T17:17:24-07:00</authored-date>
    <message>Adding an example test case for pluralize for (y) -&gt; (ies)</message>
    <tree>5662f2178f2b6d02d1763a8890573c81283d14a8</tree>
    <committer>
      <name>Robby Russell</name>
      <email>robby@planetargon.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bc3cc91a3f53816cc205f791cba34514ce0a113e</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/603c853a340c9dbf6a959e74116487b870b7a893</url>
    <id>603c853a340c9dbf6a959e74116487b870b7a893</id>
    <committed-date>2008-05-14T12:34:28-07:00</committed-date>
    <authored-date>2008-05-14T12:34:28-07:00</authored-date>
    <message>Don't fallback to just adding &quot;'s&quot; in TextHelper#pluralize, because the Inflector is always loaded.</message>
    <tree>750975b484cf4454222962290a81537f805cbc11</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3b0e1d90938e3d4c98830e037b3da15b3f736f7f</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/bc3cc91a3f53816cc205f791cba34514ce0a113e</url>
    <id>bc3cc91a3f53816cc205f791cba34514ce0a113e</id>
    <committed-date>2008-05-14T12:14:23-07:00</committed-date>
    <authored-date>2008-05-14T12:14:23-07:00</authored-date>
    <message>One last fix to test_filter_parameters_is_protected.</message>
    <tree>2b9daa23ff333fb90d4f292bc5036d3d35957514</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f32b974338cb965a27d521b32304aebd9811a9ba</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/3b0e1d90938e3d4c98830e037b3da15b3f736f7f</url>
    <id>3b0e1d90938e3d4c98830e037b3da15b3f736f7f</id>
    <committed-date>2008-05-14T12:09:49-07:00</committed-date>
    <authored-date>2008-05-14T12:09:49-07:00</authored-date>
    <message>Prefer string core_ext inflector methods over directly accessing Inflector.</message>
    <tree>6e57d3b855939aa800bcac51647ab6906c13b217</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1066b16237ad3287f236973748ccf721c1b0f2d8</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f32b974338cb965a27d521b32304aebd9811a9ba</url>
    <id>f32b974338cb965a27d521b32304aebd9811a9ba</id>
    <committed-date>2008-05-14T11:55:14-07:00</committed-date>
    <authored-date>2008-05-14T11:55:14-07:00</authored-date>
    <message>Clean up previously commited test.</message>
    <tree>0a378d9d9fe873ddad32f1b8903af01a05eb8946</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8d37bd08eeac6d0e94f76ac6640e288bf64595b2</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1066b16237ad3287f236973748ccf721c1b0f2d8</url>
    <id>1066b16237ad3287f236973748ccf721c1b0f2d8</id>
    <committed-date>2008-05-14T11:38:02-07:00</committed-date>
    <authored-date>2008-05-14T11:38:02-07:00</authored-date>
    <message>Improve test coverage for filter_parameters [Jos&#233; Valim]</message>
    <tree>b51d0750e476adca590f59bdc4fa302eafd8f5f9</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>49846f85864f4b59d5593c30ee3c59b584d2975d</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/8d37bd08eeac6d0e94f76ac6640e288bf64595b2</url>
    <id>8d37bd08eeac6d0e94f76ac6640e288bf64595b2</id>
    <committed-date>2008-05-14T11:00:09-07:00</committed-date>
    <authored-date>2008-05-14T11:00:09-07:00</authored-date>
    <message>Protect #filter_parameters created by filter_parameter_logging [Jos&#233; Valim] [#196 state:resolved]</message>
    <tree>5752954abef8a289c4b628969544f0fd0cf2b398</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7708650f73ddb4db300ea2059c60c1d907a4384e</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/49846f85864f4b59d5593c30ee3c59b584d2975d</url>
    <id>49846f85864f4b59d5593c30ee3c59b584d2975d</id>
    <committed-date>2008-05-14T10:48:37-07:00</committed-date>
    <authored-date>2008-05-14T10:48:37-07:00</authored-date>
    <message>Create a seperate file for ActiveSupport::OrderedHash.</message>
    <tree>7f746da60755000b4281ce2b2969508c116c7d3b</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bca8751e40a5594c4de2ca58e089b8d98e44632b</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7708650f73ddb4db300ea2059c60c1d907a4384e</url>
    <id>7708650f73ddb4db300ea2059c60c1d907a4384e</id>
    <committed-date>2008-05-14T10:33:54-07:00</committed-date>
    <authored-date>2008-05-14T10:33:54-07:00</authored-date>
    <message>Added conditional support to caches_action [Jos&#233; Valim] [#166 state:resolved]</message>
    <tree>59618c18763e1d092cb9cac58cb45235819f1647</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2d372d704987e05712ccd937e78d8dbd41242efe</id>
      </parent>
    </parents>
    <author>
      <name>Rodrigo Kochenburger</name>
      <email>divoxx@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/bca8751e40a5594c4de2ca58e089b8d98e44632b</url>
    <id>bca8751e40a5594c4de2ca58e089b8d98e44632b</id>
    <committed-date>2008-05-13T15:04:11-07:00</committed-date>
    <authored-date>2008-04-11T08:35:09-07:00</authored-date>
    <message>Add ActiveRecord option to store the full class name on STI's type column, allowing one to have STI subclasses in different namespaces [#114]

Signed-off-by: rick &lt;technoweenie@gmail.com&gt;</message>
    <tree>34a89b57cdf2ac2092c103975eeb2fa0f51c03e8</tree>
    <committer>
      <name>rick</name>
      <email>technoweenie@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>4562a5b57f5999fadc8b0957ed5777f35be8dea5</id>
      </parent>
    </parents>
    <author>
      <name>Amol Hatwar</name>
      <email>amol@hatwar.org</email>
    </author>
    <url>http://github.com/rails/rails/commit/2d372d704987e05712ccd937e78d8dbd41242efe</url>
    <id>2d372d704987e05712ccd937e78d8dbd41242efe</id>
    <committed-date>2008-05-13T14:02:56-07:00</committed-date>
    <authored-date>2008-05-13T14:02:56-07:00</authored-date>
    <message>Fixed generator collisions for nested controller modules.
Signed-off-by: Joshua Peek &lt;josh@joshpeek.com&gt;</message>
    <tree>91f59cafa9824876a0b296c5a9af433acd53ec76</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3a0d8adcf25e27f7976a1d0996be05f21ffc3805</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/4562a5b57f5999fadc8b0957ed5777f35be8dea5</url>
    <id>4562a5b57f5999fadc8b0957ed5777f35be8dea5</id>
    <committed-date>2008-05-13T13:50:06-07:00</committed-date>
    <authored-date>2008-05-13T13:49:41-07:00</authored-date>
    <message>Add some test coverage for RailsControllerGenerator.</message>
    <tree>567a134ec0c6862ced46132525a44ae5a2dfb39b</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d8bcec6ce6b48f271af5c566791417a58b8a617d</id>
      </parent>
    </parents>
    <author>
      <name>Tim Pope</name>
      <email>code@tpope.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/3a0d8adcf25e27f7976a1d0996be05f21ffc3805</url>
    <id>3a0d8adcf25e27f7976a1d0996be05f21ffc3805</id>
    <committed-date>2008-05-13T13:02:13-07:00</committed-date>
    <authored-date>2008-05-13T12:22:48-07:00</authored-date>
    <message>Fix tests broken by mocha absence [#186 state:resolved]

Two ActiveRecord tests depended on mocha but were not marked as such.
Place them in a use_mocha block so the test suite passes.

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>98271dfccf99986c3ba50c14c226246b5725b0c5</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d16fbe53b202d52b5ef12526941ed50da2daf38f</id>
      </parent>
    </parents>
    <author>
      <name>Rich Cavanaugh</name>
      <email>cavanaugh@fatjam.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/d8bcec6ce6b48f271af5c566791417a58b8a617d</url>
    <id>d8bcec6ce6b48f271af5c566791417a58b8a617d</id>
    <committed-date>2008-05-13T10:51:55-07:00</committed-date>
    <authored-date>2008-05-13T09:19:27-07:00</authored-date>
    <message>make CGI::Cookie handle deleting a cookie properly

Signed-off-by: Jeremy Kemper &lt;jeremy@bitsweat.net&gt;</message>
    <tree>9254feb851340e20e3121b6461984b376126aed3</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3fee2378edd45188e41a7d14d4ca0a88280b541e</id>
      </parent>
    </parents>
    <author>
      <name>Andre Arko</name>
      <email>andre@arko.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/d16fbe53b202d52b5ef12526941ed50da2daf38f</url>
    <id>d16fbe53b202d52b5ef12526941ed50da2daf38f</id>
    <committed-date>2008-05-13T10:33:33-07:00</committed-date>
    <authored-date>2008-05-12T23:54:21-07:00</authored-date>
    <message>Fix remote_function to escape apostrophes inside the remote url passed to Ajax.Update. [#180 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>ff6233fa6cdef47d53d6b2cb6a4c4addf6c4e8ad</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f498f221bdd88a04458f56ee917c360bca833e94</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/3fee2378edd45188e41a7d14d4ca0a88280b541e</url>
    <id>3fee2378edd45188e41a7d14d4ca0a88280b541e</id>
    <committed-date>2008-05-13T10:25:30-07:00</committed-date>
    <authored-date>2008-05-13T10:20:52-07:00</authored-date>
    <message>Use 'public' schema path when connecting to 'postgres' database. [#170 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>d8d41b6efd8fd48c43af0ca265b699f47ae5d96b</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>74fd17346f30fddba0e174ae17f5697f2c22279e</id>
      </parent>
    </parents>
    <author>
      <name>Daniel Morrison</name>
      <email>daniel@collectiveidea.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f498f221bdd88a04458f56ee917c360bca833e94</url>
    <id>f498f221bdd88a04458f56ee917c360bca833e94</id>
    <committed-date>2008-05-13T09:50:45-07:00</committed-date>
    <authored-date>2008-05-12T19:02:04-07:00</authored-date>
    <message>Include time zone offset in TimeWithZone#to_json</message>
    <tree>d7ca8c8cbc2265079106e1590396c07ccb4bb199</tree>
    <committer>
      <name>rick</name>
      <email>rick@spacemonkey.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>d09a8446d5606a5a0b5c024224b09a1318e9cf4d</id>
      </parent>
      <parent>
        <id>4dedc7ddcaffa8c606af11ae2d32707131b99a2e</id>
      </parent>
    </parents>
    <author>
      <name>rick</name>
      <email>rick@spacemonkey.local</email>
    </author>
    <url>http://github.com/rails/rails/commit/74fd17346f30fddba0e174ae17f5697f2c22279e</url>
    <id>74fd17346f30fddba0e174ae17f5697f2c22279e</id>
    <committed-date>2008-05-13T09:41:10-07:00</committed-date>
    <authored-date>2008-05-13T09:41:10-07:00</authored-date>
    <message>Merge branch 'master' of git@github.com:rails/rails</message>
    <tree>1267cea613ee4a73a2f5ddf3fb24d224dc8bbded</tree>
    <committer>
      <name>rick</name>
      <email>rick@spacemonkey.local</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9fb01ce4b194567e84fa2f8582410fc76720a31f</id>
      </parent>
    </parents>
    <author>
      <name>Tarmo T&#228;nav</name>
      <email>tarmo@itech.ee</email>
    </author>
    <url>http://github.com/rails/rails/commit/4dedc7ddcaffa8c606af11ae2d32707131b99a2e</url>
    <id>4dedc7ddcaffa8c606af11ae2d32707131b99a2e</id>
    <committed-date>2008-05-13T09:34:47-07:00</committed-date>
    <authored-date>2008-05-13T07:26:05-07:00</authored-date>
    <message>Use 'postgres' database instead of 'template1'

The 'postgres' database is meant for use by utilities and third
party applications. CONNECT permission to the 'template1' database
is usually only available to superusers which is why 'postgres'
should be preferred as users whith &quot;CREATE DATABASE&quot; permissions
are not neccessarily superusers.</message>
    <tree>9716be68b8e2695153f54e2654cc9cc3c0f80be1</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2270371f5dbabdd25ffcc59389249a795ba324a1</id>
      </parent>
    </parents>
    <author>
      <name>Matthew Brindley</name>
      <email>matt@mattbrindley.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/9fb01ce4b194567e84fa2f8582410fc76720a31f</url>
    <id>9fb01ce4b194567e84fa2f8582410fc76720a31f</id>
    <committed-date>2008-05-13T02:50:00-07:00</committed-date>
    <authored-date>2008-05-11T18:20:54-07:00</authored-date>
    <message>ScaffoldGenerator to create public/stylesheets if missing. [#165 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>e1bdca1c69d665a46d00b4a0d892fe8d4163f559</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>593e21d6aedcc05d744be4996bd7180edce57efe</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/2270371f5dbabdd25ffcc59389249a795ba324a1</url>
    <id>2270371f5dbabdd25ffcc59389249a795ba324a1</id>
    <committed-date>2008-05-13T02:39:45-07:00</committed-date>
    <authored-date>2008-05-13T02:39:45-07:00</authored-date>
    <message>Remove unnecessary DeprecatedInstanceVariable class</message>
    <tree>2f03fe4fbc3b6128e918a3f1ed62efc40088452d</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>a425cd147363a0e8d7e17177ef252dd760197f15</id>
      </parent>
    </parents>
    <author>
      <name>Xavier Noria</name>
      <email>fxn@hashref.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/593e21d6aedcc05d744be4996bd7180edce57efe</url>
    <id>593e21d6aedcc05d744be4996bd7180edce57efe</id>
    <committed-date>2008-05-12T17:04:17-07:00</committed-date>
    <authored-date>2008-05-12T15:46:57-07:00</authored-date>
    <message>Dirty attributes aren't cleared if save fails. [#174 state:resolved]

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