rails_better_logger 0.2.1 → 0.2.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.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/lib/rails_better_logger/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9356a3afea6ba1bed47affc266bb94f8472354ab
|
|
4
|
+
data.tar.gz: bfedf4cfdc0373c3f6a672e1e1f0d3d1877cf8b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 95062f416e96ff3486676a69f865b3e1b9d5841aeaaa64c6edae7f127f3948d1785ad0dd3662f43f7b761cfee7c6faacc40cf22f5d1dcb31c277c08d1dd5b00a
|
|
7
|
+
data.tar.gz: afbd9f7ad28f8ffcbc87c9e7a83105c04637e9deb63743ba43bd67e7a7fcfe2e64ff98e78d49a2515ad19b2f3b45fdb66fe6d2c181dfaa1163ac8c2517039081
|
data/README.md
CHANGED
|
@@ -29,20 +29,20 @@ Add to your project Gemfile
|
|
|
29
29
|
|
|
30
30
|
1. Highlight any request and controller action, with params.
|
|
31
31
|
|
|
32
|
-

|
|
32
|
+

|
|
33
33
|
|
|
34
34
|
2. Highlight `UPDATE/INSERT/DELETE` SQL query.
|
|
35
35
|
|
|
36
|
-

|
|
36
|
+

|
|
37
37
|
|
|
38
38
|
3. SQL query positional parameter always be print to a new line.
|
|
39
39
|
(make query and data seperate, more clearly)
|
|
40
40
|
|
|
41
|
-

|
|
41
|
+

|
|
42
42
|
|
|
43
43
|
4. Highlight slow rendered views. (great than 99 ms)
|
|
44
44
|
|
|
45
|
-

|
|
45
|
+

|
|
46
46
|
|
|
47
47
|
## Support
|
|
48
48
|
|