We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: Phusion Passenger (mod_rails)
Homepage: http://www.modrails.com/
Clone URL: git://github.com/FooBarWidget/passenger.git
Click here to lend your support to: passenger and make a donation at www.pledgie.com !
Fix unit test breakage.
Hongli Lai (Phusion) (author)
Fri May 09 04:35:47 -0700 2008
commit  19864bc5dce37dfc8354c380406dd5fac6087062
tree    fe4cd041ac236a1dafb8701c6d6e7439023cc699
parent  baab461fe1d775ad6b4b5edf3cfd3f8b60a5262d
...
75
76
77
78
 
79
80
81
...
75
76
77
 
78
79
80
81
0
@@ -75,7 +75,7 @@ describe SpawnManager do
0
         sleep(1) # Give @manager the chance to start.
0
         channel = MessageChannel.new(b)
0
         channel.write("spawn_application", @stub.app_root, "true",
0
- "nobody", "production", "smart")
0
+ "nobody", "production", "smart", "rails")
0
         channel.read
0
         pid, listen_socket = channel.read
0
         channel.recv_io.close
...
4
5
6
7
 
 
8
9
10
...
4
5
6
 
7
8
9
10
11
0
@@ -4,7 +4,8 @@ require 'passenger/spawn_manager'
0
 
0
 include Passenger
0
 class SpawnManager
0
- def handle_spawn_application(app_root, lower_privilege, lowest_user, environment, spawn_method)
0
+ def handle_spawn_application(app_root, lower_privilege, lowest_user, environment,
0
+ spawn_method, app_type)
0
     client.write('ok')
0
     client.write(1234, "/tmp/nonexistant.socket", false)
0
     client.send_io(STDERR)

Comments

    No one has commented yet.