passenger 2.2.4 → 2.2.5
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/NEWS +137 -0
- data/Rakefile +101 -19
- data/bin/passenger-install-nginx-module +10 -3
- data/bin/passenger-make-enterprisey +1 -1
- data/doc/Users guide Apache.html +227 -92
- data/doc/Users guide Apache.txt +169 -75
- data/doc/Users guide Nginx.html +1 -1
- data/doc/cxxapi/Bucket_8h-source.html +1 -1
- data/doc/cxxapi/Configuration_8h-source.html +373 -338
- data/doc/cxxapi/DirectoryMapper_8h-source.html +1 -1
- data/doc/cxxapi/Hooks_8h-source.html +1 -1
- data/doc/cxxapi/annotated.html +1 -1
- data/doc/cxxapi/classHooks-members.html +1 -1
- data/doc/cxxapi/classHooks.html +2 -2
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +1 -1
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +1 -1
- data/doc/cxxapi/classes.html +1 -1
- data/doc/cxxapi/definitions_8h-source.html +1 -1
- data/doc/cxxapi/files.html +1 -1
- data/doc/cxxapi/functions.html +1 -1
- data/doc/cxxapi/functions_func.html +1 -1
- data/doc/cxxapi/graph_legend.html +1 -1
- data/doc/cxxapi/group__Configuration.html +1 -1
- data/doc/cxxapi/group__Core.html +1 -1
- data/doc/cxxapi/group__Hooks.html +1 -1
- data/doc/cxxapi/group__Support.html +1 -1
- data/doc/cxxapi/main.html +1 -1
- data/doc/cxxapi/modules.html +1 -1
- data/doc/rdoc/classes/ConditionVariable.html +59 -59
- data/doc/rdoc/classes/Exception.html +11 -11
- data/doc/rdoc/classes/GC.html +4 -4
- data/doc/rdoc/classes/IO.html +14 -14
- data/doc/rdoc/classes/PhusionPassenger.html +1 -1
- data/doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html +8 -8
- data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +136 -136
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer.html +254 -254
- data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +61 -61
- data/doc/rdoc/classes/PhusionPassenger/AppInitError.html +4 -4
- data/doc/rdoc/classes/PhusionPassenger/Application.html +14 -14
- data/doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html +12 -12
- data/doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html +4 -4
- data/doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html +12 -12
- data/doc/rdoc/classes/PhusionPassenger/InitializationError.html +5 -5
- data/doc/rdoc/classes/PhusionPassenger/MessageChannel.html +139 -139
- data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +61 -56
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html +3 -3
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html +7 -7
- data/doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html +15 -15
- data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +119 -119
- data/doc/rdoc/classes/PhusionPassenger/UnknownError.html +4 -4
- data/doc/rdoc/classes/PhusionPassenger/Utils.html +310 -312
- data/doc/rdoc/classes/PhusionPassenger/Utils/PseudoIO.html +169 -0
- data/doc/rdoc/classes/PhusionPassenger/VersionNotFound.html +4 -4
- data/doc/rdoc/classes/PlatformInfo.html +165 -164
- data/doc/rdoc/classes/Signal.html +23 -23
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/ext/phusion_passenger/native_support_c.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html +26 -28
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html +26 -28
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/constants_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html +26 -28
- data/doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +26 -28
- data/doc/rdoc/files/lib/phusion_passenger/railz/application_spawner_rb.html +1 -2
- data/doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html +26 -28
- data/doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html +26 -28
- data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +34 -36
- data/doc/rdoc/fr_class_index.html +1 -0
- data/doc/rdoc/fr_method_index.html +72 -68
- data/ext/apache2/Configuration.cpp +69 -15
- data/ext/apache2/Configuration.h +37 -2
- data/ext/apache2/Hooks.cpp +167 -59
- data/ext/common/ApplicationPoolServerExecutable.cpp +1 -1
- data/ext/common/MessageChannel.h +4 -4
- data/ext/common/StandardApplicationPool.h +1 -1
- data/ext/common/Timer.h +2 -0
- data/ext/common/Version.h +1 -1
- data/ext/nginx/Configuration.c +3 -3
- data/ext/nginx/ContentHandler.c +16 -4
- data/ext/nginx/HelperServer.cpp +1 -1
- data/ext/oxt/system_calls.cpp +6 -1
- data/ext/oxt/thread.hpp +17 -2
- data/ext/phusion_passenger/native_support.c +4 -4
- data/lib/phusion_passenger/abstract_request_handler.rb +3 -3
- data/lib/phusion_passenger/abstract_server.rb +1 -0
- data/lib/phusion_passenger/constants.rb +1 -1
- data/lib/phusion_passenger/message_channel.rb +1 -0
- data/lib/phusion_passenger/platform_info.rb +3 -2
- data/lib/phusion_passenger/rack/request_handler.rb +11 -7
- data/lib/phusion_passenger/railz/application_spawner.rb +7 -4
- data/lib/phusion_passenger/railz/request_handler.rb +1 -0
- data/lib/phusion_passenger/spawn_manager.rb +1 -0
- data/lib/phusion_passenger/utils.rb +38 -20
- data/test/integration_tests/apache2_tests.rb +162 -100
- data/test/integration_tests/mycook_spec.rb +63 -62
- data/test/integration_tests/nginx_tests.rb +12 -5
- data/test/ruby/utils_spec.rb +98 -14
- data/test/stub/apache2/httpd.conf.erb +2 -1
- data/test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb +8 -0
- data/test/support/apache2_controller.rb +5 -1
- data/test/support/test_helper.rb +42 -13
- metadata +7 -137
@@ -38,10 +38,11 @@ describe "Phusion Passenger for Nginx" do
|
|
38
38
|
|
39
39
|
describe "MyCook(tm) beta running a root URI" do
|
40
40
|
before :all do
|
41
|
-
@server = "http://passenger.test:#{@nginx.port}"
|
41
|
+
@server = "http://1.passenger.test:#{@nginx.port}"
|
42
|
+
@base_uri = ""
|
42
43
|
@stub = setup_rails_stub('mycook')
|
43
44
|
@nginx.add_server do |server|
|
44
|
-
server[:server_name] = "passenger.test"
|
45
|
+
server[:server_name] = "1.passenger.test"
|
45
46
|
server[:root] = File.expand_path("#{@stub.app_root}/public")
|
46
47
|
end
|
47
48
|
@nginx.start
|
@@ -51,11 +52,16 @@ describe "Phusion Passenger for Nginx" do
|
|
51
52
|
@stub.destroy
|
52
53
|
end
|
53
54
|
|
55
|
+
before :each do
|
56
|
+
@stub.reset
|
57
|
+
end
|
58
|
+
|
54
59
|
it_should_behave_like "MyCook(tm) beta"
|
55
60
|
end
|
56
61
|
|
57
62
|
describe "MyCook(tm) beta running in a sub-URI" do
|
58
63
|
before :all do
|
64
|
+
@base_uri = "/mycook"
|
59
65
|
@stub = setup_rails_stub('mycook')
|
60
66
|
FileUtils.rm_rf('tmp.webdir')
|
61
67
|
FileUtils.mkdir_p('tmp.webdir')
|
@@ -63,7 +69,7 @@ describe "Phusion Passenger for Nginx" do
|
|
63
69
|
FileUtils.ln_sf(File.expand_path(@stub.app_root) + "/public", 'tmp.webdir/mycook')
|
64
70
|
|
65
71
|
@nginx.add_server do |server|
|
66
|
-
server[:server_name] = "passenger.test"
|
72
|
+
server[:server_name] = "1.passenger.test"
|
67
73
|
server[:root] = File.expand_path("tmp.webdir")
|
68
74
|
server[:passenger_base_uri] = "/mycook"
|
69
75
|
end
|
@@ -76,13 +82,14 @@ describe "Phusion Passenger for Nginx" do
|
|
76
82
|
end
|
77
83
|
|
78
84
|
before :each do
|
79
|
-
@server = "http://passenger.test:#{@nginx.port}/mycook"
|
85
|
+
@server = "http://1.passenger.test:#{@nginx.port}/mycook"
|
86
|
+
@stub.reset
|
80
87
|
end
|
81
88
|
|
82
89
|
it_should_behave_like "MyCook(tm) beta"
|
83
90
|
|
84
91
|
it "does not interfere with the root website" do
|
85
|
-
@server = "http://passenger.test:#{@nginx.port}"
|
92
|
+
@server = "http://1.passenger.test:#{@nginx.port}"
|
86
93
|
get('/').should =~ /Zed, you rock\!/
|
87
94
|
end
|
88
95
|
end
|
data/test/ruby/utils_spec.rb
CHANGED
@@ -8,6 +8,59 @@ require 'phusion_passenger/utils'
|
|
8
8
|
|
9
9
|
include PhusionPassenger
|
10
10
|
|
11
|
+
shared_examples_for "a pseudo stderr created by #report_app_init_status" do
|
12
|
+
before :each do
|
13
|
+
@sink = StringIO.new
|
14
|
+
@temp_channel = MessageChannel.new(StringIO.new)
|
15
|
+
end
|
16
|
+
|
17
|
+
after :each do
|
18
|
+
File.unlink("output.tmp") rescue nil
|
19
|
+
end
|
20
|
+
|
21
|
+
it "redirects everything written to the pseudo STDERR/$stderr to the sink" do
|
22
|
+
report_app_init_status(@temp_channel, @sink) do
|
23
|
+
STDERR.puts "Something went wrong!"
|
24
|
+
$stderr.puts "Something went wrong again!"
|
25
|
+
raise StandardError, ":-(" if @raise_error
|
26
|
+
end
|
27
|
+
@sink.string.should =~ /Something went wrong!/
|
28
|
+
@sink.string.should =~ /Something went wrong again!/
|
29
|
+
end
|
30
|
+
|
31
|
+
it "redirects reopen operations on the pseudo stderr to the sink" do
|
32
|
+
@sink.should_receive(:reopen).with("output.tmp", "w")
|
33
|
+
report_app_init_status(@temp_channel, @sink) do
|
34
|
+
STDERR.reopen("output.tmp", "w")
|
35
|
+
raise StandardError, ":-(" if @raise_error
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
specify "after the function has finished, every operation on the old pseudo stderr object will still be redirected to the sink" do
|
40
|
+
pseudo_stderr = nil
|
41
|
+
report_app_init_status(@temp_channel, @sink) do
|
42
|
+
pseudo_stderr = STDERR
|
43
|
+
raise StandardError, ":-(" if @raise_error
|
44
|
+
end
|
45
|
+
|
46
|
+
pseudo_stderr.puts "hello world"
|
47
|
+
@sink.string.should =~ /hello world/
|
48
|
+
|
49
|
+
@sink.should_receive(:reopen).with("output.tmp", "w")
|
50
|
+
pseudo_stderr.reopen("output.tmp", "w")
|
51
|
+
end
|
52
|
+
|
53
|
+
specify "after the function has finished, every output operation on the old pseudo stderr object will not be buffered" do
|
54
|
+
pseudo_stderr = nil
|
55
|
+
report_app_init_status(@temp_channel, @sink) do
|
56
|
+
pseudo_stderr = STDERR
|
57
|
+
pseudo_stderr.instance_variable_get(:@buffer).should_not be_nil
|
58
|
+
raise StandardError, ":-(" if @raise_error
|
59
|
+
end
|
60
|
+
pseudo_stderr.instance_variable_get(:@buffer).should be_nil
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
11
64
|
describe Utils do
|
12
65
|
include Utils
|
13
66
|
|
@@ -76,13 +129,14 @@ describe Utils do
|
|
76
129
|
success.should be_false
|
77
130
|
end
|
78
131
|
|
79
|
-
it "reports all data written to stderr" do
|
132
|
+
it "reports all data written to STDERR and $stderr" do
|
80
133
|
a, b = IO.pipe
|
81
134
|
begin
|
82
135
|
pid = safe_fork('utils_spec') do
|
83
136
|
a.close
|
84
|
-
report_app_init_status(MessageChannel.new(b)) do
|
137
|
+
report_app_init_status(MessageChannel.new(b), nil) do
|
85
138
|
STDERR.puts "Something went wrong!"
|
139
|
+
$stderr.puts "Something went wrong again!"
|
86
140
|
exit
|
87
141
|
end
|
88
142
|
end
|
@@ -93,6 +147,7 @@ describe Utils do
|
|
93
147
|
violated "No exception raised"
|
94
148
|
rescue AppInitError => e
|
95
149
|
e.stderr.should =~ /Something went wrong!/
|
150
|
+
e.stderr.should =~ /Something went wrong again!/
|
96
151
|
end
|
97
152
|
ensure
|
98
153
|
a.close rescue nil
|
@@ -100,23 +155,52 @@ describe Utils do
|
|
100
155
|
end
|
101
156
|
end
|
102
157
|
|
103
|
-
it "
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
158
|
+
it "reports all data written to STDERR and $stderr even if it was reopened" do
|
159
|
+
a, b = IO.pipe
|
160
|
+
begin
|
161
|
+
pid = safe_fork('utils_spec') do
|
162
|
+
a.close
|
163
|
+
report_app_init_status(MessageChannel.new(b), nil) do
|
164
|
+
STDERR.puts "Something went wrong!"
|
165
|
+
STDERR.reopen("output.tmp", "w")
|
166
|
+
STDERR.puts "Something went wrong again!"
|
167
|
+
STDERR.flush
|
168
|
+
$stderr.puts "Something went wrong yet again!"
|
169
|
+
$stderr.flush
|
170
|
+
exit
|
171
|
+
end
|
172
|
+
end
|
173
|
+
b.close
|
174
|
+
|
175
|
+
begin
|
176
|
+
unmarshal_and_raise_errors(MessageChannel.new(a))
|
177
|
+
violated "No exception raised"
|
178
|
+
rescue AppInitError => e
|
179
|
+
e.stderr.should =~ /Something went wrong!/
|
180
|
+
e.stderr.should =~ /Something went wrong again!/
|
181
|
+
e.stderr.should =~ /Something went wrong yet again!/
|
182
|
+
end
|
183
|
+
|
184
|
+
file_contents = File.read("output.tmp")
|
185
|
+
file_contents.should =~ /Something went wrong again!/
|
186
|
+
file_contents.should =~ /Something went wrong yet again!/
|
187
|
+
ensure
|
188
|
+
a.close rescue nil
|
189
|
+
b.close rescue nil
|
190
|
+
File.unlink("output.tmp") rescue nil
|
108
191
|
end
|
109
|
-
|
110
|
-
stderr_buffer.string.should =~ /Something went wrong!/
|
111
192
|
end
|
112
193
|
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
STDERR.puts "Something went wrong!"
|
194
|
+
describe "if the block failed" do
|
195
|
+
before :each do
|
196
|
+
@raise_error = true
|
117
197
|
end
|
118
198
|
|
119
|
-
|
199
|
+
it_should_behave_like "a pseudo stderr created by #report_app_init_status"
|
200
|
+
end
|
201
|
+
|
202
|
+
describe "if the block succeeded" do
|
203
|
+
it_should_behave_like "a pseudo stderr created by #report_app_init_status"
|
120
204
|
end
|
121
205
|
end
|
122
206
|
|
@@ -33,6 +33,7 @@ PassengerRuby "<%= PlatformInfo::RUBY %>"
|
|
33
33
|
PassengerDefaultUser <%= CONFIG['lowest_user'] %>
|
34
34
|
RailsEnv production
|
35
35
|
RackEnv production
|
36
|
+
PassengerLogLevel 1
|
36
37
|
<% for line in @extra %>
|
37
38
|
<%= line %>
|
38
39
|
<% end %>
|
@@ -62,7 +63,7 @@ DocumentRoot "<%= @server_root %>"
|
|
62
63
|
|
63
64
|
LockFile <%= @server_root %>/httpd.lock
|
64
65
|
PidFile <%= @server_root %>/httpd.pid
|
65
|
-
ErrorLog <%= @passenger_root %>/test/
|
66
|
+
ErrorLog <%= @passenger_root %>/test/apache2.log
|
66
67
|
CustomLog <%= @server_root %>/access.log combined
|
67
68
|
|
68
69
|
<% if !vhosts.empty? %>
|
@@ -48,6 +48,14 @@ class WelcomeController < ApplicationController
|
|
48
48
|
end
|
49
49
|
render :text => text
|
50
50
|
end
|
51
|
+
|
52
|
+
def cgi_environment
|
53
|
+
text = ""
|
54
|
+
request.headers.each_pair do |key, value|
|
55
|
+
text << "#{key} = #{value}\n"
|
56
|
+
end
|
57
|
+
render :text => text
|
58
|
+
end
|
51
59
|
|
52
60
|
def request_uri
|
53
61
|
render :text => request.request_uri
|
@@ -178,8 +178,12 @@ class Apache2Controller
|
|
178
178
|
end
|
179
179
|
|
180
180
|
# Define a virtual host configuration block for the Apache configuration
|
181
|
-
# file.
|
181
|
+
# file. If there was already a vhost definition with the same domain name,
|
182
|
+
# then it will be overwritten.
|
183
|
+
#
|
184
|
+
# The given document root will be created if it doesn't exist.
|
182
185
|
def set_vhost(domain, document_root)
|
186
|
+
FileUtils.mkdir_p(document_root)
|
183
187
|
vhost = VHost.new(domain, document_root)
|
184
188
|
if block_given?
|
185
189
|
yield vhost
|
data/test/support/test_helper.rb
CHANGED
@@ -16,6 +16,25 @@ module TestHelper
|
|
16
16
|
def initialize(name, app_root)
|
17
17
|
@name = name
|
18
18
|
@app_root = app_root
|
19
|
+
FileUtils.rm_rf(app_root)
|
20
|
+
FileUtils.mkdir_p(app_root)
|
21
|
+
copy_stub_contents
|
22
|
+
system("chmod", "-R", "a+rw", app_root)
|
23
|
+
end
|
24
|
+
|
25
|
+
def reset
|
26
|
+
files = Dir["#{@app_root}/*"]
|
27
|
+
files |= Dir["#{@app_root}/.*"]
|
28
|
+
files.delete("#{@app_root}/.")
|
29
|
+
files.delete("#{@app_root}/..")
|
30
|
+
FileUtils.rm_rf(files)
|
31
|
+
copy_stub_contents
|
32
|
+
system("chmod", "-R", "a+rw", app_root)
|
33
|
+
end
|
34
|
+
|
35
|
+
def move(new_app_root)
|
36
|
+
File.rename(@app_root, new_app_root)
|
37
|
+
@app_root = new_app_root
|
19
38
|
end
|
20
39
|
|
21
40
|
def destroy
|
@@ -25,13 +44,14 @@ module TestHelper
|
|
25
44
|
def public_file(name)
|
26
45
|
return File.read("#{@app_root}/public/#{name}")
|
27
46
|
end
|
47
|
+
|
48
|
+
private
|
49
|
+
def copy_stub_contents
|
50
|
+
FileUtils.cp_r("stub/#{@name}/.", @app_root)
|
51
|
+
end
|
28
52
|
end
|
29
53
|
|
30
54
|
def setup_stub(name, dir = STUB_TEMP_DIR)
|
31
|
-
FileUtils.rm_rf(dir)
|
32
|
-
FileUtils.mkdir_p(dir)
|
33
|
-
FileUtils.cp_r("stub/#{name}/.", dir)
|
34
|
-
system("chmod", "-R", "a+rw", dir)
|
35
55
|
return Stub.new(name, dir)
|
36
56
|
end
|
37
57
|
|
@@ -44,6 +64,10 @@ module TestHelper
|
|
44
64
|
end
|
45
65
|
|
46
66
|
class RailsStub < Stub
|
67
|
+
def initialize(name, app_root)
|
68
|
+
super("rails_apps/#{name}", app_root)
|
69
|
+
end
|
70
|
+
|
47
71
|
def environment_rb
|
48
72
|
return "#{@app_root}/config/environment.rb"
|
49
73
|
end
|
@@ -56,14 +80,15 @@ module TestHelper
|
|
56
80
|
def dont_use_vendor_rails
|
57
81
|
FileUtils.rm_rf("#{@app_root}/vendor/rails")
|
58
82
|
end
|
83
|
+
|
84
|
+
private
|
85
|
+
def copy_stub_contents
|
86
|
+
super
|
87
|
+
FileUtils.mkdir_p("#{@app_root}/log")
|
88
|
+
end
|
59
89
|
end
|
60
90
|
|
61
91
|
def setup_rails_stub(name, dir = STUB_TEMP_DIR)
|
62
|
-
FileUtils.rm_rf(dir)
|
63
|
-
FileUtils.mkdir_p(dir)
|
64
|
-
FileUtils.cp_r("stub/rails_apps/#{name}/.", dir)
|
65
|
-
FileUtils.mkdir_p("#{dir}/log")
|
66
|
-
system("chmod", "-R", "a+rw", dir)
|
67
92
|
return RailsStub.new(name, dir)
|
68
93
|
end
|
69
94
|
|
@@ -119,6 +144,7 @@ module TestHelper
|
|
119
144
|
def check_hosts_configuration
|
120
145
|
begin
|
121
146
|
ok = Resolv.getaddress("passenger.test") == "127.0.0.1"
|
147
|
+
ok = ok && Resolv.getaddress("1.passenger.test") == "127.0.0.1"
|
122
148
|
rescue Resolv::ResolvError, ArgumentError
|
123
149
|
# There's a bug in Ruby 1.8.6-p287's resolv.rb library, which causes
|
124
150
|
# an ArgumentError to be raised instead of ResolvError when resolving
|
@@ -129,10 +155,13 @@ module TestHelper
|
|
129
155
|
message = "To run the integration test, you must update " <<
|
130
156
|
"your hosts file.\n" <<
|
131
157
|
"Please add these to your /etc/hosts:\n\n" <<
|
132
|
-
"
|
133
|
-
"
|
134
|
-
"
|
135
|
-
"
|
158
|
+
"127.0.0.1 passenger.test\n" <<
|
159
|
+
"127.0.0.1 mycook.passenger.test\n" <<
|
160
|
+
"127.0.0.1 zsfa.passenger.test\n" <<
|
161
|
+
"127.0.0.1 norails.passenger.test\n" <<
|
162
|
+
"127.0.0.1 1.passenger.test 2.passenger.test 3.passenger.test\n" <<
|
163
|
+
"127.0.0.1 4.passenger.test 5.passenger.test 6.passenger.test\n" <<
|
164
|
+
"127.0.0.1 7.passenger.test 8.passenger.test 9.passenger.test\n"
|
136
165
|
if RUBY_PLATFORM =~ /darwin/
|
137
166
|
message << "\n\nThen run:\n\n" <<
|
138
167
|
" lookupd -flushcache (OS X Tiger)\n\n" <<
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passenger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Phusion - http://www.phusion.nl/
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-09-01 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -81,7 +81,6 @@ files:
|
|
81
81
|
- lib/phusion_passenger/utils.rb
|
82
82
|
- lib/phusion_passenger/wsgi/application_spawner.rb
|
83
83
|
- lib/phusion_passenger/wsgi/request_handler.py
|
84
|
-
- lib/phusion_passenger/templates/apache2
|
85
84
|
- lib/phusion_passenger/templates/app_exited_during_initialization.html.erb
|
86
85
|
- lib/phusion_passenger/templates/app_init_error.html.erb
|
87
86
|
- lib/phusion_passenger/templates/database_error.html.erb
|
@@ -91,7 +90,6 @@ files:
|
|
91
90
|
- lib/phusion_passenger/templates/general_error.html.erb
|
92
91
|
- lib/phusion_passenger/templates/invalid_app_root.html.erb
|
93
92
|
- lib/phusion_passenger/templates/load_error.html.erb
|
94
|
-
- lib/phusion_passenger/templates/nginx
|
95
93
|
- lib/phusion_passenger/templates/version_not_found.html.erb
|
96
94
|
- lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb
|
97
95
|
- lib/phusion_passenger/templates/apache2/config_snippets.txt.erb
|
@@ -124,19 +122,14 @@ files:
|
|
124
122
|
- doc/ApplicationPool algorithm.txt
|
125
123
|
- doc/Architectural overview.html
|
126
124
|
- doc/Architectural overview.txt
|
127
|
-
- doc/cxxapi
|
128
125
|
- doc/definitions.h
|
129
126
|
- doc/Doxyfile
|
130
|
-
- doc/images
|
131
|
-
- doc/rdoc
|
132
127
|
- doc/Security of user switching support.html
|
133
128
|
- doc/Security of user switching support.txt
|
134
|
-
- doc/template
|
135
129
|
- doc/Users guide Apache.html
|
136
130
|
- doc/Users guide Apache.txt
|
137
131
|
- doc/Users guide Nginx.html
|
138
132
|
- doc/Users guide Nginx.txt
|
139
|
-
- doc/users_guide_snippets
|
140
133
|
- doc/cxxapi/annotated.html
|
141
134
|
- doc/cxxapi/Application_8h-source.html
|
142
135
|
- doc/cxxapi/ApplicationPool_8h-source.html
|
@@ -335,7 +328,6 @@ files:
|
|
335
328
|
- doc/images/by_sa.png
|
336
329
|
- doc/images/conservative_spawning.png
|
337
330
|
- doc/images/conservative_spawning.svg
|
338
|
-
- doc/images/icons
|
339
331
|
- doc/images/passenger_architecture.png
|
340
332
|
- doc/images/passenger_architecture.svg
|
341
333
|
- doc/images/phusion_banner.png
|
@@ -345,9 +337,7 @@ files:
|
|
345
337
|
- doc/images/spawn_server_architecture.svg
|
346
338
|
- doc/images/typical_isolated_web_application.png
|
347
339
|
- doc/images/typical_isolated_web_application.svg
|
348
|
-
- doc/rdoc/classes
|
349
340
|
- doc/rdoc/created.rid
|
350
|
-
- doc/rdoc/files
|
351
341
|
- doc/rdoc/fr_class_index.html
|
352
342
|
- doc/rdoc/fr_file_index.html
|
353
343
|
- doc/rdoc/fr_method_index.html
|
@@ -362,7 +352,6 @@ files:
|
|
362
352
|
- doc/users_guide_snippets/rackup_specifications.txt
|
363
353
|
- doc/users_guide_snippets/rails_spawn_method.txt
|
364
354
|
- doc/users_guide_snippets/tips.txt
|
365
|
-
- doc/images/icons/callouts
|
366
355
|
- doc/images/icons/caution.png
|
367
356
|
- doc/images/icons/example.png
|
368
357
|
- doc/images/icons/home.png
|
@@ -378,15 +367,11 @@ files:
|
|
378
367
|
- doc/rdoc/classes/Exception.html
|
379
368
|
- doc/rdoc/classes/GC.html
|
380
369
|
- doc/rdoc/classes/IO.html
|
381
|
-
- doc/rdoc/classes/PhusionPassenger
|
382
370
|
- doc/rdoc/classes/PhusionPassenger.html
|
383
371
|
- doc/rdoc/classes/PlatformInfo.html
|
384
372
|
- doc/rdoc/classes/RakeExtensions.html
|
385
373
|
- doc/rdoc/classes/Signal.html
|
386
374
|
- doc/rdoc/files/DEVELOPERS_TXT.html
|
387
|
-
- doc/rdoc/files/ext
|
388
|
-
- doc/rdoc/files/lib
|
389
|
-
- doc/rdoc/files/misc
|
390
375
|
- doc/rdoc/files/README.html
|
391
376
|
- doc/images/icons/callouts/1.png
|
392
377
|
- doc/images/icons/callouts/10.png
|
@@ -405,10 +390,8 @@ files:
|
|
405
390
|
- doc/images/icons/callouts/9.png
|
406
391
|
- doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html
|
407
392
|
- doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html
|
408
|
-
- doc/rdoc/classes/PhusionPassenger/AbstractServer
|
409
393
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer.html
|
410
394
|
- doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html
|
411
|
-
- doc/rdoc/classes/PhusionPassenger/AdminTools
|
412
395
|
- doc/rdoc/classes/PhusionPassenger/AdminTools.html
|
413
396
|
- doc/rdoc/classes/PhusionPassenger/AppInitError.html
|
414
397
|
- doc/rdoc/classes/PhusionPassenger/Application.html
|
@@ -419,40 +402,31 @@ files:
|
|
419
402
|
- doc/rdoc/classes/PhusionPassenger/InvalidPath.html
|
420
403
|
- doc/rdoc/classes/PhusionPassenger/MessageChannel.html
|
421
404
|
- doc/rdoc/classes/PhusionPassenger/NativeSupport.html
|
422
|
-
- doc/rdoc/classes/PhusionPassenger/Rack
|
423
405
|
- doc/rdoc/classes/PhusionPassenger/Rack.html
|
424
|
-
- doc/rdoc/classes/PhusionPassenger/Railz
|
425
406
|
- doc/rdoc/classes/PhusionPassenger/Railz.html
|
426
407
|
- doc/rdoc/classes/PhusionPassenger/SpawnManager.html
|
427
408
|
- doc/rdoc/classes/PhusionPassenger/UnknownError.html
|
428
409
|
- doc/rdoc/classes/PhusionPassenger/Utils.html
|
429
410
|
- doc/rdoc/classes/PhusionPassenger/VersionNotFound.html
|
430
|
-
- doc/rdoc/classes/PhusionPassenger/WSGI
|
431
411
|
- doc/rdoc/classes/PhusionPassenger/WSGI.html
|
432
|
-
- doc/rdoc/files/ext/phusion_passenger
|
433
|
-
- doc/rdoc/files/lib/phusion_passenger
|
434
|
-
- doc/rdoc/files/misc/rake
|
435
412
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerAlreadyStarted.html
|
436
413
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerError.html
|
437
414
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerNotStarted.html
|
438
415
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer/UnknownMessage.html
|
439
|
-
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess
|
440
416
|
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html
|
441
417
|
- doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html
|
442
418
|
- doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html
|
443
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner
|
444
419
|
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html
|
445
420
|
- doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html
|
446
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner
|
447
421
|
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html
|
448
422
|
- doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html
|
423
|
+
- doc/rdoc/classes/PhusionPassenger/Utils/PseudoIO.html
|
449
424
|
- doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html
|
450
425
|
- doc/rdoc/files/ext/phusion_passenger/native_support_c.html
|
451
426
|
- doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html
|
452
427
|
- doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html
|
453
428
|
- doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html
|
454
429
|
- doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html
|
455
|
-
- doc/rdoc/files/lib/phusion_passenger/admin_tools
|
456
430
|
- doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html
|
457
431
|
- doc/rdoc/files/lib/phusion_passenger/application_rb.html
|
458
432
|
- doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html
|
@@ -464,12 +438,9 @@ files:
|
|
464
438
|
- doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html
|
465
439
|
- doc/rdoc/files/lib/phusion_passenger/packaging_rb.html
|
466
440
|
- doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html
|
467
|
-
- doc/rdoc/files/lib/phusion_passenger/rack
|
468
|
-
- doc/rdoc/files/lib/phusion_passenger/railz
|
469
441
|
- doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html
|
470
442
|
- doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html
|
471
443
|
- doc/rdoc/files/lib/phusion_passenger/utils_rb.html
|
472
|
-
- doc/rdoc/files/lib/phusion_passenger/wsgi
|
473
444
|
- doc/rdoc/files/misc/rake/extensions_rb.html
|
474
445
|
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess/Instance.html
|
475
446
|
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner/Error.html
|
@@ -1115,29 +1086,18 @@ files:
|
|
1115
1086
|
- benchmark/unix_sockets_vs_pipes.rb
|
1116
1087
|
- misc/copy_boost_headers.rb
|
1117
1088
|
- misc/find_owner_pipe_leaks.rb
|
1118
|
-
- misc/rake
|
1119
1089
|
- misc/render_error_pages.rb
|
1120
1090
|
- misc/rake/cplusplus.rb
|
1121
1091
|
- misc/rake/extensions.rb
|
1122
1092
|
- misc/rake/gempackagetask.rb
|
1123
1093
|
- misc/rake/packagetask.rb
|
1124
1094
|
- misc/rake/rdoctask.rb
|
1125
|
-
- vendor/rack-0.9.1
|
1126
|
-
- vendor/rack-0.9.1/lib
|
1127
|
-
- vendor/rack-0.9.1/lib/rack
|
1128
|
-
- vendor/rack-1.0.0-git
|
1129
1095
|
- vendor/rack-1.0.0-git/COPYING
|
1130
1096
|
- vendor/rack-1.0.0-git/KNOWN-ISSUES
|
1131
|
-
- vendor/rack-1.0.0-git/lib
|
1132
|
-
- vendor/rack-1.0.0-git/lib/rack
|
1133
|
-
- vendor/rack-1.0.0-git/lib/rack/adapter
|
1134
1097
|
- vendor/rack-1.0.0-git/lib/rack/adapter/camping.rb
|
1135
|
-
- vendor/rack-1.0.0-git/lib/rack/auth
|
1136
|
-
- vendor/rack-1.0.0-git/lib/rack/auth/abstract
|
1137
1098
|
- vendor/rack-1.0.0-git/lib/rack/auth/abstract/handler.rb
|
1138
1099
|
- vendor/rack-1.0.0-git/lib/rack/auth/abstract/request.rb
|
1139
1100
|
- vendor/rack-1.0.0-git/lib/rack/auth/basic.rb
|
1140
|
-
- vendor/rack-1.0.0-git/lib/rack/auth/digest
|
1141
1101
|
- vendor/rack-1.0.0-git/lib/rack/auth/digest/md5.rb
|
1142
1102
|
- vendor/rack-1.0.0-git/lib/rack/auth/digest/nonce.rb
|
1143
1103
|
- vendor/rack-1.0.0-git/lib/rack/auth/digest/params.rb
|
@@ -1153,7 +1113,6 @@ files:
|
|
1153
1113
|
- vendor/rack-1.0.0-git/lib/rack/deflater.rb
|
1154
1114
|
- vendor/rack-1.0.0-git/lib/rack/directory.rb
|
1155
1115
|
- vendor/rack-1.0.0-git/lib/rack/file.rb
|
1156
|
-
- vendor/rack-1.0.0-git/lib/rack/handler
|
1157
1116
|
- vendor/rack-1.0.0-git/lib/rack/handler/cgi.rb
|
1158
1117
|
- vendor/rack-1.0.0-git/lib/rack/handler/evented_mongrel.rb
|
1159
1118
|
- vendor/rack-1.0.0-git/lib/rack/handler/fastcgi.rb
|
@@ -1176,8 +1135,6 @@ files:
|
|
1176
1135
|
- vendor/rack-1.0.0-git/lib/rack/request.rb
|
1177
1136
|
- vendor/rack-1.0.0-git/lib/rack/response.rb
|
1178
1137
|
- vendor/rack-1.0.0-git/lib/rack/rewindable_input.rb
|
1179
|
-
- vendor/rack-1.0.0-git/lib/rack/session
|
1180
|
-
- vendor/rack-1.0.0-git/lib/rack/session/abstract
|
1181
1138
|
- vendor/rack-1.0.0-git/lib/rack/session/abstract/id.rb
|
1182
1139
|
- vendor/rack-1.0.0-git/lib/rack/session/cookie.rb
|
1183
1140
|
- vendor/rack-1.0.0-git/lib/rack/session/memcache.rb
|
@@ -1228,9 +1185,7 @@ files:
|
|
1228
1185
|
- test/ruby/abstract_server_spec.rb
|
1229
1186
|
- test/ruby/application_spec.rb
|
1230
1187
|
- test/ruby/message_channel_spec.rb
|
1231
|
-
- test/ruby/rack
|
1232
1188
|
- test/ruby/rack/application_spawner_spec.rb
|
1233
|
-
- test/ruby/rails
|
1234
1189
|
- test/ruby/rails/application_spawner_spec.rb
|
1235
1190
|
- test/ruby/rails/framework_spawner_spec.rb
|
1236
1191
|
- test/ruby/rails/minimal_spawner_spec.rb
|
@@ -1239,14 +1194,12 @@ files:
|
|
1239
1194
|
- test/ruby/spawn_manager_spec.rb
|
1240
1195
|
- test/ruby/spawn_server_spec.rb
|
1241
1196
|
- test/ruby/utils_spec.rb
|
1242
|
-
- test/ruby/wsgi
|
1243
1197
|
- test/ruby/wsgi/application_spawner_spec.rb
|
1244
1198
|
- test/integration_tests/apache2_tests.rb
|
1245
1199
|
- test/integration_tests/hello_world_rack_spec.rb
|
1246
1200
|
- test/integration_tests/hello_world_wsgi_spec.rb
|
1247
1201
|
- test/integration_tests/mycook_spec.rb
|
1248
1202
|
- test/integration_tests/nginx_tests.rb
|
1249
|
-
- test/stub/apache2
|
1250
1203
|
- test/stub/apache2/httpd.conf.erb
|
1251
1204
|
- test/stub/apache2/mime.types
|
1252
1205
|
- test/stub/garbage1.dat
|
@@ -1256,95 +1209,48 @@ files:
|
|
1256
1209
|
- test/stub/message_channel.rb
|
1257
1210
|
- test/stub/message_channel_2.rb
|
1258
1211
|
- test/stub/message_channel_3.rb
|
1259
|
-
- test/stub/minimal-railsapp
|
1260
|
-
- test/stub/minimal-railsapp/vendor
|
1261
|
-
- test/stub/minimal-railsapp/vendor/rails
|
1262
|
-
- test/stub/minimal-railsapp/vendor/rails/actionmailer
|
1263
|
-
- test/stub/minimal-railsapp/vendor/rails/actionpack
|
1264
|
-
- test/stub/minimal-railsapp/vendor/rails/activerecord
|
1265
|
-
- test/stub/minimal-railsapp/vendor/rails/activeresource
|
1266
|
-
- test/stub/minimal-railsapp/vendor/rails/activesupport
|
1267
|
-
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib
|
1268
|
-
- test/stub/minimal-railsapp/vendor/rails/railties
|
1269
|
-
- test/stub/nginx
|
1270
1212
|
- test/stub/nginx/koi-utf
|
1271
1213
|
- test/stub/nginx/koi-win
|
1272
1214
|
- test/stub/nginx/mime.types
|
1273
1215
|
- test/stub/nginx/nginx.conf.erb
|
1274
1216
|
- test/stub/nginx/win-utf
|
1275
|
-
- test/stub/rack
|
1276
1217
|
- test/stub/rack/config.ru
|
1277
|
-
- test/stub/rack/public
|
1278
1218
|
- test/stub/rack/public/rack.jpg
|
1279
|
-
- test/stub/rack/tmp
|
1280
|
-
- test/stub/rails_apps
|
1281
|
-
- test/stub/rails_apps/foobar
|
1282
|
-
- test/stub/rails_apps/foobar/app
|
1283
|
-
- test/stub/rails_apps/foobar/app/controllers
|
1284
1219
|
- test/stub/rails_apps/foobar/app/controllers/application.rb
|
1285
1220
|
- test/stub/rails_apps/foobar/app/controllers/bar_controller_1.rb
|
1286
1221
|
- test/stub/rails_apps/foobar/app/controllers/bar_controller_2.rb
|
1287
1222
|
- test/stub/rails_apps/foobar/app/controllers/foo_controller.rb
|
1288
|
-
- test/stub/rails_apps/foobar/app/helpers
|
1289
1223
|
- test/stub/rails_apps/foobar/app/helpers/application_helper.rb
|
1290
|
-
- test/stub/rails_apps/foobar/config
|
1291
1224
|
- test/stub/rails_apps/foobar/config/boot.rb
|
1292
1225
|
- test/stub/rails_apps/foobar/config/database.yml
|
1293
1226
|
- test/stub/rails_apps/foobar/config/environment.rb
|
1294
|
-
- test/stub/rails_apps/foobar/config/environments
|
1295
1227
|
- test/stub/rails_apps/foobar/config/environments/development.rb
|
1296
1228
|
- test/stub/rails_apps/foobar/config/environments/production.rb
|
1297
|
-
- test/stub/rails_apps/foobar/config/initializers
|
1298
1229
|
- test/stub/rails_apps/foobar/config/initializers/inflections.rb
|
1299
1230
|
- test/stub/rails_apps/foobar/config/initializers/mime_types.rb
|
1300
1231
|
- test/stub/rails_apps/foobar/config/routes.rb
|
1301
|
-
- test/stub/rails_apps/foobar/lib
|
1302
|
-
- test/stub/rails_apps/foobar/lib/tasks
|
1303
|
-
- test/stub/rails_apps/foobar/log
|
1304
|
-
- test/stub/rails_apps/foobar/public
|
1305
|
-
- test/stub/rails_apps/foobar/tmp
|
1306
|
-
- test/stub/rails_apps/foobar/tmp/cache
|
1307
|
-
- test/stub/rails_apps/foobar/tmp/pids
|
1308
|
-
- test/stub/rails_apps/foobar/tmp/sessions
|
1309
|
-
- test/stub/rails_apps/foobar/tmp/sockets
|
1310
|
-
- test/stub/rails_apps/mycook
|
1311
|
-
- test/stub/rails_apps/mycook/app
|
1312
|
-
- test/stub/rails_apps/mycook/app/controllers
|
1313
1232
|
- test/stub/rails_apps/mycook/app/controllers/application.rb
|
1314
1233
|
- test/stub/rails_apps/mycook/app/controllers/recipes_controller.rb
|
1315
1234
|
- test/stub/rails_apps/mycook/app/controllers/uploads_controller.rb
|
1316
1235
|
- test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb
|
1317
|
-
- test/stub/rails_apps/mycook/app/helpers
|
1318
1236
|
- test/stub/rails_apps/mycook/app/helpers/application_helper.rb
|
1319
|
-
- test/stub/rails_apps/mycook/app/views
|
1320
|
-
- test/stub/rails_apps/mycook/app/views/layouts
|
1321
1237
|
- test/stub/rails_apps/mycook/app/views/layouts/default.rhtml
|
1322
|
-
- test/stub/rails_apps/mycook/app/views/recipes
|
1323
1238
|
- test/stub/rails_apps/mycook/app/views/recipes/create.rhtml
|
1324
1239
|
- test/stub/rails_apps/mycook/app/views/recipes/index.rhtml
|
1325
1240
|
- test/stub/rails_apps/mycook/app/views/recipes/new.rhtml
|
1326
|
-
- test/stub/rails_apps/mycook/app/views/uploads
|
1327
1241
|
- test/stub/rails_apps/mycook/app/views/uploads/index.rhtml
|
1328
1242
|
- test/stub/rails_apps/mycook/app/views/uploads/new.html.erb
|
1329
|
-
- test/stub/rails_apps/mycook/app/views/welcome
|
1330
1243
|
- test/stub/rails_apps/mycook/app/views/welcome/cached.rhtml
|
1331
1244
|
- test/stub/rails_apps/mycook/app/views/welcome/index.rhtml
|
1332
|
-
- test/stub/rails_apps/mycook/config
|
1333
1245
|
- test/stub/rails_apps/mycook/config/boot.rb
|
1334
1246
|
- test/stub/rails_apps/mycook/config/database.yml
|
1335
1247
|
- test/stub/rails_apps/mycook/config/environment.rb
|
1336
|
-
- test/stub/rails_apps/mycook/config/environments
|
1337
1248
|
- test/stub/rails_apps/mycook/config/environments/development.rb
|
1338
1249
|
- test/stub/rails_apps/mycook/config/environments/production.rb
|
1339
|
-
- test/stub/rails_apps/mycook/config/initializers
|
1340
1250
|
- test/stub/rails_apps/mycook/config/initializers/inflections.rb
|
1341
1251
|
- test/stub/rails_apps/mycook/config/initializers/mime_types.rb
|
1342
1252
|
- test/stub/rails_apps/mycook/config/routes.rb
|
1343
|
-
- test/stub/rails_apps/mycook/lib
|
1344
|
-
- test/stub/rails_apps/mycook/lib/tasks
|
1345
|
-
- test/stub/rails_apps/mycook/log
|
1346
1253
|
- test/stub/rails_apps/mycook/log/useless.txt
|
1347
|
-
- test/stub/rails_apps/mycook/public
|
1348
1254
|
- test/stub/rails_apps/mycook/public/404.html
|
1349
1255
|
- test/stub/rails_apps/mycook/public/422.html
|
1350
1256
|
- test/stub/rails_apps/mycook/public/500.html
|
@@ -1352,84 +1258,48 @@ files:
|
|
1352
1258
|
- test/stub/rails_apps/mycook/public/dispatch.fcgi
|
1353
1259
|
- test/stub/rails_apps/mycook/public/dispatch.rb
|
1354
1260
|
- test/stub/rails_apps/mycook/public/favicon.ico
|
1355
|
-
- test/stub/rails_apps/mycook/public/images
|
1356
1261
|
- test/stub/rails_apps/mycook/public/images/angrywizard.gif
|
1357
1262
|
- test/stub/rails_apps/mycook/public/images/cookbook.gif
|
1358
1263
|
- test/stub/rails_apps/mycook/public/images/header.png
|
1359
1264
|
- test/stub/rails_apps/mycook/public/images/rails.png
|
1360
|
-
- test/stub/rails_apps/mycook/public/javascripts
|
1361
1265
|
- test/stub/rails_apps/mycook/public/javascripts/application.js
|
1362
1266
|
- test/stub/rails_apps/mycook/public/javascripts/controls.js
|
1363
1267
|
- test/stub/rails_apps/mycook/public/javascripts/dragdrop.js
|
1364
1268
|
- test/stub/rails_apps/mycook/public/javascripts/effects.js
|
1365
1269
|
- test/stub/rails_apps/mycook/public/javascripts/prototype.js
|
1366
1270
|
- test/stub/rails_apps/mycook/public/robots.txt
|
1367
|
-
- test/stub/rails_apps/mycook/public/uploads
|
1368
1271
|
- test/stub/rails_apps/mycook/public/uploads.html
|
1369
|
-
- test/stub/rails_apps/mycook/public/welcome
|
1370
1272
|
- test/stub/rails_apps/mycook/public/welcome/cached.html
|
1371
|
-
- test/stub/rails_apps/mycook/sites
|
1372
|
-
- test/stub/rails_apps/mycook/sites/some.site
|
1373
|
-
- test/stub/rails_apps/mycook/sites/some.site/public
|
1374
1273
|
- test/stub/rails_apps/mycook/sites/some.site/public/uploads.html
|
1375
|
-
- test/stub/rails_apps/mycook/sites/some.site/public/welcome
|
1376
1274
|
- test/stub/rails_apps/mycook/sites/some.site/public/welcome/cached.html
|
1377
|
-
- test/stub/rails_apps/mycook/tmp
|
1378
|
-
- test/stub/rails_apps/mycook/tmp/cache
|
1379
1275
|
- test/stub/rails_apps/mycook/tmp/cache/useless.txt
|
1380
|
-
- test/stub/rails_apps/mycook/tmp/pids
|
1381
1276
|
- test/stub/rails_apps/mycook/tmp/pids/useless.txt
|
1382
|
-
- test/stub/rails_apps/mycook/tmp/sessions
|
1383
1277
|
- test/stub/rails_apps/mycook/tmp/sessions/useless.txt
|
1384
|
-
- test/stub/rails_apps/mycook/tmp/sockets
|
1385
1278
|
- test/stub/rails_apps/mycook/tmp/sockets/useless.txt
|
1386
|
-
- test/stub/railsapp
|
1387
|
-
- test/stub/railsapp/app
|
1388
|
-
- test/stub/railsapp/tmp
|
1389
|
-
- test/stub/railsapp2
|
1390
|
-
- test/stub/railsapp2/app
|
1391
|
-
- test/stub/railsapp2/tmp
|
1392
1279
|
- test/stub/spawn_server.rb
|
1393
1280
|
- test/stub/upload_data.txt
|
1394
|
-
- test/stub/vendor_rails
|
1395
|
-
- test/stub/vendor_rails/minimal
|
1396
|
-
- test/stub/vendor_rails/minimal/actionmailer
|
1397
|
-
- test/stub/vendor_rails/minimal/actionmailer/lib
|
1398
1281
|
- test/stub/vendor_rails/minimal/actionmailer/lib/action_mailer.rb
|
1399
|
-
- test/stub/vendor_rails/minimal/actionpack
|
1400
|
-
- test/stub/vendor_rails/minimal/actionpack/lib
|
1401
1282
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_controller.rb
|
1402
1283
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_pack.rb
|
1403
1284
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_view.rb
|
1404
|
-
- test/stub/vendor_rails/minimal/activerecord
|
1405
|
-
- test/stub/vendor_rails/minimal/activerecord/lib
|
1406
1285
|
- test/stub/vendor_rails/minimal/activerecord/lib/active_record.rb
|
1407
|
-
- test/stub/vendor_rails/minimal/activeresource
|
1408
|
-
- test/stub/vendor_rails/minimal/activeresource/lib
|
1409
1286
|
- test/stub/vendor_rails/minimal/activeresource/lib/active_resource.rb
|
1410
|
-
- test/stub/vendor_rails/minimal/activesupport
|
1411
|
-
- test/stub/vendor_rails/minimal/activesupport/lib
|
1412
|
-
- test/stub/vendor_rails/minimal/activesupport/lib/active_support
|
1413
1287
|
- test/stub/vendor_rails/minimal/activesupport/lib/active_support/whiny_nil.rb
|
1414
1288
|
- test/stub/vendor_rails/minimal/activesupport/lib/active_support.rb
|
1415
|
-
- test/stub/vendor_rails/minimal/railties
|
1416
|
-
- test/stub/vendor_rails/minimal/railties/lib
|
1417
1289
|
- test/stub/vendor_rails/minimal/railties/lib/dispatcher.rb
|
1418
1290
|
- test/stub/vendor_rails/minimal/railties/lib/initializer.rb
|
1419
1291
|
- test/stub/vendor_rails/minimal/railties/lib/ruby_version_check.rb
|
1420
1292
|
- test/stub/vendor_rails/minimal/README
|
1421
|
-
- test/stub/wsgi
|
1422
1293
|
- test/stub/wsgi/passenger_wsgi.py
|
1423
1294
|
- test/stub/wsgi/passenger_wsgi.pyc
|
1424
|
-
- test/stub/wsgi/public
|
1425
1295
|
- test/stub/wsgi/public/wsgi-snake.jpg
|
1426
|
-
- test/stub/wsgi/tmp
|
1427
|
-
- test/stub/zsfa
|
1428
1296
|
- test/stub/zsfa/header.png
|
1429
1297
|
- test/stub/zsfa/index.html
|
1430
1298
|
- test/stub/zsfa/zsfa.png
|
1431
1299
|
has_rdoc: true
|
1432
1300
|
homepage: http://www.modrails.com/
|
1301
|
+
licenses: []
|
1302
|
+
|
1433
1303
|
post_install_message:
|
1434
1304
|
rdoc_options:
|
1435
1305
|
- -S
|
@@ -1459,9 +1329,9 @@ requirements:
|
|
1459
1329
|
- fastthread
|
1460
1330
|
- Apache 2 with development headers
|
1461
1331
|
rubyforge_project: passenger
|
1462
|
-
rubygems_version: 1.3.
|
1332
|
+
rubygems_version: 1.3.5
|
1463
1333
|
signing_key:
|
1464
|
-
specification_version:
|
1334
|
+
specification_version: 3
|
1465
1335
|
summary: Apache module for Ruby on Rails support.
|
1466
1336
|
test_files: []
|
1467
1337
|
|