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 framework for integration testing
Hongli Lai (Phusion) (author)
Thu Feb 28 17:24:25 -0800 2008
commit  d11f5360785f0a3bb751aa8fa8ade7c736bd5a07
tree    194d069de818e4fd5a9d56d98622a1735dd6e270
parent  d477131b469d0b3d849162227cbaa1a171659c30
...
18
19
20
 
 
 
21
22
...
18
19
20
21
22
23
24
25
0
@@ -18,5 +18,8 @@ test/config.yml
0
 test/stub/railsapp/app/controllers/bar_controller.rb
0
 test/stub/railsapp/log/*
0
 test/stub/railsapp2/log/*
0
+test/stub/apache2/*.log
0
+test/stub/apache2/httpd.conf
0
+test/stub/mycook/log
0
 benchmark/DummyRequestHandler
0
 pkg
0
...
114
115
116
117
 
 
 
118
119
120
...
114
115
116
 
117
118
119
120
121
122
0
@@ -114,7 +114,9 @@ more than enough. If you encounter any problems, please tell us.
0
 Developers who wish to modify or to contribute to Passenger will need to have
0
 the following software installed:
0
 
0
-* Ruby, RubyGems and Ruby on Rails (obviously ;)
0
+* Ruby and RubyGems
0
+* Ruby on Rails >= 1.2.0. At least version 2.0.1 is required to run the
0
+ test suit.
0
 * The GNU C++ compiler (g++)
0
 * Apache 2 and APR, including development headers
0
 * rake >= 0.8.1

Comments

    No one has commented yet.