Categories: None [Edit]
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: 97,003 of 182,915
Downloads: 7,595
Daily
Ranking: 76,031 of 182,900
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
99 | 345,185,160 | simplecov |
116 | 291,976,733 | rspec-rails |
137 | 254,123,578 | capybara |
138 | 253,652,021 | sass-rails |
140 | 252,196,435 | selenium-webdriver |
165 | 217,453,896 | launchy |
174 | 207,690,806 | coffee-rails |
198 | 179,374,269 | database_cleaner |
249 | 140,727,815 | sqlite3 |
349 | 102,374,413 | spring-commands-rspec |
637 | 66,400,328 | factory_girl |
735 | 57,702,050 | therubyracer |
759 | 54,769,379 | ffaker |
2,653 | 5,155,135 | rkelly-remix |
3,628 | 2,457,401 | spree_core |
Owners
# | Gravatar | Handle |
---|---|---|
1 | berkes |