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: 98,352 of 196,619
Downloads: 8,895

Daily

Ranking: 112,090 of 196,594
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
98501,431,247simplecov
124408,435,726rspec-rails
145358,989,556capybara
146357,752,924selenium-webdriver
178299,810,703launchy
186294,756,514sass-rails
229236,482,108coffee-rails
247218,401,635database_cleaner
286195,435,976sqlite3
392135,484,714spring-commands-rspec
78673,539,732ffaker
80171,752,764factory_girl
90159,583,415therubyracer
2,8906,541,339rkelly-remix
3,9832,970,111spree_core

Owners

#GravatarHandle
1iconberkes