RubyGems Navigation menu

spree_piwik 1.1.0

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.

Gemfile:
= Copiar al portapapeles ¡Copiado!

instalar:
=

Versiones:

  1. 1.1.0 - April 02, 2015 (91 KB)
  2. 1.0.0 - March 14, 2015 (91 KB)
  3. 0.0.1 - February 22, 2015 (14 KB)

dependencias de Runtime (1):

spree_core ~> 3.0

dependencias de Development (14):

Requerimientos:

none

Propietarios:

Autores:

  • Bèr Kessels

SHA 256 checksum:

9076fa788ed51b1b61908c418626d5dba92fa09c2e9c24cd4f43e4cd98ec8ab0

Total de descargas 7.329

Para esta versión 3.118

Licencia:

BSD-3

Versión de Ruby requerida: >= 1.9.3

Enlace: