oclif plugin for generating shell completions
Dummy MongoDB Crypt shared library which only implements version helpers
Animated transitions for Ember applications.
Use postcss to process your css with a large selection of JavaScript plug-ins.
An ember wrapper of qrcode.js
NYPR publisher lib.
Detect if an Ember View or Component is in the viewport @ 60FPS
Offers Ember test helpers for complex interactions, using DOM events generated with simulant.js.
Vite plugin for Hercules applications
Dummy authentication strategy for Passport.
The default blueprint for ember-cli addons.
Fetches and runs a binary
Render a child view somewhere else in the DOM.
UI components for q.cform.io
The default blueprint for ember-cli addons.
The default blueprint for ember-cli addons.
Create accessories to help with HomeKit automation and control — scheduling, delays, sensors, commands, conditions, webhooks, and more
Tooltips and popovers for Ember.js apps
Analytics reporting library for navi
The default blueprint for ember-cli addons.
The Library contains the Database classes for File based objects database client and server.
React hook for state management in chat applications
labs-ember-search ==============================================================================
Configures the consuming ember-cli app's or addon's Babel transpiler for decorators.
Provide a base Rails application for usage in testing rubygems
A dummy of Imgix for Rails applications.
Common configuration for RSpec and a dummy application
Generates dummy URLs to hit Rails 3 applications' routes. Since POST and PUT requests require more information than an URL, it uses dummy to generate appropriate data for these requests
Generates dummy performance tests for Rails 3 applications by using the data generated by dummy_data and dummy_urls
Generator for creating a dummy application for use in Rails 3 engine development.
This is simple and nice tool to inspect how application operates with current DB structure while testing app, meaning redundant indexes, sequential scans, dummy requests and any other unintended behaviour customized by user.
Seams is a CLI framework for building Rails applications as a modular monolith. It generates isolated Rails engines with proper namespace isolation, contract tests, dummy apps, and boundary enforcement — without the operational cost of microservices.
SpreePiwik ========== Adds piwik tracking with Ecommerce tracking Status ------ [](https://travis-ci.org/berkes/spree_piwik) [](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 ---------- . 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.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.