Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 922 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 922 Bytes

Spree Wishlist extension

Build Status

The Spree Wishlist extension enables multiple wishlists per user, as well as managing those as public (sharable) and private. It also includes the ability to notify a friend via email of a recommended product.

Installation

  1. Add the following to your Gemfile
    gem 'spree_wishlist', :git => 'git://github.com/spree/spree_wishlist.git'
    gem 'spree_email_to_friend'
  1. Run bundle install

  2. To setup the asset pipeline includes and copy migrations run: rails g spree_wishlist:install

Development

  • Fork the repo
  • clone your repo
  • Run bundle
  • Run bundle exec rake test_app to create the test application in spec/test_app.
  • Make your changes.
  • Ensure specs pass by running bundle exec rake
  • Submit your pull request