Skip to content

seesaw/solidus_wishlist

enhancements
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 3 commits ahead, 3 commits behind boomerdigital:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Solidus Wishlist

Build Status

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: 'seesaw/solidus_wishlist', branch: 'enhancements'

If you want to disable defacing of product/user views, add the following to your Gemfile

gem 'solidus_wishlist', github: 'seesaw/solidus_wishlist', branch: 'enhancements', 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: 'seesaw/solidus_email_to_friend', branch: 'enhancements'

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

See corresponding guidelines


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

About

Wishlist extension for solidus Ecommerce.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 84.0%
  • HTML 14.2%
  • CoffeeScript 1.3%
  • Other 0.5%