Skip to content

j27lee/spree_wishlist

 
 

Repository files navigation

Spree Wishlist

Build Status Code Climate

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

Add the following to your Gemfile

gem 'spree_wishlist', github: 'spree/spree_wishlist', branch: 'master'
gem 'spree_email_to_friend', github: 'spree/spree_email_to_friend', branch: 'master'

Run

$ bundle install
$ bundle exec rails g spree_wishlist:install

Contributing

In the spirit of free software, everyone is encouraged to help improve this project.

Here are some ways you can contribute:

  • by using prerelease versions
  • by reporting bugs
  • by suggesting new features
  • by writing translations
  • by writing or editing documentation
  • by writing specifications
  • by writing code (no patch is too small: fix typos, add comments, clean up inconsistent whitespace)
  • by refactoring code
  • by resolving issues
  • by reviewing patches

Starting point:

  • Fork the repo
  • Clone your repo
  • Run bundle install
  • 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 rspec spec
  • PhantomJS must be available in your PATH to pass the specs
  • Submit your pull request

Copyright (c) 2014 Spree Commerce Inc. and contributors, released under the New BSD License

About

Wishlist extension for SpreeCommerce

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 97.9%
  • CoffeeScript 1.5%
  • Other 0.6%