analytics-rails 4.0.0.0 → 4.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d09071276ad2dadae4b4142886454dedcfe3341
4
- data.tar.gz: 4120d525f30939ff7b8a3bc07f451d614f707094
3
+ metadata.gz: cd16d24472ab33d76ece56e439fab697182ee82c
4
+ data.tar.gz: 1e80ee8ef5592db420ff74346c4d1ef9ce72133c
5
5
  SHA512:
6
- metadata.gz: 123e7ba1f43a212c93e744f55eee20f515bfe4219cb067577859c702c1973f4d1f7c8835bbe2bf5055401c254c1425a0730713252a173295ad60b684748063ee
7
- data.tar.gz: 8110f8364f6cc9e68ddfbcaa7a731710c0c8613a09b17ceab274d2fa0b045ca9e494accfae4e5940e2946c52d1ba370ea329bfb16a91ba14c8d2cf7bdb67277e
6
+ metadata.gz: 7a58c3fa2e922ae18fc7d708d6a63f654a0988800906bbfc42e96c0c47418d1b16e6a0c1d8fd8f12f5067c494b791007638edaf4af80154c556dbc5b9d18a3ea
7
+ data.tar.gz: 2608ba4b89fd78319bc73b342c58924a06099a75a67fe8225e1d4eff8329d4c6c5453223faa79ecf5ab57a15d7865b03d61bc0259f310d72beb1afc9a1c6345d
data/README.md CHANGED
@@ -53,6 +53,12 @@ You can add label, value and other options too if you want:
53
53
  <%= google_analytics_event_tag 'Video', 'play', 'demo.mp4', 42, category: 'product' %>
54
54
  ```
55
55
 
56
+ ## Contributing
57
+
58
+ Any issue, pull request, comment of any kind is more than welcome!
59
+
60
+ I will mainly ensure compatibility to PostgreSQL, AWS, Redis, Elasticsearch, FreeBSD and Memcached. 
61
+
56
62
  ## Credits
57
63
 
58
64
  This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
@@ -2,10 +2,12 @@ module Analytics
2
2
  module Rails
3
3
  class Railtie < ::Rails::Railtie
4
4
 
5
- initializer 'analytics.extensions' do
6
- ::ActionView::Base.include(
7
- Analytics::Rails::Extensions::ActionView::Base
8
- )
5
+ initializer 'analytics.action_view' do
6
+ ActiveSupport.on_load :action_view do
7
+ ::ActionView::Base.include(
8
+ Analytics::Rails::Extensions::ActionView::Base
9
+ )
10
+ end
9
11
  end
10
12
 
11
13
  end
@@ -1,7 +1,7 @@
1
1
  module Analytics
2
2
  module Rails
3
3
 
4
- VERSION = '4.0.0.0'
4
+ VERSION = '4.0.0.1'
5
5
 
6
6
  end
7
7
  end
@@ -175,3 +175,9 @@ TagTest: test_include
175
175
  -------------------
176
176
  TagTest: test_event
177
177
  -------------------
178
+ --------------------
179
+ ViewTest: test_event
180
+ --------------------
181
+ ----------------------
182
+ ViewTest: test_include
183
+ ----------------------
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: analytics-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.0
4
+ version: 4.0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-06 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails