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 !
Add a TODO for testing certain options.
Hongli Lai (Phusion) (author)
Sat Mar 22 15:44:42 -0700 2008
commit  dcf64f0d40324b7c184d951ef33fb7b93454d624
tree    e223db66e72252b7517192534ecadcfb6bf90bcf
parent  7afd5bc73a560132738045eaf75a1db45fe7c464
...
10
11
12
 
 
13
14
15
...
10
11
12
13
14
15
16
17
0
@@ -10,6 +10,8 @@ require 'passenger/platform_info'
0
 
0
 include PlatformInfo
0
 
0
+# TODO: test the 'RailsUserSwitching' and 'RailsDefaultUser' option.
0
+
0
 shared_examples_for "MyCook(tm) beta" do
0
   it "should be possible to fetch static assets" do
0
     get('/images/rails.png').should == public_file('images/rails.png')

Comments

    No one has commented yet.