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 a reloading bug.
Hongli Lai (Phusion) (author)
Tue Apr 01 05:21:24 -0700 2008
commit  e5d8a7ca9a8b942873f8395c21410ad3afa41a3e
tree    9165a622d713a907c64fc832256f158fcef957ea
parent  a60f262fe38beda161024ee14f4387b2c3c73bdf
...
130
131
132
133
 
134
135
136
...
130
131
132
 
133
134
135
136
0
@@ -130,7 +130,7 @@ class SpawnManager < AbstractServer
0
           @spawners.delete(key)
0
         end
0
       end
0
- @spawners.each_value do |spawn|
0
+ @spawners.each_value do |spawner|
0
         # Reload FrameworkSpawners.
0
         if spawner.respond_to?(:reload)
0
           spawner.reload(app_root)

Comments

    No one has commented yet.