<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 *SVN*
 
+* Fixed that cached template loading would still check the file system to see if the file existed #258 [Andreas Schwarz]
+
 * Added options to tailor header tag, div id, and div class on ActiveRecordHelper#error_messages_for [josh]
 
 * Added graceful handling of non-alphanumeric names and misplaced brackets in input parameters [bitsweat]</diff>
      <filename>actionpack/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -238,7 +238,8 @@ module ActionView #:nodoc:
       end
 
       def template_exists?(template_path, extension)
-        FileTest.exists?(full_template_path(template_path, extension))
+        (cache_template_loading &amp;&amp; @@loaded_templates.has_key?(template_path)) ||
+          FileTest.exists?(full_template_path(template_path, extension))
       end
 
       def read_template_file(template_path)</diff>
      <filename>actionpack/lib/action_view/base.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9a248a83b5b129ed589f8d829b6ce7316bc1a272</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/josh/rails/commit/6cc961555d723e23a8a932398fe2aa2073cb8d6e</url>
  <id>6cc961555d723e23a8a932398fe2aa2073cb8d6e</id>
  <committed-date>2004-12-01T08:10:40-08:00</committed-date>
  <authored-date>2004-12-01T08:10:40-08:00</authored-date>
  <message>Fixed that cached template loading would still check the file system to see if the file existed #258 [Andreas Schwarz]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@43 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
  <tree>1e6110974eb76c089d85b945afdac410e580b840</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
