Skip to content

Commit 3b3c050

Browse files
author
David Heinemeier Hansson
committed
Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
1 parent be140e8 commit 3b3c050

File tree

10 files changed

+5
-510
lines changed

10 files changed

+5
-510
lines changed

railties/CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
*2.3.0 [Edge]*
22

3+
* Extracted the process scripts (inspector, reaper, spawner) into the plugin irs_process_scripts [DHH]
4+
35
* Changed Rails.root to return a Pathname object (allows for Rails.root.join('app', 'controllers') => "#{RAILS_ROOT}/app/controllers") #1482 [Damian Janowski/?]
46

57
* Added view path support for engines [DHH]

railties/Rakefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ BASE_DIRS = %w(
5353
public
5454
script
5555
script/performance
56-
script/process
5756
test
5857
vendor
5958
vendor/plugins
@@ -71,7 +70,7 @@ LOG_FILES = %w( server.log development.log test.log production.log )
7170
HTML_FILES = %w( 422.html 404.html 500.html index.html robots.txt favicon.ico images/rails.png
7271
javascripts/prototype.js javascripts/application.js
7372
javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js )
74-
BIN_FILES = %w( about console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/inspector runner server plugin )
73+
BIN_FILES = %w( about console destroy generate performance/benchmarker performance/profiler runner server plugin )
7574

7675
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport activeresource railties )
7776

@@ -174,9 +173,6 @@ task :copy_dispatches do
174173

175174
copy_with_rewritten_ruby_path("dispatches/dispatch.fcgi", "#{PKG_DESTINATION}/public/dispatch.fcgi")
176175
chmod 0755, "#{PKG_DESTINATION}/public/dispatch.fcgi"
177-
178-
# copy_with_rewritten_ruby_path("dispatches/gateway.cgi", "#{PKG_DESTINATION}/public/gateway.cgi")
179-
# chmod 0755, "#{PKG_DESTINATION}/public/gateway.cgi"
180176
end
181177

182178
task :copy_html_files do

railties/bin/process/inspector

Lines changed: 0 additions & 3 deletions
This file was deleted.

railties/bin/process/reaper

Lines changed: 0 additions & 3 deletions
This file was deleted.

railties/bin/process/spawner

Lines changed: 0 additions & 3 deletions
This file was deleted.

railties/lib/commands/process/inspector.rb

Lines changed: 0 additions & 68 deletions
This file was deleted.

railties/lib/commands/process/reaper.rb

Lines changed: 0 additions & 149 deletions
This file was deleted.

0 commit comments

Comments
 (0)