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 !
Document directory structure.
Hongli Lai (Phusion) (author)
Mon Apr 28 02:35:41 -0700 2008
commit  aec2f854f78863c129808bd0f0884c801b485034
tree    a288f5338ba25a8317b3559b5b4d786f945ad8a8
parent  94dccffb7ffc4f6925db763264bbb52913a84aa9
...
23
24
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
27
28
...
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
0
@@ -23,6 +23,36 @@ Run the following command to compile everything:
0
 
0
  rake
0
 
0
+== Directory structure
0
+
0
+The most important directories are:
0
+[ lib/passenger ]
0
+ The source code for the spawn server, which is written in Ruby.
0
+[ ext/passenger ]
0
+ Native extensions for Ruby, used by the spawn server.
0
+[ ext/apache2 ]
0
+ The Passenger Apache 2 module (mod_passenger).
0
+[ bin ]
0
+ Executables.
0
+[ doc ]
0
+ Various documentation.
0
+[ test ]
0
+ Unit tests and integration tests.
0
+[ test/support ]
0
+ Support/utility code, used in the tests.
0
+[ test/stub ]
0
+ Stub code, used in the tests.
0
+
0
+Less important directories:
0
+[ lib/rake ]
0
+ Rake tasks.
0
+[ ext/boost ]
0
+ A vendor copy of the Boost C++ library (www.boost.org).
0
+[ benchmark ]
0
+ Benchmark tools.
0
+[ misc ]
0
+ Miscellaneous tools.
0
+
0
 == Tests
0
 
0
 Run all tests:

Comments

    No one has commented yet.