rack_proctitle 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
|