<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -45,7 +45,6 @@ BASE_DIRS = %w(
   config/environments
   config/initializers
   config/locales
-  components
   db
   doc
   log</diff>
      <filename>railties/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -624,7 +624,7 @@ Run `rake gems:install` to install the missing gems.
     attr_accessor :cache_classes
 
     # The list of paths that should be searched for controllers. (Defaults
-    # to &lt;tt&gt;app/controllers&lt;/tt&gt; and &lt;tt&gt;components&lt;/tt&gt;.)
+    # to &lt;tt&gt;app/controllers&lt;/tt&gt;.)
     attr_accessor :controller_paths
 
     # The path to the database configuration file to use. (Defaults to
@@ -912,9 +912,6 @@ Run `rake gems:install` to install the missing gems.
         # Add the app's controller directory
         paths.concat(Dir[&quot;#{root_path}/app/controllers/&quot;])
 
-        # Then components subdirectories.
-        paths.concat(Dir[&quot;#{root_path}/components/[_a-z]*&quot;])
-
         # Followed by the standard includes.
         paths.concat %w(
           app
@@ -922,7 +919,6 @@ Run `rake gems:install` to install the missing gems.
           app/controllers
           app/helpers
           app/services
-          components
           config
           lib
           vendor</diff>
      <filename>railties/lib/initializer.rb</filename>
    </modified>
    <modified>
      <diff>@@ -4,7 +4,6 @@ STATS_DIRECTORIES = [
   %w(Models             app/models),
   %w(Libraries          lib/),
   %w(APIs               app/apis),
-  %w(Components         components),
   %w(Integration\ tests test/integration),
   %w(Functional\ tests  test/functional),
   %w(Unit\ tests        test/unit)</diff>
      <filename>railties/lib/tasks/statistics.rake</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a5870d43e3aac4ae02a650d0112b305c6a3d9114</id>
    </parent>
  </parents>
  <author>
    <name>Jeremy Kemper</name>
    <login>jeremy</login>
    <email>jeremy@bitsweat.net</email>
  </author>
  <url>http://github.com/rails/rails/commit/36dcfcf126b7e7ba33ebe0d7148c9023e7494464</url>
  <id>36dcfcf126b7e7ba33ebe0d7148c9023e7494464</id>
  <committed-date>2008-11-24T18:48:00-08:00</committed-date>
  <authored-date>2008-11-24T18:48:00-08:00</authored-date>
  <message>Really remove components.</message>
  <tree>3968994242766ebd449bc7ffc8cd5e43c2ca020d</tree>
  <committer>
    <name>Jeremy Kemper</name>
    <login>jeremy</login>
    <email>jeremy@bitsweat.net</email>
  </committer>
</commit>
