<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -263,13 +263,12 @@ module ActionController
         end
         
       protected
-        
         def safe_load_paths #:nodoc:
           if defined?(RAILS_ROOT)
             $LOAD_PATH.select do |base|
               base = File.expand_path(base)
               extended_root = File.expand_path(RAILS_ROOT)
-              base[0, extended_root.length] == extended_root
+              base[0, extended_root.length] == extended_root || base =~ %r{rails-[\d.]+/builtin}
             end
           else
             $LOAD_PATH</diff>
      <filename>actionpack/lib/action_controller/routing.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bd01d408a641c0ab3aec440dc26077abfeba164f</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/14f11a73ed8cd50fa9075e3f068feaf3b89686ba</url>
  <id>14f11a73ed8cd50fa9075e3f068feaf3b89686ba</id>
  <committed-date>2006-06-29T20:15:42-07:00</committed-date>
  <authored-date>2006-06-29T20:15:42-07:00</authored-date>
  <message>Allow Rails controllers in too

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