Categories: None [Edit]

spree_piwik

https://rubygems.org/gems/spree_piwik
SpreePiwik ========== Adds piwik tracking with Ecommerce tracking Status ------ [![Build Status](https://travis-ci.org/berkes/spree_piwik.svg?branch=develop)](https://travis-ci.org/berkes/spree_piwik) [![Code Climate](https://codeclimate.com/github/berkes/spree_piwik/badges/gpa.svg)](https://codeclimate.com/github/berkes/spree_piwik) Installation ------------ Add spree_piwik to your Gemfile: ```ruby gem 'spree_piwik' ``` Bundle your dependencies and run the installation generator: ```shell bundle bundle exec rails g spree_piwik:install ``` Add your Piwik URL and site-id to the `config/initializers/spree_piwik.rb` For example: ```ruby Spree::Piwik::Config[:piwik_url] = "piwik.example.com" Spree::Piwik::Config[:piwik_id] = 1337 ``` Will use http(s)://piwik.example.com/ as url for your Piwik. And track stats for the site that has the id 1337 in Piwik. Screenshot ---------- ![Screenshot of the Ecommerce functionality in action with this extension](doc/spree_piwik.png). Testing ------- First bundle your dependencies, then run `rake`. `rake` will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using `rake test_app`. ```shell bundle bundle exec rake ``` When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper: License ------- SpreePiwik is released under the [New BSD License](https://github.com/spree/spree/blob/master/license.md) similar to Spree.

Total

Ranking: 96,298 of 180,689
Downloads: 7,377

Daily

Ranking: 157,485 of 180,681
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101314,933,730simplecov
115265,283,630rspec-rails
128243,363,350sass-rails
138230,281,301capybara
141226,769,479selenium-webdriver
161200,494,845coffee-rails
165196,825,436launchy
190169,669,601database_cleaner
238133,315,973sqlite3
34991,691,102spring-commands-rspec
58765,250,283factory_girl
67057,179,713therubyracer
76547,727,335ffaker
2,5675,012,906rkelly-remix
3,5382,363,620spree_core

Owners

#GravatarHandle
1iconberkes