Project
Reverse Dependencies for rkelly-remix
The projects listed here declare rkelly-remix as a runtime or development dependency
0.73
Documentation generator for Sencha JS frameworks
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.7
Solvas fork of JSDuck
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.12
A Javascript code obfuscator
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.1
Starscope is a code indexer, search and navigation tool for Ruby, Golang, and JavaScript.
Inspired by the extremely popular Ctags and Cscope utilities, Starscope can
answer a lot of questions about a lot of code.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
Enables a Rails Devise app to authenticate users with a second factor, e.g. a FIDO U2F compatible hardware token.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.02
This gem purpose is to make graphql easier to use in ruby. Mainly developed for from-scratch app
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.01
Helps flay to find duplicate code in javascript files
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Favors speed over size of minified JS, works on any ruby platform, works well with the Rails asset pipeline and Sprockets
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Instrument JavaScript source code to monitor code coverage in pure Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A library to just-in-time randomly obfuscate JS
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
A Crawler for NewRank
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity