<?xml version="1.0" encoding="UTF-8"?>
<commits type="array">
  <commit>
    <parents type="array">
      <parent>
        <id>2b4eb586efa240dd985d8b5fe918084ab17fae2b</id>
      </parent>
    </parents>
    <author>
      <name>Cheah Chu Yeow</name>
      <email>chuyeow@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/96708af6a58a48c2324a3bf8d34232bc29b398c9</url>
    <id>96708af6a58a48c2324a3bf8d34232bc29b398c9</id>
    <committed-date>2008-07-09T05:02:14-07:00</committed-date>
    <authored-date>2008-06-23T05:51:38-07:00</authored-date>
    <message>Ensure url_for(nil) falls back to url_for({}). [#472 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>48a7259154f5349d57ee73b06fadcd1dd25aaf91</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>91320f2a809d3a59efabd9f839fe9b879f4a9b29</id>
      </parent>
    </parents>
    <author>
      <name>Hongli Lai (Phusion</name>
      <email>hongli@phusion.nl</email>
    </author>
    <url>http://github.com/rails/rails/commit/2b4eb586efa240dd985d8b5fe918084ab17fae2b</url>
    <id>2b4eb586efa240dd985d8b5fe918084ab17fae2b</id>
    <committed-date>2008-07-09T04:34:36-07:00</committed-date>
    <authored-date>2008-07-09T04:32:40-07:00</authored-date>
    <message>Plugin locator: sort directory listing because we can't assume that the OS will do it for us. This fixes some unit test failures.</message>
    <tree>19dafcce65ac9fb94be5b4d0c95cd273e82bfdda</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>2f4aaed7b3feb3be787a316fab3144c06bb21a27</id>
      </parent>
    </parents>
    <author>
      <name>Damian Janowski</name>
      <email>damian.janowski@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/91320f2a809d3a59efabd9f839fe9b879f4a9b29</url>
    <id>91320f2a809d3a59efabd9f839fe9b879f4a9b29</id>
    <committed-date>2008-07-08T05:50:59-07:00</committed-date>
    <authored-date>2008-07-04T13:12:30-07:00</authored-date>
    <message>Add :recursive option to javascript_include_tag and stylesheet_link_tag to be used along with :all. [#480 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>38c4c015ad32b5773edf2fd28437eb622a9a75e8</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>afa0c7f728a8896c9ee9d932033e08a4c99dfd50</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/2f4aaed7b3feb3be787a316fab3144c06bb21a27</url>
    <id>2f4aaed7b3feb3be787a316fab3144c06bb21a27</id>
    <committed-date>2008-07-06T22:31:49-07:00</committed-date>
    <authored-date>2008-06-27T01:29:04-07:00</authored-date>
    <message>Disable the Accept header by default

The accept header is poorly implemented by browsers and causes strange errors when used on public sites where crawlers make requests too.  You should use formatted urls (e.g. /people/1.xml) to support API clients. Alternatively to re-enable it you need to set:

config.action_controller.use_accept_header = true

A special case remains for ajax requests which will have a javascript format for the base resource (/people/1) if the X-Requested-With header is present.  This lets ajax pages still use format.js despite there being no params[:format]</message>
    <tree>77604663cd08612a2bbacf1901662ce7ececcf69</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>3351d2997017465047b2c3dc63dc31e2362368af</id>
      </parent>
    </parents>
    <author>
      <name>Brad Greenlee</name>
      <email>brad@wesabe.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/afa0c7f728a8896c9ee9d932033e08a4c99dfd50</url>
    <id>afa0c7f728a8896c9ee9d932033e08a4c99dfd50</id>
    <committed-date>2008-07-06T11:25:10-07:00</committed-date>
    <authored-date>2008-06-02T22:04:46-07:00</authored-date>
    <message>Add support for :primary_key option to has_one as well as has_many so that a key other than the default primary key can be used for the association

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>6fd8642f524facf4d1d2584c21ce7b8d30b9d424</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1d8623b42f6249613d39e834a8742b3b143f2aff</id>
      </parent>
    </parents>
    <author>
      <name>Andre Arko</name>
      <email>andre@arko.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/3351d2997017465047b2c3dc63dc31e2362368af</url>
    <id>3351d2997017465047b2c3dc63dc31e2362368af</id>
    <committed-date>2008-07-06T11:25:10-07:00</committed-date>
    <authored-date>2008-05-31T23:19:40-07:00</authored-date>
    <message>Add has_many :primary_key option to allow setting the primary key on a has many association

Signed-off-by: Michael Koziarski &lt;michael@koziarski.com&gt;</message>
    <tree>c8e315d0a9f4d9cb759c231077b192fa8ce7d9f9</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7b9e8ae2734089555e5bfdb9e9c80d92f43551a2</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1d8623b42f6249613d39e834a8742b3b143f2aff</url>
    <id>1d8623b42f6249613d39e834a8742b3b143f2aff</id>
    <committed-date>2008-07-05T23:13:15-07:00</committed-date>
    <authored-date>2008-07-05T23:13:15-07:00</authored-date>
    <message>Added local assign keys to compiled method name so two threads evaluating the same template with different locals don't step on top of each other</message>
    <tree>f8316aab80fd86c15008d218d2a33717ff4b3c74</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>9828aecd2aa98910f17e4b0f52519f4727d198d8</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7b9e8ae2734089555e5bfdb9e9c80d92f43551a2</url>
    <id>7b9e8ae2734089555e5bfdb9e9c80d92f43551a2</id>
    <committed-date>2008-07-05T22:00:45-07:00</committed-date>
    <authored-date>2008-07-05T22:00:45-07:00</authored-date>
    <message>Synchronize template compiling</message>
    <tree>4aee159e2a322d4afdd252b81ac49af00ffeb15e</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>ce5d958f8fe878465c0d2142991a2945ca8d3cd1</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/9828aecd2aa98910f17e4b0f52519f4727d198d8</url>
    <id>9828aecd2aa98910f17e4b0f52519f4727d198d8</id>
    <committed-date>2008-07-05T21:54:11-07:00</committed-date>
    <authored-date>2008-07-05T21:54:11-07:00</authored-date>
    <message>Lookup compiled methods in CompiledTemplates instance methods set instead of using a &quot;methods_names&quot; hash</message>
    <tree>1aa9d6ff3764a6fca9eae35756d041f643af667e</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>f22ae15a8e30f7ad475acdbcfcd1120e498cfede</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/ce5d958f8fe878465c0d2142991a2945ca8d3cd1</url>
    <id>ce5d958f8fe878465c0d2142991a2945ca8d3cd1</id>
    <committed-date>2008-07-05T16:35:52-07:00</committed-date>
    <authored-date>2008-07-05T16:35:52-07:00</authored-date>
    <message>Do not stat template files in production mode before rendering. You will no longer be able to modify templates in production mode without restarting the server</message>
    <tree>05078f148ee9a2317abad5124349944d899558da</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>5a3bc6f12f7ca78d7ce569f6541d691e42fac6f8</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/f22ae15a8e30f7ad475acdbcfcd1120e498cfede</url>
    <id>f22ae15a8e30f7ad475acdbcfcd1120e498cfede</id>
    <committed-date>2008-07-05T15:49:49-07:00</committed-date>
    <authored-date>2008-07-05T15:49:49-07:00</authored-date>
    <message>Use the inline template's hash as a method key instead of relying on a counter</message>
    <tree>132fc0405f9e846abdb2a975a554524ac8cf1f62</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>27f382641c9ec945a1d657f5efba6a06296dca54</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/5a3bc6f12f7ca78d7ce569f6541d691e42fac6f8</url>
    <id>5a3bc6f12f7ca78d7ce569f6541d691e42fac6f8</id>
    <committed-date>2008-07-05T15:40:39-07:00</committed-date>
    <authored-date>2008-07-05T15:40:39-07:00</authored-date>
    <message>Removed unused template_args variable</message>
    <tree>c7e864981fa504c2583ce51f06f77b9906d0cd50</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cd6fe831526d84ae40e425cadbf22f42a375de2a</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/27f382641c9ec945a1d657f5efba6a06296dca54</url>
    <id>27f382641c9ec945a1d657f5efba6a06296dca54</id>
    <committed-date>2008-07-05T15:31:57-07:00</committed-date>
    <authored-date>2008-07-05T15:31:57-07:00</authored-date>
    <message>Deprecated TemplateHandler line offset</message>
    <tree>f839fcef070bb4259241f41a5136b98e64640926</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>39ba2da82bcc2f9fad494e6ac0a66a3387ab8ee2</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/cd6fe831526d84ae40e425cadbf22f42a375de2a</url>
    <id>cd6fe831526d84ae40e425cadbf22f42a375de2a</id>
    <committed-date>2008-07-05T14:34:51-07:00</committed-date>
    <authored-date>2008-07-05T14:34:51-07:00</authored-date>
    <message>Ensure all complied method names are cleaned up in the error backtrace</message>
    <tree>5ebadadab70d6e1dc363dfc7f24a55682dde43de</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1dcc59121b9f0c332f6fe93f90fb028ff3448899</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/39ba2da82bcc2f9fad494e6ac0a66a3387ab8ee2</url>
    <id>39ba2da82bcc2f9fad494e6ac0a66a3387ab8ee2</id>
    <committed-date>2008-07-05T14:27:43-07:00</committed-date>
    <authored-date>2008-07-05T14:27:43-07:00</authored-date>
    <message>Moved complied method name logic into Renderable</message>
    <tree>7a488afe4882b25fc0c5b77b178e52b971130106</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>271f5b655fb58b08a89a144aa835f7b70617c399</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1dcc59121b9f0c332f6fe93f90fb028ff3448899</url>
    <id>1dcc59121b9f0c332f6fe93f90fb028ff3448899</id>
    <committed-date>2008-07-05T10:05:50-07:00</committed-date>
    <authored-date>2008-07-05T10:05:50-07:00</authored-date>
    <message>Renamed Renderer to Renderable</message>
    <tree>c3aa61b0bca510ee2c430ed8d329ed399d945a48</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>cb645c8877a52b83296b25bd5e5c5cf319a356fc</id>
      </parent>
    </parents>
    <author>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </author>
    <url>http://github.com/rails/rails/commit/271f5b655fb58b08a89a144aa835f7b70617c399</url>
    <id>271f5b655fb58b08a89a144aa835f7b70617c399</id>
    <committed-date>2008-07-04T12:51:16-07:00</committed-date>
    <authored-date>2008-07-04T12:51:16-07:00</authored-date>
    <message>Fix rdoc for Filters::ClassMethods</message>
    <tree>61eac94a7243e5463813973d00e702643b92d16e</tree>
    <committer>
      <name>Jeremy Kemper</name>
      <email>jeremy@bitsweat.net</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>c3aaba0180f0710094d974b4ba4659bce81446df</id>
      </parent>
    </parents>
    <author>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/cb645c8877a52b83296b25bd5e5c5cf319a356fc</url>
    <id>cb645c8877a52b83296b25bd5e5c5cf319a356fc</id>
    <committed-date>2008-07-04T12:07:00-07:00</committed-date>
    <authored-date>2008-07-04T12:07:00-07:00</authored-date>
    <message>Use ActiveSupport::TimeZone in time:zones rake tasks</message>
    <tree>48f96605b5a3bd607d26ce3e8ea1a3090f7dd0ee</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>db5839107951b000633fa8405f78e5c315b6656a</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/c3aaba0180f0710094d974b4ba4659bce81446df</url>
    <id>c3aaba0180f0710094d974b4ba4659bce81446df</id>
    <committed-date>2008-07-04T00:41:40-07:00</committed-date>
    <authored-date>2008-06-23T09:46:15-07:00</authored-date>
    <message>Simplify the implementation of assert_redirected_to to normalise the urls before comparing.  Also allows for a simpler implementation of redirect_to without most of the recursion.

Also allows for assert_redirected_to @some_record</message>
    <tree>bed34c6b4caa1952dabba71af6f95dae02322af4</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>51e13d51adee3c69feab30aa4c0b08d2278ccc5f</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/db5839107951b000633fa8405f78e5c315b6656a</url>
    <id>db5839107951b000633fa8405f78e5c315b6656a</id>
    <committed-date>2008-07-04T00:41:40-07:00</committed-date>
    <authored-date>2008-06-23T10:32:26-07:00</authored-date>
    <message>Remove old broken follow_redirect from functional tests.  Still works in integration tests.

The follow_redirect in functional tests only worked if you used redirect_to :id=&gt;foo, :action=&gt;bar, rather than named routes.</message>
    <tree>bfb05cdd47e66647ea81a921767f13f49d23025a</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>01637796d712943ebf9e9a76aa5c708edfab4d02</id>
      </parent>
    </parents>
    <author>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/51e13d51adee3c69feab30aa4c0b08d2278ccc5f</url>
    <id>51e13d51adee3c69feab30aa4c0b08d2278ccc5f</id>
    <committed-date>2008-07-04T00:41:39-07:00</committed-date>
    <authored-date>2008-06-22T03:44:21-07:00</authored-date>
    <message>Move test related core_ext stuff out of regular core ext to prevent nasty surprises when you require active_support then use Test::Unit directly.</message>
    <tree>9c48ac4e22aae8aea84b82c76bd99fa93f5a92c8</tree>
    <committer>
      <name>Michael Koziarski</name>
      <email>michael@koziarski.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>bad1eac91d1549631dca8e93e7e846911649acf7</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/01637796d712943ebf9e9a76aa5c708edfab4d02</url>
    <id>01637796d712943ebf9e9a76aa5c708edfab4d02</id>
    <committed-date>2008-07-03T19:09:37-07:00</committed-date>
    <authored-date>2008-07-03T19:08:27-07:00</authored-date>
    <message>Revert &quot;Moved TemplateHandlers to Base&quot;

This reverts commit 42d215a925a228778e43f7040f03ad8f3eb5341c.

Conflicts:

	actionpack/lib/action_view/inline_template.rb
	actionpack/lib/action_view/template.rb</message>
    <tree>44144464c4d6d65a050dcdfa90b01fc2fd1ff19a</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>87fbcaa6229e9073095fb8d77c7a536c9466fbce</id>
      </parent>
    </parents>
    <author>
      <name>josevalim</name>
      <email>jose.valim@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/bad1eac91d1549631dca8e93e7e846911649acf7</url>
    <id>bad1eac91d1549631dca8e93e7e846911649acf7</id>
    <committed-date>2008-07-03T18:00:51-07:00</committed-date>
    <authored-date>2008-06-14T01:45:32-07:00</authored-date>
    <message>Allow caches_action to accept cache store options. [#416 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>2ee30ac1ac7451d9a0a40c02481d13f74f3fc9d4</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>570f5aad663fa3113772cf56306862829babc739</id>
      </parent>
    </parents>
    <author>
      <name>David Lowenfels</name>
      <email>david@internautdesign.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/87fbcaa6229e9073095fb8d77c7a536c9466fbce</url>
    <id>87fbcaa6229e9073095fb8d77c7a536c9466fbce</id>
    <committed-date>2008-07-03T17:31:39-07:00</committed-date>
    <authored-date>2008-06-28T17:41:12-07:00</authored-date>
    <message>Add :tokenizer option to validates_length_of. [#507 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>93ad434fdfc2be549da65ad4d167b5d9c4859802</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>1a478923dc909bf7b6aea4f2ad49cbeee6dea259</id>
      </parent>
    </parents>
    <author>
      <name>miloops</name>
      <email>miloops@gmail.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/570f5aad663fa3113772cf56306862829babc739</url>
    <id>570f5aad663fa3113772cf56306862829babc739</id>
    <committed-date>2008-07-03T17:06:22-07:00</committed-date>
    <authored-date>2008-07-01T07:08:25-07:00</authored-date>
    <message>Allow date helpers to ignore date hidden field tags. [#503 state:resolved]

Signed-off-by: Pratik Naik &lt;pratiknaik@gmail.com&gt;</message>
    <tree>fd97d993462725d336500c094450866e1bfb6761</tree>
    <committer>
      <name>Pratik Naik</name>
      <email>pratiknaik@gmail.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>8a442e0d57fabedcaf3ded836cfc12f7067ead68</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/1a478923dc909bf7b6aea4f2ad49cbeee6dea259</url>
    <id>1a478923dc909bf7b6aea4f2ad49cbeee6dea259</id>
    <committed-date>2008-07-03T12:01:45-07:00</committed-date>
    <authored-date>2008-07-03T12:01:45-07:00</authored-date>
    <message>Reduce the number of callsites for new TemplateFiles</message>
    <tree>44cf634937e470352b6eafde6d0169ab0b5fbf96</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>7d5c8505f528f195433693d5074a00f7635955b2</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/8a442e0d57fabedcaf3ded836cfc12f7067ead68</url>
    <id>8a442e0d57fabedcaf3ded836cfc12f7067ead68</id>
    <committed-date>2008-07-03T11:06:00-07:00</committed-date>
    <authored-date>2008-07-03T11:06:00-07:00</authored-date>
    <message>Extracted Template rendering logic into Renderer module</message>
    <tree>3ab64f7ec0bda906882531af8a76a54ef83ae282</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>b6f89a8bf59a0e6227c054d0be49baedf7b9f530</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/7d5c8505f528f195433693d5074a00f7635955b2</url>
    <id>7d5c8505f528f195433693d5074a00f7635955b2</id>
    <committed-date>2008-07-03T10:50:43-07:00</committed-date>
    <authored-date>2008-07-03T10:50:43-07:00</authored-date>
    <message>Use render on InlineTemplate</message>
    <tree>179542b9f7f368e52c74e4a7645c689b5fc4e642</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>42d215a925a228778e43f7040f03ad8f3eb5341c</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/b6f89a8bf59a0e6227c054d0be49baedf7b9f530</url>
    <id>b6f89a8bf59a0e6227c054d0be49baedf7b9f530</id>
    <committed-date>2008-07-03T10:49:54-07:00</committed-date>
    <authored-date>2008-07-03T10:49:54-07:00</authored-date>
    <message>Don't rely on view instance logger</message>
    <tree>a46edc5c531bdfc7203918a7c15b953f42b77f9b</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
  <commit>
    <parents type="array">
      <parent>
        <id>75e04b52956512d554c83e0134a81c980c15b4fa</id>
      </parent>
    </parents>
    <author>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </author>
    <url>http://github.com/rails/rails/commit/42d215a925a228778e43f7040f03ad8f3eb5341c</url>
    <id>42d215a925a228778e43f7040f03ad8f3eb5341c</id>
    <committed-date>2008-07-03T10:48:00-07:00</committed-date>
    <authored-date>2008-07-03T10:48:00-07:00</authored-date>
    <message>Moved TemplateHandlers to Base</message>
    <tree>3fc10bd3dcad49eeb04ab70128fb1c062f5ca0de</tree>
    <committer>
      <name>Joshua Peek</name>
      <email>josh@joshpeek.com</email>
    </committer>
  </commit>
</commits>
