Sha256: effd4be516d0dd597c8aebe624ddb43eeb8ddbf3850df518c818031ab72de47b
Contents?: true
Size: 770 Bytes
Versions: 2
Compression:
Stored size: 770 Bytes
Contents
{<img src="https://codeclimate.com/github/mattways/analytics-rails.png" />}[https://codeclimate.com/github/mattways/analytics-rails] {<img src="https://travis-ci.org/mattways/analytics-rails.png?branch=master" alt="Build Status" />}[https://travis-ci.org/mattways/analytics-rails] {<img src="https://gemnasium.com/mattways/analytics-rails.png" alt="Dependency Status" />}[https://gemnasium.com/mattways/analytics-rails] = Analytics Rails Adds a simple helper to create the google analytics include tag. = Install Put this line in your Gemfile: gem 'analytics-rails' Then bundle: $ bundle = Usage In your layout add a line like this in your head: <%= google_analytics_include_tag 'your-id' %> (Will only show the include tag in production and test env)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
analytics-rails-0.0.7 | README.rdoc |
analytics-rails-0.0.6 | README.rdoc |