rack_proctitle 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -17,7 +17,7 @@ Concept and output formatting is based on Alexander Staubo’s [mongrel\_proctit
|
|
17
17
|
|
18
18
|
In some file somewhere (optional):
|
19
19
|
|
20
|
-
APPLICATION_VERSION = File.read(File.join(
|
20
|
+
APPLICATION_VERSION = File.read(File.join(RAILS_ROOT, “REVISION”))[0,6] # if you use Capistrano, which creates a REVISION file for you.
|
21
21
|
|
22
22
|
In your rackup file (prefix is optional):
|
23
23
|
|