informant-rails 0.9.0 → 0.9.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.
- checksums.yaml +4 -4
- data/README.markdown +8 -8
- data/lib/informant-rails/request_tracking.rb +1 -1
- data/lib/informant-rails/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ddd926ba90868f2c8e1fe49b48b3c83b1c3007f8
|
|
4
|
+
data.tar.gz: 4eae2949ccaa36c0d99d3dc286f7eed1a397903d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c265d223838541b2af1d9cb92465be4970e112ea580af643cae1ba9a85e6d620f01ff2dd6cc3212b6fad0af73ba8f993ce46df2fcae30e2c5de45d5020de9f1f
|
|
7
|
+
data.tar.gz: 05b9aa6c0636199180af6111c467fd108f5bbd2d76b94d1452967315313d7feeb6618998227d1d4f2488eb18dfeb53b5fd6aebc418497bc5013c1238ba30527b
|
data/README.markdown
CHANGED
|
@@ -17,16 +17,16 @@ It will work automatically with Rails 3 and up as well as Mongoid 3 and up.
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
-
1
|
|
21
|
-
2
|
|
20
|
+
1. Sign up for an account on https://www.informantapp.com or provision the Heroku add-on through https://dashboard.heroku.com
|
|
21
|
+
2. Add the `informant-rails` gem to your `Gemfile`
|
|
22
22
|
|
|
23
|
-
```
|
|
24
|
-
gem 'informant-rails', group: :production
|
|
25
|
-
```
|
|
23
|
+
```
|
|
24
|
+
gem 'informant-rails', group: :production
|
|
25
|
+
```
|
|
26
26
|
|
|
27
|
-
3
|
|
28
|
-
4
|
|
29
|
-
5
|
|
27
|
+
3. Verify the INFORMANT_API_KEY is set in your app's environment (it will be set automatically if you provision through Heroku)
|
|
28
|
+
4. Deploy with the gem installed
|
|
29
|
+
5. Submit a form and you'll see it appear in our web interface
|
|
30
30
|
|
|
31
31
|
## Usage
|
|
32
32
|
|
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.9.
|
|
4
|
+
version: 0.9.1
|
|
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: 2016-
|
|
12
|
+
date: 2016-07-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
72
|
rubyforge_project:
|
|
73
|
-
rubygems_version: 2.
|
|
73
|
+
rubygems_version: 2.5.1
|
|
74
74
|
signing_key:
|
|
75
75
|
specification_version: 4
|
|
76
76
|
summary: The Informant tracks server-side validation errors and gives you metrics
|