Solidus Wishlist
The Solidus Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private.
Installation
Add the following to your Gemfile
gem 'solidus_wishlist', github: 'boomerdigital/solidus_wishlist', branch: 'master'
If you want to disable defacing of product/user views, add the following to your Gemfile
gem 'solidus_wishlist', github: 'boomerdigital/solidus_wishlist', branch: 'master', require: 'solidus_wishlist_no_deface'
If you want to include the ability to email a friend your wishlist, add the following to your Gemfile
gem 'solidus_email_to_friend', github: 'boomerdigital/solidus_email_to_friend', branch: 'master'
Run
$ bundle install
$ bundle exec rails g solidus_wishlist: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, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app
.
You need at least PhantomJS, see the README for install instruction.
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:
require 'solidus_whishlist/factories'
Contributing
Copyright (c) 2009-2015 Spree Commerce Inc. and contributors, released under the New BSD License