rack-google-analytics 0.5.1 → 0.5.2
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.rdoc +4 -0
- data/VERSION +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -20,6 +20,10 @@ Note: since 0.2.0 this will use the asynchronous google tracker code, for the tr
|
|
|
20
20
|
|
|
21
21
|
If you are not sure what's best, go with the defaults, and read here if you should opt-out
|
|
22
22
|
|
|
23
|
+
== Environments
|
|
24
|
+
|
|
25
|
+
There is a Rails-only (send a patch!) feature for only enabling this in certain environments, you can specify which by sending the `:env => 'some-env'` option when initializing the code. (Right now this conditionally requires the `Rails` constant.) The default is `production`.
|
|
26
|
+
|
|
23
27
|
== Thread Safety
|
|
24
28
|
|
|
25
29
|
This middleware *should* be thread safe. Although my experience in such areas is limited, having taken the advice of those with more experience; I defer the call to a shallow copy of the environment, if this is of consequence to you please review the implementation.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.5.
|
|
1
|
+
0.5.2
|