<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,7 @@
 *2.3.0 [Edge]*
 
+* Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
+
 * Changed Rails.root to return a Pathname object (allows for Rails.root.join('app', 'controllers') =&gt; &quot;#{RAILS_ROOT}/app/controllers&quot;) #1482 [Damian Janowski/?]
 
 * Added view path support for engines [DHH]</diff>
      <filename>railties/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -53,7 +53,6 @@ BASE_DIRS = %w(
   public
   script
   script/performance
-  script/process
   test
   vendor
   vendor/plugins
@@ -71,7 +70,7 @@ LOG_FILES    = %w( server.log development.log test.log production.log )
 HTML_FILES   = %w( 422.html 404.html 500.html index.html robots.txt favicon.ico images/rails.png
                    javascripts/prototype.js javascripts/application.js
                    javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js )
-BIN_FILES    = %w( about console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/inspector runner server plugin )
+BIN_FILES    = %w( about console destroy generate performance/benchmarker performance/profiler runner server plugin )
 
 VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport activeresource railties )
 
@@ -174,9 +173,6 @@ task :copy_dispatches do
 
   copy_with_rewritten_ruby_path(&quot;dispatches/dispatch.fcgi&quot;, &quot;#{PKG_DESTINATION}/public/dispatch.fcgi&quot;)
   chmod 0755, &quot;#{PKG_DESTINATION}/public/dispatch.fcgi&quot;
-
-  # copy_with_rewritten_ruby_path(&quot;dispatches/gateway.cgi&quot;, &quot;#{PKG_DESTINATION}/public/gateway.cgi&quot;)
-  # chmod 0755, &quot;#{PKG_DESTINATION}/public/gateway.cgi&quot;
 end
 
 task :copy_html_files do</diff>
      <filename>railties/Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -85,7 +85,6 @@ class AppGenerator &lt; Rails::Generator::Base
         public/javascripts
         public/stylesheets
         script/performance
-        script/process
         test/fixtures
         test/functional
         test/integration
@@ -139,8 +138,8 @@ class AppGenerator &lt; Rails::Generator::Base
     
     def create_script_files(m)
       %w( 
-        about console dbconsole destroy generate performance/benchmarker performance/profiler
-        performance/request process/reaper process/spawner process/inspector runner server plugin 
+        about console dbconsole destroy generate runner server plugin
+        performance/benchmarker performance/profiler performance/request
       ).each do |file|
         m.file &quot;bin/#{file}&quot;, &quot;script/#{file}&quot;, { 
           :chmod =&gt; 0755, </diff>
      <filename>railties/lib/rails_generator/generators/applications/app/app_generator.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>railties/bin/process/inspector</filename>
    </removed>
    <removed>
      <filename>railties/bin/process/reaper</filename>
    </removed>
    <removed>
      <filename>railties/bin/process/spawner</filename>
    </removed>
    <removed>
      <filename>railties/lib/commands/process/inspector.rb</filename>
    </removed>
    <removed>
      <filename>railties/lib/commands/process/reaper.rb</filename>
    </removed>
    <removed>
      <filename>railties/lib/commands/process/spawner.rb</filename>
    </removed>
    <removed>
      <filename>railties/lib/commands/process/spinner.rb</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>be140e8c6be966349c6fa35a87f84d5a73995b9a</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/rails/rails/commit/3b3c0507e2f67a0f64dc04b396c1d13411ab5890</url>
  <id>3b3c0507e2f67a0f64dc04b396c1d13411ab5890</id>
  <committed-date>2008-11-30T14:23:20-08:00</committed-date>
  <authored-date>2008-11-30T14:23:20-08:00</authored-date>
  <message>Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]</message>
  <tree>da78977ec6a75364f9272c9d5a5cb19f02d3f3ed</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
