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.
- Add the following to your Gemfile
gem 'spree_wishlist', :git => 'git://github.com/spree/spree_wishlist.git' gem 'spree_email_to_friend', :git => 'git://github.com/spree/spree_email_to_friend.git'
-
Run
bundle install
-
To setup the asset pipeline includes and copy migrations run:
rails g spree_wishlist:install
- Fork the repo
- clone your repo
- Run
bundle
- Run
bundle exec rake test_app
to create the test application inspec/test_app
. - Make your changes.
- Ensure specs pass by running
bundle exec rake
- Submit your pull request