informant-rails 0.7.1 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.markdown +2 -2
- data/lib/informant-rails/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f17dcea2faadc262e6ee5b7fa9bb3c4613e3015
|
4
|
+
data.tar.gz: a3f806e868097b8ab9acd6daca5eda7b68776efc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e4183534f82f531bfe3c24b5eb3f70289341a5f59dcef07c725c0f3733f80ac88a55093c55962b27c0acfc8af0b4294fed6983ca6ba20e4611c8992e78a1925
|
7
|
+
data.tar.gz: 380226743a4e1e36433459753ba493ff93bda0ddbf681a378628f075d16b42270cc9f5b6b8a24fc75315a409cf828f26f1a1a74d2564460115c2d4412a929f9b
|
data/README.markdown
CHANGED
@@ -66,7 +66,7 @@ This should be set to the API key assigned to you when you provisioned your appl
|
|
66
66
|
|
67
67
|
Default Value: `[]`
|
68
68
|
|
69
|
-
|
69
|
+
Example Value: `['Person', 'Employee']`
|
70
70
|
|
71
71
|
This allows you to exclude certain models from tracking. If you don't want them to be included, just list their class names as strings.
|
72
72
|
|
@@ -78,7 +78,7 @@ Example Value: `['password', 'password_confirmation']`
|
|
78
78
|
|
79
79
|
Any field names specified here will not be included in value tracking. Any sensitive information that you wouldn't want to include in your server log should be listed here as well.
|
80
80
|
|
81
|
-
###
|
81
|
+
### value_tracking
|
82
82
|
|
83
83
|
Default Value: `true`
|
84
84
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: informant-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Paul Elliott
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-01-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
version: 3.0.0
|
21
21
|
- - "<"
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 4.
|
23
|
+
version: 4.3.0
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -30,7 +30,7 @@ dependencies:
|
|
30
30
|
version: 3.0.0
|
31
31
|
- - "<"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 4.
|
33
|
+
version: 4.3.0
|
34
34
|
description: The Informant tracks what users do wrong in your forms so you can make
|
35
35
|
them better.
|
36
36
|
email:
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
78
|
rubyforge_project:
|
79
|
-
rubygems_version: 2.
|
79
|
+
rubygems_version: 2.4.5
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: The Informant tracks server-side validation errors and gives you metrics
|