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 !
Move 'include Passenger' to inside the Installer class, in order to avoid 
naming clashes with ActiveSupport's Dependency class. Fixes issue #24.
Hongli Lai (Phusion) (author)
Wed Apr 16 15:59:04 -0700 2008
commit  5c0303471f4159a0a98a1e5f62d3a118dfe8ade3
tree    278e2a25bd70ca40f042a94b095880613cd94fae
parent  ba4f5d12a5aca953a31e2cefd067bf4dfee5b708
...
27
28
29
30
31
32
33
 
 
34
35
36
...
27
28
29
 
30
31
32
33
34
35
36
37
0
@@ -27,10 +27,11 @@ ENV["PATH"] += ":/usr/sbin:/sbin:/usr/local/sbin"
0
 require 'passenger/platform_info'
0
 require 'passenger/dependencies'
0
 require 'passenger/console_text_template'
0
-include Passenger
0
 include PlatformInfo
0
 
0
 class Installer
0
+ include Passenger
0
+
0
   PASSENGER_WEBSITE = "http://www.modrails.com/"
0
   PHUSION_WEBSITE = "www.phusion.nl"
0
   USERS_GUIDE = "#{PASSENGER_ROOT}/doc/Users guide.html"

Comments

    No one has commented yet.