spree_waiting_list

A waiting list extension for Spree

Last updated on: April 09 at 05:27 PM

source code bug tracker
Opensource
7 7 13
owner:  DynamoMTL

Spree Waiting List

Build Status Code Climate Test Coverage Gem Version

A waiting list extension for Spree.

Users and guests can request to be notified via email when a product/variant comes back in stock.

Installation

Add spree_waiting_list to your Gemfile:

gem 'spree_waiting_list'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_waiting_list:install

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 should be regenerated by using rake test_app.

bundle
bundle exec rake test_app
bundle exec rspec spec

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_waiting_list/factories'

Copyright (c) 2015 Joshua Nussbaum, released under the New BSD License

compatible spree versions
tags spree versions
master ~> 2.4.6
v1.0.0 ~> 2.2.2
v1.1.0 ~> 2.2.2
v2.2.0 ~> 2.2.2
v2.3.0 ~> 2.3.9
v2.3.1 ~> 2.3.9
v.2.3.2 ~> 2.3.9
v.2.3.3 ~> 2.3.9
v2.3.4 ~> 2.3.9
v.2.4.0 ~> 2.4.6
authors
Joshua Nussbaum